Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

accretion() - Method in class cds.moc.Moc
Prototypes
add(double, double) - Method in class cds.moc.TMoc
Add JD range
add(double, double, SMoc) - Method in class cds.moc.STMoc
 
add(int, long) - Method in class cds.moc.Moc1D
Add one cell to the Moc.
add(int, long, double, double) - Method in class cds.moc.STMoc
Adding one élément by spaceOrder/npix et [jdmin..jdmax]
add(int, long, int, long) - Method in class cds.moc.Moc2D
Add one cell to the Moc2D.
add(int, long, long) - Method in class cds.moc.Moc1D
Add a list of consecutive Moc cells.
add(int, long, long, int, long, long) - Method in class cds.moc.Moc2D
Add a list of consecutive Moc cells.
add(long) - Method in class cds.moc.Range
After this operation, the Range contains the union of itself and [a;a+1[.
add(long) - Method in class cds.moc.Range2
 
add(long[], int) - Method in class cds.moc.Moc1D
Fast addition of a list of ranges expressed at the maximum order (2 consecutive longq per range): start..end (end excluded).
add(long, long) - Method in class cds.moc.Range
After this operation, the Range contains the union of itself and [a;b[.
add(long, long, long, long) - Method in class cds.moc.STMoc
 
add(long, long, Range) - Method in class cds.moc.Moc2D
 
add(long, long, Range) - Method in class cds.moc.Range2
 
add(HealpixImpl, double, double) - Method in class cds.moc.SMoc
Add a Moc pixel (at max order) corresponding to the alpha,delta position
add(HealpixImpl, double, double, double, double) - Method in class cds.moc.STMoc
STMoc specifical methods
add(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
Add directly a full Moc.
add(Moc) - Method in class cds.moc.Moc1D
Add directly a Moc
add(Moc) - Method in class cds.moc.SMoc
Add directly a SMoc
add(Moc) - Method in class cds.moc.TMoc
Add directly a TMoc
add(Range) - Method in class cds.moc.Range
 
add(String) - Method in class cds.moc.Moc
Add a list of MOC elements provided in a string format (ASCII format or JSON format) ex basic ASCII: order1/npix1-npix2 npix3 ...
addToken(String) - Method in class cds.moc.Moc
Internal usage: Add one token element according to the format "[s|t]order/npix[-npixn]".
addToken(String) - Method in class cds.moc.Moc1D
Internal usage: Add one token element according to the format "[s|t]order/npix[-npixn]".
addToken(String) - Method in class cds.moc.Moc2D
 
ang2pix(int, double, double) - Method in class cds.moc.Healpix
Provide the HEALPix number associated to a coord, for a given order
ang2pix(int, double, double) - Method in interface cds.moc.HealpixImpl
Provide the HEALPix number associated to a coord, for a given order
append(long) - Method in class cds.moc.Range
Append a single-value range to the object.
append(long, long) - Method in class cds.moc.Range
Append a range to the object.
append(long, long, Range) - Method in class cds.moc.Range2
Append a range to the object.
append(Range) - Method in class cds.moc.Range
Append an entire range set to the object.
append(Range2) - Method in class cds.moc.Range2
Append an entire range set to the object.
ASCII - Static variable in class cds.moc.Moc
 
asSTMoc(Moc) - Static method in class cds.moc.STMoc
Create a STMoc from any kind of MOC by adding full space or time coverage if required WARNING: it is not a copy, may share data from the original Moc

B

begins(int) - Method in class cds.moc.Range
 
biggestOrder - Variable in class cds.moc.Moc1D
 
bufferOff() - Method in class cds.moc.Moc1D
Stops the buffering and frees the memory required for it.
bufferOn() - Method in class cds.moc.Moc1D
Activation of the buffererization.
bufferOn(int) - Method in class cds.moc.Moc1D
Activation of the buffererization.
bufferSize() - Method in class cds.moc.Moc
Buffer size, not yet proceed
bufferSize() - Method in class cds.moc.Moc1D
buffer size, not yet proceed

C

cacheDeepestOrder - Variable in class cds.moc.Moc
 
cacheHashCode - Variable in class cds.moc.Moc
 
cacheNbCells - Variable in class cds.moc.Moc
 
cDim() - Method in class cds.moc.Moc1D
Return the Moc signature character (ex: 's' for SMoc, 't' for TMoc)
cDim() - Method in class cds.moc.SMoc
Return the Moc signature character (ex: 's' for SMoc, 't' for TMOC)
cDim() - Method in class cds.moc.TMoc
Return the Moc signature character (ex: 's' for SMoc, 't' for TMOC)
cDim1() - Method in class cds.moc.Moc2D
Return the Moc signature character for the first dimension (ex: 't' for TMoc)
cDim2() - Method in class cds.moc.Moc2D
Return the Moc signature character for the second dimension (ex: 's' for SMoc
cds.moc - package cds.moc
 
cds.moc.misc - package cds.moc.misc
 
cellIterator(boolean) - Method in class cds.moc.Moc
 
cellIterator(boolean) - Method in class cds.moc.Moc1D
Provide an Iterator on the MOC cell List (hierarchical view)
cellIterator(boolean) - Method in class cds.moc.Moc2D
Provide an Iterator on the MOC cell List (range highest order architecture for Moc2D)
check() - Method in class cds.moc.HealpixMoc
Deprecated.
Check and fix the consistency of the moc
check() - Method in class cds.moc.Range2
 
check(InputStream) - Static method in class cds.moc.misc.MocLint
Check the IVOA 2.0 MOC recommendation compatibility
check(String) - Static method in class cds.moc.misc.MocLint
Check the IVOA 2.0, 1.1 and 1.0 MOC recommendation compatibility
check(StringBuilder, InputStream) - Static method in class cds.moc.misc.MocLint
Check the IVOA 2.0, 1.1 and 1.0 MOC recommendation compatibility
checkAndFix() - Method in class cds.moc.HealpixMoc
Deprecated.
Check and fix the consistency of the moc
checkAscii(StringBuilder, InputStream) - Static method in class cds.moc.misc.MocLint
Check the IVOA 2.0, 1.1 MOC recommendation compatibility
checkConsistency() - Method in class cds.moc.Range
Checks the object for internal consistency.
checkConsistency() - Method in class cds.moc.Range2
Checks the object for internal consistency.
checkFits(StringBuilder, InputStream) - Static method in class cds.moc.misc.MocLint
Check the IVOA 2.0, 1.1 or 1.0 MOC recommendation compatibility
clear() - Method in class cds.moc.Moc
Clear the MOC - data only (not the properties, nor the mocOrder)
clear() - Method in class cds.moc.Moc1D
Clear the MOC - data only (not the properties, nor the mocOrder)
clear() - Method in class cds.moc.Moc2D
Clear the MOC - data only (not the properties, nor the mocOrder)
clear() - Method in class cds.moc.Range
Remove all entries in the set.
clear() - Method in class cds.moc.SMoc
Reinitialisation of the MOC - data only (not the properties)
clear() - Method in class cds.moc.STMoc
Clear the MOC - data only (not the properties, nor the mocOrder)
clone() - Method in class cds.moc.Moc
Clone Moc (deep copy)
clone() - Method in class cds.moc.SMoc
Clone Moc (deep copy)
clone() - Method in class cds.moc.STMoc
Clone Moc (deep copy)
clone() - Method in class cds.moc.TMoc
Clone Moc (deep copy)
clone1(Moc) - Method in class cds.moc.Moc
Deep copy.
clone1(Moc) - Method in class cds.moc.Moc1D
Deep copy.
clone1(Moc) - Method in class cds.moc.Moc2D
Deep copy.
clone1(Moc) - Method in class cds.moc.SMoc
Deep copy.
clone1(Moc) - Method in class cds.moc.STMoc
Deep copy.
clone1(Moc) - Method in class cds.moc.TMoc
Deep copy.
codeComp(long) - Method in class cds.moc.Moc
 
codeDim1(long) - Method in class cds.moc.Moc2D
 
codeDim1(long) - Method in class cds.moc.STMoc
 
codeTime(long) - Method in class cds.moc.Moc2D
 
comment - Variable in class cds.moc.Moc
 
compareTo(Moc) - Method in class cds.moc.Moc
Comparator.
compareTo(Range) - Method in class cds.moc.Range
Fernique extension
complement() - Method in class cds.moc.HealpixMoc
Deprecated.
Return the complement
complement() - Method in class cds.moc.Moc
Return the complement
complement() - Method in class cds.moc.Moc1D
Return the complement
complement() - Method in class cds.moc.SMoc
Return the complement
complement() - Method in class cds.moc.STMoc
Return the complement
complement() - Method in class cds.moc.TMoc
Return the complement
complement(long, long) - Method in class cds.moc.Range
 
COMPRESS_SINGLETON - Static variable in class cds.moc.Moc
 
compressRange(Range, long) - Method in class cds.moc.Moc
Compression of a range list based on coded singletons by storing only start index with 62e bit forced to 1
computeHierarchy() - Method in class cds.moc.Moc
Recalculates the metrics associated with the MOC hierarchical view: the number of hierarchical cells, the deepest order used...
computeHierarchy() - Method in class cds.moc.Moc1D
Recalculates the metrics associated with the MOC hierarchical view: the number of hierarchical cells, the deepest order used...
computeHierarchy() - Method in class cds.moc.Moc2D
Recalculates the metrics associated with the MOC hierarchical view: the number of hierarchical cells, the deepest order used...
contains(double) - Method in class cds.moc.TMoc
True if the jd date is in TMOC
contains(long) - Method in class cds.moc.Range
Returns true if a is contained in the set, else false.
contains(long) - Method in class cds.moc.SMoc
True if the npix at the deepest order is in the MOC
contains(long, double) - Method in class cds.moc.STMoc
True if the npix (deepest level) and jd date is in the STMoc
contains(long, long) - Method in class cds.moc.Range
Returns true if all numbers [a;b[ are contained in the set, else false.
contains(HealpixImpl, double, double) - Method in class cds.moc.SMoc
Check if the spherical coord is inside the MOC.
contains(Range) - Method in class cds.moc.Range
 
contains(Range) - Method in class cds.moc.Range2
 
CR - Static variable in class cds.moc.Moc
Utils
createMoc(InputStream) - Static method in class cds.moc.Moc
Generic MOC factory.
createMoc(String) - Static method in class cds.moc.Moc
Generic MOC factory.
createMocByUniq(int, int, byte[]) - Method in class cds.moc.Moc1D
 
createMocByUniqUnsorted(int, int, byte[], boolean) - Method in class cds.moc.Moc1D
 

D

DAYMICROSEC - Static variable in class cds.moc.TMoc
 
decodeComp(long) - Method in class cds.moc.Moc
 
decodeDim1(long) - Method in class cds.moc.Moc2D
 
decodeDim1(long) - Method in class cds.moc.STMoc
 
decodeTime(long) - Method in class cds.moc.Moc2D
 
decodeTime(long) - Method in class cds.moc.STMoc
 
degrade(int) - Method in class cds.moc.Range
Retourne un range dont la précision des intervalles est dégradée en fonction d'un nombre de bits Aggrège les intervalles si nécessaires et ajuste l'occupation mémoire
degrade(int) - Method in class cds.moc.Range2
Retourne un range dont la précision des intervalles est dégradée en fonction d'un nombre de bits Aggrège les intervalles si nécessaires et ajuste l'occupation mémoire
degrade(int, int) - Method in class cds.moc.Range2
Retourne un range dont la précision des intervalles est dégradée en fonction d'un nombre de bits Aggrège les intervalles si nécessaires et ajuste l'occupation mémoire
difference(Moc) - Method in class cds.moc.Moc
Return the difference with another Moc (not in A & not in B)
difference(Range) - Method in class cds.moc.Range
Return the difference of this Range and other.
difference(Range2) - Method in class cds.moc.Range2
Return the difference of this Range and other.
dim - Variable in class cds.moc.MocCell
 
DIM_S - Static variable in class cds.moc.SMoc
 
DIM_T - Static variable in class cds.moc.TMoc
 
display(String, Moc) - Static method in class cds.moc.misc.MocExample
 
dup() - Method in class cds.moc.HealpixMoc
Wrapper => just for helping the portability
dup() - Method in class cds.moc.Moc
Create and instance of same class, same sys, but no data nor mocorder
dup() - Method in class cds.moc.SMoc
Create and instance of same class, same sys, but no data nor mocorder
dup() - Method in class cds.moc.STMoc
Create and instance of same class, same sys, but no data nor mocorder
dup() - Method in class cds.moc.TMoc
Create and instance of same class, same sys, but no data nor mocorder

E

EMPTY_ITER - Static variable in class cds.moc.Range
 
end - Variable in class cds.moc.MocCell
 
ends(int) - Method in class cds.moc.Range
 
ensureCapacity(int) - Method in class cds.moc.Range
Make sure the object can hold at least the given number of entries.
equals(Object) - Method in class cds.moc.Moc1D
Return true in case of equality (only check data - no properties, nor MocOrder)
equals(Object) - Method in class cds.moc.Moc2D
Return true in case of equality (only check data - no properties, nor MocOrder)
equals(Object) - Method in class cds.moc.Range
 
equals(Object) - Method in class cds.moc.Range2
 

F

FACT_S - Static variable in class cds.moc.SMoc
 
FACT_T - Static variable in class cds.moc.TMoc
 
FITS - Static variable in class cds.moc.Moc
 
flush() - Method in class cds.moc.Moc
After adding process, required method before operating - not required for all classical API operations as it is already call
flush() - Method in class cds.moc.Moc1D
Inserts in the MOC all the elements being inserted in the buffer.
flush() - Method in class cds.moc.Moc2D
ASCII & JSON parser
fromArray(long[]) - Static method in class cds.moc.Range
 

G

generalAllOrNothing(Range, Range, boolean, boolean) - Static method in class cds.moc.Range
 
getAngularRes() - Method in class cds.moc.SMoc
Provide the angular resolution (in degrees) of the SMoc (sqrt of the smallest pixel area)
getArea() - Method in class cds.moc.HealpixMoc
Deprecated.
=> see getCoverage() : Return the area of the Moc computed in pixels at the Moc order
getBourrage(int) - Static method in class cds.moc.Moc
Generate the end of a FITS block assuming a current block size of headSize bytes
getComment(String) - Method in class cds.moc.Moc
Provide MOC property comment.
getCoverage() - Method in class cds.moc.Moc
Return the coverage pourcentage of the Moc
getCoverage() - Method in class cds.moc.Moc1D
Return the coverage pourcentage of the Moc
getCoverage() - Method in class cds.moc.Moc2D
Return the coverage pourcentage of the Moc
getDeepestOrder() - Method in class cds.moc.Moc
Return the hierarchical deepest required order - slow process, uses a cache
getDuration(int) - Static method in class cds.moc.TMoc
Return the duration of a cell for a specifical order (in microsec)
getEnd(int, long) - Method in class cds.moc.Moc1D
Returns the value of the end of the interval (excluded) expressed at the maximum order
getEnd1(int, long) - Method in class cds.moc.Moc2D
Returns the value of the end of the interval (excluded) expressed at the maximum order (first dimension)
getEnd2(int, long) - Method in class cds.moc.Moc2D
Returns the value of the end of the interval (excluded) expressed at the maximum order (second dimension)
getFitsLine(String, String, String) - Static method in class cds.moc.Moc
Generate FITS 80 character line.
getFitsLine(String, String, String, boolean) - Static method in class cds.moc.Moc
 
getLimitOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
see getMaxLimitOrder()
getMaxLimitOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
Provide the limit order supported by the Moc
getMaxOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
Provide the greatest order really used by the MOC
getMem() - Method in class cds.moc.Moc
Return approximatively the amount of memory used for storing this MOC in RAM (in bytes)
getMem() - Method in class cds.moc.Moc1D
Return approximatively the amount of memory used for storing this MOC in RAM (in bytes)
getMem() - Method in class cds.moc.Moc2D
Return approximatively the amount of memory used for storing this MOC in RAM (in bytes)
getMem() - Method in class cds.moc.Range
RAM usage (in bytes)
getMem() - Method in class cds.moc.Range2
RAM usage (in bytes)
getMem() - Method in class cds.moc.STMoc
Return approximatively the amount of memory used for storing this MOC in RAM (in bytes)
getMicrosec(double, long) - Static method in class cds.moc.TMoc
Compute the microsec from JD=0 from a date jd (in JD unit=day decimal) and an offset (in JD unit=day)
getMinLimitOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
Provide the minimal limit order supported by the Moc (by default 0)
getMinOrder() - Method in class cds.moc.Moc1D
get min Moc min Order.
getMinOrder() - Method in class cds.moc.SMoc
get min Moc min Order.
getMocOrder() - Method in class cds.moc.Moc1D
Return the Moc order.
getMocOrder1() - Method in class cds.moc.Moc2D
Return the Moc order of the first dimension
getMocOrder2() - Method in class cds.moc.Moc2D
Return the Moc order of the second dimension
getMocOrder4op(int, int) - Method in class cds.moc.Moc
Return resulting order for operations.
getMocOrderLogic() - Static method in class cds.moc.Moc
Get the current mocOrderLogic applied for operations (see setMocOrderLogic())
getNbCells() - Method in class cds.moc.Moc
Return the number of Moc cells (hierarchy Moc view) - slow process, uses a cache
getNbCoding() - Method in class cds.moc.Moc
Return the number of values to write in FITS serialization
getNbCoding() - Method in class cds.moc.Moc2D
Return the number of values to write in FITS serialization
getNbCoding() - Method in class cds.moc.SMoc
Return the number of values to write in FITS serialization
getNbCoding() - Method in class cds.moc.TMoc
Return the number of values to write in FITS serialization
getNbRanges() - Method in class cds.moc.Moc
Return the number of ranges
getNbRanges() - Method in class cds.moc.Moc1D
Return the number of ranges
getNbRanges() - Method in class cds.moc.Moc2D
Return the number of ranges - first dimension
getNbValues() - Method in class cds.moc.Moc1D
Return the number of used cells at the Moc order: (ex: s2/1 3/5-6 => 6
getPixelArea(int) - Static method in class cds.moc.Healpix
Pixel area (in square degrees) for a given HEALPix order
getProperty(String) - Method in class cds.moc.Moc
Provide MOC property value.
getPropertyKeys() - Method in class cds.moc.Moc
Provide the list of MOC property keys
getSize() - Method in class cds.moc.HealpixMoc
Deprecated.
Provide the number of Healpix pixels (for all MOC orders)
getSpaceMoc() - Method in class cds.moc.Moc
 
getSpaceMoc() - Method in class cds.moc.STMoc
SMoc covering the whole STMOC
getSpaceMoc(long, long) - Method in class cds.moc.STMoc
SMoc extraction from a temporal time
getSpaceOrder() - Method in class cds.moc.Moc
 
getSpaceOrder() - Method in class cds.moc.STMoc
Get space order
getSpaceSys() - Method in class cds.moc.Moc
 
getSpaceSys() - Method in class cds.moc.SMoc
Get the Coosys.
getSpaceSys() - Method in class cds.moc.STMoc
Get the Coosys.
getSpaceTimeMoc() - Method in class cds.moc.Moc
 
getStart(int, long) - Method in class cds.moc.Moc1D
Returns the value of the beginning of the interval expressed at the maximum order
getStart1(int, long) - Method in class cds.moc.Moc2D
Returns the value of the beginning of the interval expressed at the maximum order (first dimension)
getStart2(int, long) - Method in class cds.moc.Moc2D
Returns the value of the beginning of the interval expressed at the maximum order (second dimension)
getSys() - Method in class cds.moc.Moc1D
Get the reference system.
getTime(int, long) - Static method in class cds.moc.TMoc
Return JD time for a couple order/npix
getTimeMax() - Method in class cds.moc.STMoc
Return maximal time in JD - -1 if empty
getTimeMax() - Method in class cds.moc.TMoc
Return maximal time in JD - -1 if empty
getTimeMin() - Method in class cds.moc.STMoc
Return minimal time in JD - -1 if empty
getTimeMin() - Method in class cds.moc.TMoc
Return minimal time in JD - -1 if empty
getTimeMoc() - Method in class cds.moc.Moc
 
getTimeMoc() - Method in class cds.moc.STMoc
TMoc covering from the whole STMOC
getTimeMoc(SMoc) - Method in class cds.moc.STMoc
TMoc from the intersection with the spaceMoc
getTimeOrder() - Method in class cds.moc.Moc
 
getTimeOrder() - Method in class cds.moc.STMoc
Get time order
getTimeRanges() - Method in class cds.moc.STMoc
 
getTimeSys() - Method in class cds.moc.Moc
 
getTimeSys() - Method in class cds.moc.STMoc
Get the Timesys
getTimeSys() - Method in class cds.moc.TMoc
Get the Timesys
getUnitDisk(long) - Static method in class cds.moc.Moc
 
getUnitDisk(long, int, int) - Static method in class cds.moc.Moc
 
getUsedArea() - Method in class cds.moc.HealpixMoc
Deprecated.
=> see getCoverage() : Return the number of pixels of the Moc at the Moc order

H

hashCode() - Method in class cds.moc.Moc1D
 
hashCode() - Method in class cds.moc.Moc2D
 
hashCode() - Method in class cds.moc.Range
 
hashCode() - Method in class cds.moc.Range2
 
hasNext() - Method in interface cds.moc.Range.ValueIterator
 
Healpix - Class in cds.moc
HEALPix CDS wrapper Encapsulate the usage of the HEALpix lib The HEALPix ordering is always NESTED
Healpix() - Constructor for class cds.moc.Healpix
 
HealpixImpl - Interface in cds.moc
HEALPix Interface wrapper for Moc usage Encapsulate the usage HEALPix The HEALPix ordering is always NESTED
HealpixMoc - Class in cds.moc
HEALPix Multi Order Coverage Map (MOC) => DEPRECATED CLASS => use SMoc instead THIS CLASS IS ONLY PROVIDED FOR COMPATIBILITY => TAKE THE TIME TO REWRITE YOUR CODE BY USING SMoc This object provides read, write and process methods to manipulate an HEALPix Multi Order Coverage Map (MOC) A MOC is used to define a sky region by using HEALPix sky tesselation
HealpixMoc() - Constructor for class cds.moc.HealpixMoc
Deprecated.
HEALPix Multi Order Coverage Map (MOC) creation
HealpixMoc(int) - Constructor for class cds.moc.HealpixMoc
Deprecated.
Moc Creation with a specified max limitOrder
HealpixMoc(int, int) - Constructor for class cds.moc.HealpixMoc
Deprecated.
Moc Creation with a specified min and max limitOrder (by default 0..29)
HealpixMoc(SMoc) - Constructor for class cds.moc.HealpixMoc
Wrapper => just for helping the portability
HealpixMoc(InputStream) - Constructor for class cds.moc.HealpixMoc
Deprecated.
HEALPix Multi Order Coverage Map (MOC) creation and initialisation via a stream
HealpixMoc(InputStream, int) - Constructor for class cds.moc.HealpixMoc
Deprecated.
HEALPix Multi Order Coverage Map (MOC) creation and initialisation via a stream, either in JSON encoded format , ASCII encoded format or in FITS encoded format
HealpixMoc(String) - Constructor for class cds.moc.HealpixMoc
Deprecated.
HEALPix Multi Order Coverage Map (MOC) creation and initialisation
HealpixMoc(String, int, int) - Constructor for class cds.moc.HealpixMoc
Deprecated.
Moc Creation with a specified min and max limitOrder (by default 0..29)
hpix2uniq(int, long) - Static method in class cds.moc.Moc
Code a couple (order,npix) into a unique long integer

I

ilog2(long) - Static method in class cds.moc.Range
Integer base 2 logarithm.
indexOf(long) - Method in class cds.moc.Range
Returns an internal representation of the interval a number belongs to.
indexOf(long) - Method in class cds.moc.Range2
 
intersection(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
Return the Intersection with another Moc
intersection(Moc) - Method in class cds.moc.Moc
Return the Intersection with another Moc
intersection(Moc) - Method in class cds.moc.SMoc
Return the Intersection with another Moc
intersection(Moc) - Method in class cds.moc.STMoc
Return the Intersection with another Moc
intersection(Moc) - Method in class cds.moc.TMoc
Return the Intersection with another Moc
intersection(Range) - Method in class cds.moc.Range
Return the intersection of this Range and other.
intersection(Range2) - Method in class cds.moc.Range2
Return the intersection of this Range and other.
isAllSky() - Method in class cds.moc.HealpixMoc
Deprecated.
Return true if the MOC covers the whole sky
isCodedComp(long) - Method in class cds.moc.Moc
 
isCodedDim1(long) - Method in class cds.moc.Moc2D
 
isCodedDim1(long) - Method in class cds.moc.STMoc
 
isCodedTime(long) - Method in class cds.moc.Moc2D
 
isCodedTime(long) - Method in class cds.moc.STMoc
 
isCompatible(Moc) - Method in class cds.moc.Moc
Operations
isCompatible(Moc) - Method in class cds.moc.Moc1D
Return true if the moc is compatible for operation (same class and sys)
isCompatible(Moc) - Method in class cds.moc.Moc2D
Return true if the moc is compatible for operation (same sys)
isEmpty() - Method in class cds.moc.Moc
Return true if the Moc is empty (no coverage)
isEmpty() - Method in class cds.moc.Moc1D
Return true if the Moc is empty (no coverage)
isEmpty() - Method in class cds.moc.Moc2D
Return true if the Moc is empty (no coverage)
isEmpty() - Method in class cds.moc.Range
 
isFull() - Method in class cds.moc.Moc
Return true if the Moc is full (full coverage)
isFull() - Method in class cds.moc.Moc1D
Return true if the Moc is full (full coverage)
isFull() - Method in class cds.moc.Moc2D
Return true if the Moc is full (full coverage)
isIncluding(int, long) - Method in class cds.moc.Moc1D
 
isIncluding(Moc) - Method in class cds.moc.Moc
 
isIncluding(Moc) - Method in class cds.moc.SMoc
Operations
isIncluding(Moc) - Method in class cds.moc.STMoc
Operations
isIncluding(Moc) - Method in class cds.moc.TMoc
Operations
isIntersecting(int, long) - Method in class cds.moc.Moc1D
 
isIntersecting(Moc) - Method in class cds.moc.Moc
 
isIntersecting(Moc) - Method in class cds.moc.SMoc
 
isIntersecting(Moc) - Method in class cds.moc.STMoc
 
isIntersecting(Moc) - Method in class cds.moc.TMoc
 
isInTree(int, long) - Method in class cds.moc.HealpixMoc
Deprecated.
Fast test for checking if the HEALPix cell is intersecting
isInTree(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
Fast test for checking if the parameter MOC is intersecting
isSorted() - Method in class cds.moc.HealpixMoc
Deprecated.
Return true if all Moc level is sorted
isSpace() - Method in class cds.moc.Moc
 
isTime() - Method in class cds.moc.Moc
 
iterator() - Method in class cds.moc.Moc
Provide an Iterator on the MOC cell List (hierarchy view for Moc1D, and range highest order view for Moc2D)

J

jdIterator(double, double) - Method in class cds.moc.TMoc
Returns a rangeIterator, which iterates over all individual range
JSON - Static variable in class cds.moc.Moc
 
json2ASCII(String) - Method in class cds.moc.Moc
 

L

log2(long) - Static method in class cds.moc.Moc
 
LOGIC_MAX - Static variable in class cds.moc.Moc
 
LOGIC_MIN - Static variable in class cds.moc.Moc
Factories & global parameters
lowAscii(int) - Method in class cds.moc.Moc1D
Display the n first ranges at the max order
lowAscii(int) - Method in class cds.moc.Moc2D
Display the n first ranges at the max order

M

main(String[]) - Static method in class cds.moc.misc.MocExample
 
main(String[]) - Static method in class cds.moc.misc.MocLint
 
main(String[]) - Static method in class cds.moc.misc.MocTest
 
MASK_COMP - Static variable in class cds.moc.Moc
 
MASK_T - Static variable in class cds.moc.Moc2D
Binary utilities
MAXORD_S - Static variable in class cds.moc.SMoc
 
MAXORD_T - Static variable in class cds.moc.TMoc
 
maxOrder() - Method in class cds.moc.Moc1D
Return the deepest possible order (ex: 29 for SMoc, 61 for TMoc)
maxOrder() - Method in class cds.moc.SMoc
Return the deepest possible order (ex: 29 for SMoc, 61 for TMoc)
maxOrder() - Method in class cds.moc.TMoc
Return the deepest possible order (ex: 29 for SMoc, 61 for TMoc)
maxOrder1() - Method in class cds.moc.Moc2D
Return the deepest possible order for the first dimension (ex: 61 for TMoc)
maxOrder2() - Method in class cds.moc.Moc2D
Return the deepest possible order for the second dimension (ex: 29 for SMoc)
MAXSIZE - Static variable in class cds.moc.Moc
 
maxVal() - Method in class cds.moc.Moc1D
Return the number of values at the deepest order (ex: 2x2^29x2^29 for SMoc, 2^61 for TMoc)
maxVal() - Method in class cds.moc.SMoc
Return the number of values at the deepest order (ex: 2x2^29x2^29 for SMoc, 2^61 for TMoc)
maxVal() - Method in class cds.moc.TMoc
Return the number of values at the deepest order (ex: 2x2^29x2^29 for SMoc, 2^61 for TMoc)
MAXWORD - Static variable in class cds.moc.Moc
ASCII writers
moc - Variable in class cds.moc.MocCell
 
Moc - Class in cds.moc
Multi Order Coverage Map (MOC) This class provides read, write and process methods to manipulate a Multi Order Coverage Map (MOC).
Moc() - Constructor for class cds.moc.Moc
Main methods
Moc1D - Class in cds.moc
The Moc1D class implements the methods specific to one-dimensional MOCs (e.g.
Moc1D() - Constructor for class cds.moc.Moc1D
Generic Moc 1D creator
Moc1D(int) - Constructor for class cds.moc.Moc1D
Generic Moc 1D creator
Moc1D(Moc1D) - Constructor for class cds.moc.Moc1D
Generic Moc 1D generator from another Moc 1D
Moc1D(InputStream) - Constructor for class cds.moc.Moc1D
Generic Moc 1D generator from input stream
Moc1D(String) - Constructor for class cds.moc.Moc1D
Generic Moc 1D generator from ASCII Moc String
Moc2D - Class in cds.moc
The Moc2D class implements the methods specific to two-dimensional MOCs (e.g.
Moc2D(Moc1D, Moc1D) - Constructor for class cds.moc.Moc2D
Generic Moc 2D creator
MocCell - Class in cds.moc
MOC cell object
MocCell() - Constructor for class cds.moc.MocCell
 
MocExample - Class in cds.moc.misc
 
MocExample() - Constructor for class cds.moc.misc.MocExample
 
MocLint - Class in cds.moc.misc
MOC lint - verifying the IVOA 2.0, 1.1 and 1.0 MOC recommendation compatibility
MocLint() - Constructor for class cds.moc.misc.MocLint
 
mocOrder - Variable in class cds.moc.Moc1D
 
MocTest - Class in cds.moc.misc
 
MocTest() - Constructor for class cds.moc.misc.MocTest
 

N

NBVAL_S - Static variable in class cds.moc.SMoc
 
NBVAL_T - Static variable in class cds.moc.TMoc
 
next() - Method in interface cds.moc.Range.ValueIterator
 
nranges() - Method in class cds.moc.Range
 
nval() - Method in class cds.moc.Range
 

O

operation(Moc, int) - Method in class cds.moc.Moc
Generic operations: 0-union, 1-intersection, 2-subtraction
operation(Moc, int) - Method in class cds.moc.Moc1D
Generic operations: 0-union, 1-intersection, 2-subtraction
operation(Moc, int) - Method in class cds.moc.Moc2D
Generic operations: 0-union, 1-intersection, 2-subtraction
order - Variable in class cds.moc.MocCell
 
overlaps(long, long) - Method in class cds.moc.Range
 
overlaps(Range) - Method in class cds.moc.Range
Returns true if there is overlap between the set and "other", else false.
overlaps(Range) - Method in class cds.moc.Range2
 

P

pix2ang(int, long) - Method in class cds.moc.Healpix
Provide the spherical coord associated to an HEALPix number, for a given order
pix2ang(int, long) - Method in interface cds.moc.HealpixImpl
Provide the galactic coord associated to an HEALPix number, for a given order
pow2(long) - Static method in class cds.moc.Healpix
 
pow2(long) - Static method in class cds.moc.Moc
 
property - Variable in class cds.moc.Moc
MOC Properties and comments
protoDim1 - Variable in class cds.moc.Moc2D
 
protoDim2 - Variable in class cds.moc.Moc2D
 
push(long) - Method in class cds.moc.Range
Push a single entry at the end of the entry vector.
push(long, long, Range) - Method in class cds.moc.Range2
Push two entries at the end of the entry vector (no check)

Q

queryDisc(int, double, double, double) - Method in class cds.moc.Healpix
Provide the list of HEALPix numbers fully covering a circle (for a specified order)
queryDisc(int, double, double, double) - Method in interface cds.moc.HealpixImpl
Provide the list of HEALPix numbers fully covering a circle (for a specified order)
queryDisc(HealpixImpl, double, double, double) - Method in class cds.moc.SMoc
Provide Moc pixels totally or partially inside a circle

R

r - Variable in class cds.moc.Range
Sorted list of interval boundaries.
range - Variable in class cds.moc.Moc1D
 
range - Variable in class cds.moc.Moc2D
 
Range - Class in cds.moc
Adaptation & extension of RangeSet from Healpix.essentials lib (GNU General Public License) from Martin Reinecke [Max-Planck-Society] built from Jan Kotek's "LongRange" class
Range() - Constructor for class cds.moc.Range
Default constuctor with initial space for 4 ranges.
Range(int) - Constructor for class cds.moc.Range
Construct new object with initial capacity for a given number of ranges.
Range(long[]) - Constructor for class cds.moc.Range
Construct new object with the provided buffer (not copy).
Range(long[], int) - Constructor for class cds.moc.Range
 
Range(Range) - Constructor for class cds.moc.Range
Construct new object from another Range
Range.ValueIterator - Interface in cds.moc
Interface describing an iterator for going through all values in a Range object.
Range2 - Class in cds.moc
Adaptation & extension of RangeSet from Healpix.essentials lib (GNU General Public License) from Martin Reinecke [Max-Planck-Society] built from Jan Kotek's "LongRange" class Allow to associate an object to each range in order to build a 2 dimensional MOC
Range2() - Constructor for class cds.moc.Range2
 
Range2(int) - Constructor for class cds.moc.Range2
 
Range2(Range2) - Constructor for class cds.moc.Range2
 
RAW - Static variable in class cds.moc.Moc
Two binary serialization - RAW is the IVOA standard
read(InputStream) - Method in class cds.moc.Moc
Read MOC from a stream.
read(InputStream, int) - Method in class cds.moc.Moc
 
read(String) - Method in class cds.moc.Moc
Read MOC from a file.
readASCII(InputStream) - Method in class cds.moc.Moc
Read MOC from an ASCII stream
readFITS(InputStream) - Method in class cds.moc.Moc
Read MOC from an Binary FITS stream
readFully(InputStream, byte[]) - Static method in class cds.moc.Moc
Fully read buf.length bytes from in input stream
readFully(InputStream, byte[], int, int) - Static method in class cds.moc.Moc
Fully read len bytes from in input stream and store the result in buf[] from offset position.
readJSON(InputStream) - Method in class cds.moc.Moc
Read MOC from an JSON stream
readLong(byte[], int) - Static method in class cds.moc.Moc
Convert 8 consecutive bytes as long (starting at the index i)
readSpecificData(InputStream, int, int, int, Moc.HeaderFits) - Method in class cds.moc.Moc
Internal method: read FITS data according to the type of MOC.
readSpecificData(InputStream, int, int, int, Moc.HeaderFits) - Method in class cds.moc.SMoc
Internal method: read FITS data according to the type of MOC.
readSpecificData(InputStream, int, int, int, Moc.HeaderFits) - Method in class cds.moc.STMoc
Internal method: read FITS data according to the type of MOC.
readSpecificData(InputStream, int, int, int, Moc.HeaderFits) - Method in class cds.moc.TMoc
Internal method: read FITS data according to the type of MOC.
readSpecificDataRange(int, byte[], int) - Method in class cds.moc.Moc
 
readSpecificDataRange(int, byte[], int) - Method in class cds.moc.Moc1D
 
readSpecificDataRange(int, byte[], int) - Method in class cds.moc.Moc2D
Create Moc2D from the list of fits values
readSpecificDataRange(InputStream, int, int, int) - Method in class cds.moc.Moc1D
 
readSpecificDataUniq(InputStream, int, int, int) - Method in class cds.moc.Moc1D
Readers
reduction(long) - Method in class cds.moc.Moc
Degrades the resolution(s) of the MOC until the RAM size of the MOC is reduced under the specified maximum (expressed in bytes).
reduction(long) - Method in class cds.moc.Moc1D
Degrades the resolution(s) of the MOC until the RAM size of the MOC is reduced under the specified maximum (expressed in bytes).
reduction(long) - Method in class cds.moc.Moc2D
Degrades the resolution(s) of the MOC until the RAM size of the MOC is reduced under the specified maximum (expressed in bytes).
reduction(long, String) - Method in class cds.moc.Moc2D
Degrades the resolution(s) of the MOC until the RAM size of the MOC is reduced under the specified maximum (expressed in bytes).
remove(long) - Method in class cds.moc.Range
After this operation, the Range contains the difference of itself and [a;a+1[.
remove(long) - Method in class cds.moc.Range2
 
remove(long, long) - Method in class cds.moc.Range
After this operation, the Range contains the difference of itself and [a;b[.
remove(long, long) - Method in class cds.moc.Range2
 
resetCache() - Method in class cds.moc.Moc
Recalculates the metrics associated with the MOC hierarchical view: the number of hierarchical cells, the deepest order used...
resetCache() - Method in class cds.moc.STMoc
 
resize(int) - Method in class cds.moc.Range
Modify the size of the vector
resize(int) - Method in class cds.moc.Range2
 
rr - Variable in class cds.moc.Range2
 

S

seeRangeList() - Method in class cds.moc.Moc
Acces to the list of ranges (no copy)
seeRangeList() - Method in class cds.moc.Moc1D
Acces to the list of ranges (no copy)
seeRangeList() - Method in class cds.moc.Moc2D
Acces to the list of ranges (no copy)
setCheckConsistencyFlag(boolean) - Method in class cds.moc.HealpixMoc
Deprecated.
Set the check consistency flag.
setLimitOrder(int) - Method in class cds.moc.HealpixMoc
Deprecated.
see setMaxLimitOrder()
setMaxLimitOrder(int) - Method in class cds.moc.HealpixMoc
Deprecated.
Set the limit order supported by the Moc
setMinLimitOrder(int) - Method in class cds.moc.HealpixMoc
Deprecated.
Set the Min limit order supported by the Moc (by default 0)
setMinOrder(int) - Method in class cds.moc.Moc1D
Set min Moc min Order.
setMinOrder(int) - Method in class cds.moc.SMoc
Set min Moc min Order.
setMocOrder(int) - Method in class cds.moc.Moc1D
Set Moc order.
setMocOrder(int, int) - Method in class cds.moc.Moc2D
Set Moc orders of the first and the second dimension simultaneously (fastest than in two steps)
setMocOrder1(int) - Method in class cds.moc.Moc2D
Set Moc order of the first dimension
setMocOrder2(int) - Method in class cds.moc.Moc2D
Set Moc order of the second dimension
setMocOrderLogic(int) - Static method in class cds.moc.Moc
Set the current mocOrderLogic applied for operations: Default LOGIC_MAX LOGIC_MAX: MOC result for operations is returned with the Max orders of the 2 operandes => preserving area logic LOGIC_MIN: MOC result for operations is returned with the Min orders of the 2 operandes => preserving observation logic See IVOA 2.0 document
setProperty(String, String) - Method in class cds.moc.Moc
MOC propertie setter
setProperty(String, String, String) - Method in class cds.moc.Moc
 
setRangeList(Range) - Method in class cds.moc.Moc
Set the list of ranges - Warning: no copy
setRangeList(Range) - Method in class cds.moc.Moc1D
Set the list of ranges - Warning: no copy
setRangeList(Range) - Method in class cds.moc.Moc2D
Set the list of ranges - Warning: no copy
setSpaceOrder(int) - Method in class cds.moc.Moc
Generic getters/setters
setSpaceOrder(int) - Method in class cds.moc.STMoc
Set space order [0..29]
setSpaceSys(String) - Method in class cds.moc.Moc
 
setSpaceSys(String) - Method in class cds.moc.SMoc
Set alternative Coosys.
setSpaceSys(String) - Method in class cds.moc.STMoc
Set alternative Coosys.
setSys(String) - Method in class cds.moc.Moc1D
Set alternative reference System.
setTimeOrder(int) - Method in class cds.moc.Moc
 
setTimeOrder(int) - Method in class cds.moc.STMoc
Set time order [0..61]
setTimeSys(String) - Method in class cds.moc.Moc
 
setTimeSys(String) - Method in class cds.moc.STMoc
Set alternative Timesys.
shiftOrder() - Method in class cds.moc.Moc1D
Return the number of bit shifting between two consecutive orders (ex: 2 for SMoc, 1 for TMoc)
shiftOrder() - Method in class cds.moc.SMoc
Return the number of bit shifting between two consecutive orders (ex: 2 for SMoc, 1 for TMoc)
shiftOrder() - Method in class cds.moc.TMoc
Return the number of bit shifting between two consecutive orders (ex: 2 for SMoc, 1 for TMoc)
shiftOrder1() - Method in class cds.moc.Moc2D
Return the number of bit shifting between two consecutive orders for the first dimension (ex: 1 for TMoc)
shiftOrder2() - Method in class cds.moc.Moc2D
Return the number of bit shifting between two consecutive orders for the second dimension (ex: 2 for SMoc)
sizeOfCoding() - Method in class cds.moc.Moc
Return the number of bytes used for coding each FITS value (4 for integer, 8 for long)
sizeOfCoding() - Method in class cds.moc.Moc2D
Return the number of bytes used for coding each FITS value (=> always long)
sizeOfCoding() - Method in class cds.moc.SMoc
Return the number of bytes used for coding each FITS value (4 for integer, 8 for long)
sizeOfCoding() - Method in class cds.moc.TMoc
Return the number of bytes used for coding each FITS value (8 for long)
SKYAREA - Static variable in class cds.moc.Healpix
Healpix Utilities
SMoc - Class in cds.moc
The SMoc class implements the methods specific to spatial MOCs.
SMoc() - Constructor for class cds.moc.SMoc
 
SMoc(int) - Constructor for class cds.moc.SMoc
 
SMoc(SMoc) - Constructor for class cds.moc.SMoc
 
SMoc(InputStream) - Constructor for class cds.moc.SMoc
 
SMoc(String) - Constructor for class cds.moc.SMoc
 
sort() - Method in class cds.moc.HealpixMoc
Deprecated.
Sort each level of the Moc
sortAndFix() - Method in class cds.moc.Range
Sort and remove useless ranges and trim the buffer => Warning: not thread safe
sortAndFix() - Method in class cds.moc.Range2
Sort and remove useless ranges and trim the buffer => Warning: not thread safe
start - Variable in class cds.moc.MocCell
 
STMoc - Class in cds.moc
The STMoc class implements the methods specific to spatial temporal MOCs.
STMoc() - Constructor for class cds.moc.STMoc
STMoc creator
STMoc(int, int) - Constructor for class cds.moc.STMoc
STMoc creator
STMoc(TMoc, SMoc) - Constructor for class cds.moc.STMoc
STMoc creator from one TMOC and one SMOC
STMoc(InputStream) - Constructor for class cds.moc.STMoc
STMoc creator
STMoc(String) - Constructor for class cds.moc.STMoc
STMoc creator
strategy(int, int) - Static method in class cds.moc.Range
Estimate a good strategy for set operations involving two Ranges.
subtraction(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
Return the subtraction with another Moc
subtraction(Moc) - Method in class cds.moc.Moc
Return the subtraction with another Moc
subtraction(Moc) - Method in class cds.moc.SMoc
Return the subtraction with another Moc
subtraction(Moc) - Method in class cds.moc.STMoc
Return the subtraction with another Moc
subtraction(Moc) - Method in class cds.moc.TMoc
Return the subtraction with another Moc
sys - Variable in class cds.moc.Moc1D
 
sys() - Method in class cds.moc.Moc1D
Return the default reference system
sys() - Method in class cds.moc.SMoc
Return the default reference system
sys() - Method in class cds.moc.TMoc
Return the default reference system
SYS_S - Static variable in class cds.moc.SMoc
 
SYS_T - Static variable in class cds.moc.TMoc
 
sz - Variable in class cds.moc.Range
 

T

TMoc - Class in cds.moc
The TMoc class implements the methods specific to temporal MOCs.
TMoc() - Constructor for class cds.moc.TMoc
 
TMoc(int) - Constructor for class cds.moc.TMoc
 
TMoc(TMoc) - Constructor for class cds.moc.TMoc
 
TMoc(InputStream) - Constructor for class cds.moc.TMoc
 
TMoc(String) - Constructor for class cds.moc.TMoc
 
toArray() - Method in class cds.moc.Range
Creates an array containing all the numbers in the Range.
toASCII() - Method in class cds.moc.Moc
Return Moc ASCII string
toDebug() - Method in class cds.moc.Moc
 
toDebug() - Method in class cds.moc.Moc1D
 
toDebug() - Method in class cds.moc.Moc2D
 
toHealpixMoc() - Method in class cds.moc.HealpixMoc
Deprecated.
Generate the HealpixMoc tree structure from the rangeSet
toJSON() - Method in class cds.moc.Moc
Return Moc JSON string (non IVOA standard)
toRangeSet() - Method in class cds.moc.HealpixMoc
Deprecated.
Store the MOC as a RangeSet if not yet done
toString() - Method in class cds.moc.Moc
 
toString() - Method in class cds.moc.Range
 
trimIfTooLarge() - Method in class cds.moc.Range
Shrinks the array for the entries to minimum size, if it is more than twice the minimum size
trimSize() - Method in class cds.moc.Range
Shrinks the array for the entries to minimum size.
trimSize() - Method in class cds.moc.Range2
 

U

uncompressRange(long[], int, long) - Method in class cds.moc.Moc
 
uncompressRange(long[], long) - Method in class cds.moc.Moc
Uncompression of an array of ranges based on coded singletons by storing only start index with 62e bit forced to 1
union(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
Return the Union with another Moc
union(Moc) - Method in class cds.moc.Moc
Return the Union with another Moc
union(Moc) - Method in class cds.moc.SMoc
Return the Union with another Moc
union(Moc) - Method in class cds.moc.STMoc
Return the Union with another Moc
union(Moc) - Method in class cds.moc.TMoc
Return the Union with another Moc
union(Range) - Method in class cds.moc.Range
Return the union of this Range and other.
union(Range2) - Method in class cds.moc.Range2
Return the union of this Range and other.
uniq2hpix(long) - Static method in class cds.moc.Moc
Uncode a long integer into a couple (order,npix)
uniq2hpix(long, long[]) - Static method in class cds.moc.Moc
Uncode a long integer into a couple (order,npix)
unites - Static variable in class cds.moc.Moc
 
UNMASK_COMP - Static variable in class cds.moc.Moc
 
UNMASK_T - Static variable in class cds.moc.Moc2D
 

V

valIterator() - Method in class cds.moc.Moc1D
Return an Iterator providing the list of values at the Moc order.
valueIterator() - Method in class cds.moc.Range
Returns a ValueIterator, which iterates over all individual numbers in the Range.
VERSION - Static variable in class cds.moc.Moc
MOC API version number

W

write(OutputStream) - Method in class cds.moc.Moc
Write MOC to an output stream in binary serialization
write(OutputStream, int) - Method in class cds.moc.Moc
Write MOC to a stream
write(String) - Method in class cds.moc.Moc
Write MOC in FITS binary serialization
write(String, int) - Method in class cds.moc.Moc
Write MOC to a file
writeASCII(OutputStream) - Method in class cds.moc.Moc
Write MOC to an output stream in bASCII serialization
writeASCII(OutputStream) - Method in class cds.moc.Moc1D
Write MOC to an output stream IN ASCII encoded format
writeASCII(OutputStream) - Method in class cds.moc.Moc2D
Write MOC to an output stream in ASCII serialization
writeASCII(OutputStream, Moc1D, boolean, boolean) - Static method in class cds.moc.Moc
Internal method: Write ASCII Moc (1D) in an output stream
writeASCII(String) - Method in class cds.moc.Moc
Write MOC in ASCII serialization
writeASCIIFlush(OutputStream, StringBuilder, boolean) - Static method in class cds.moc.Moc
Internal method: Flush the StringBuilder in the output stream.
writeData(OutputStream) - Method in class cds.moc.Moc
Write data FITS section
writeFITS(OutputStream) - Method in class cds.moc.Moc
Write MOC to an output stream in binary FITS serialization
writeFITS(String) - Method in class cds.moc.Moc
Write MOC in FITS binary serialization
writeJSON(OutputStream) - Method in class cds.moc.Moc
Write MOC to an output stream in JSON serialization (non IVOA standard)
writeJSON(OutputStream) - Method in class cds.moc.Moc1D
Write MOC to an output stream IN JSON encoded format
writeJSON(OutputStream) - Method in class cds.moc.Moc2D
Write MOC to an output stream in JSON serialization (non IVOA standard)
writeJSON(OutputStream, boolean) - Method in class cds.moc.Moc1D
Write HEALPix MOC to an output stream IN JSON encoded format
writeJSON(String) - Method in class cds.moc.Moc
Write MOC in JSON serialization (non IVOA standard)
writeSpecificData(OutputStream) - Method in class cds.moc.Moc
Write data (depends of the Moc dimension:l SMOC, TMOC, STMOC...)
writeSpecificData(OutputStream) - Method in class cds.moc.SMoc
Write SMOC data -> hierarchy mode
writeSpecificDataRange(OutputStream, int) - Method in class cds.moc.Moc
Write Moc data in Ranges
writeSpecificDataRange(OutputStream, int) - Method in class cds.moc.Moc1D
Write Moc1D data in Ranges
writeSpecificDataRange(OutputStream, int) - Method in class cds.moc.Moc2D
Write Moc2D data in Ranges
writeSpecificFitsProp(OutputStream) - Method in class cds.moc.Moc
Write specifical properties (depends of the Moc dimension:l SMOC, TMOC, STMOC...)
writeSpecificFitsProp(OutputStream) - Method in class cds.moc.SMoc
Write specifical SMOC properties
writeSpecificFitsProp(OutputStream) - Method in class cds.moc.STMoc
Write specifical STMOC properties
writeSpecificFitsProp(OutputStream) - Method in class cds.moc.TMoc
Write specifical TMoc properties
writeVal(OutputStream, long, byte[]) - Static method in class cds.moc.Moc
Write a val (int or long) in the outputstream out, using the buffer buf.
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values