Index

A 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

add(int, boolean) - Method in class cds.moc.IntArray
 
add(int, long) - Method in class cds.moc.HealpixMoc
Add a MOC pixel Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
add(int, long[]) - Method in class cds.moc.HealpixMoc
Add a collection of npix, all of them at the same order.
add(int, Collection<Long>) - Method in class cds.moc.HealpixMoc
Add a collection of npix, all of them at the same order.
add(long, boolean) - Method in class cds.moc.Array
Add a value, with or without checking unicity
add(long, boolean) - Method in class cds.moc.IntArray
Add a long.
add(long, boolean) - Method in class cds.moc.LongArray
Add a long.
add(long, boolean) - Method in class cds.moc.ShortArray
Add a long.
add(short, boolean) - Method in class cds.moc.ShortArray
 
add(HealpixImpl, double, double) - Method in class cds.moc.HealpixMoc
Add a Moc pixel (at max order) corresponding to the alpha,delta position Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
add(HealpixMoc) - Method in class cds.moc.HealpixMoc
Add directly a full Moc.
add(MocCell) - Method in class cds.moc.HealpixMoc
Add a Moc pixel Recursive addition : since with have the 3 brothers, we remove them and add recursively their father
add(String) - Method in class cds.moc.HealpixMoc
Add a list of MOC pixels provided in a string format (JSON format or basic ASCII format) ex JSON: { "order1":[npix1,npix2,...], "order2":[npix3...] } ex basic ASCII: order1/npix1-npix2 npix3 ...
addHpix(String) - Method in class cds.moc.HealpixMoc
 
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
Array - Class in cds.moc
Fast array : see ShortArray, IntArray and LongArray classes
Array() - Constructor for class cds.moc.Array
 
ASCII - Static variable in class cds.moc.HealpixMoc
ASCII encoding format (IVOA REC 1.0 suggestion)
ASCII - Static variable in class cds.moc.MocIO
 

C

cds.moc - package cds.moc
 
cds.moc.examples - package cds.moc.examples
 
check(InputStream) - Static method in class cds.moc.examples.MocLint
Check the IVOA 1.0 MOC recommendation compatibility
check(String) - Static method in class cds.moc.examples.MocLint
Check the IVOA 1.0 MOC recommendation compatibility
check(StringBuilder, InputStream) - Static method in class cds.moc.examples.MocLint
Check the IVOA 1.0 MOC recommendation compatibility
checkAndFix() - Method in class cds.moc.HealpixMoc
Check and fix the consistency of the moc => remove cell redundancies => factorize 4 brothers as 1 father (recursively) => check and fix descendance consistancy [REMOVED => Trim the limitOrder if required ]
clear() - Method in class cds.moc.HealpixMoc
Clear the MOC
clone() - Method in class cds.moc.Array
 
clone() - Method in class cds.moc.HealpixMoc
Deep copy
clone() - Method in class cds.moc.IntArray
Deep copy
clone() - Method in class cds.moc.LongArray
Deep copy
clone() - Method in class cds.moc.ShortArray
Deep copy
compareTo(Object) - Method in class cds.moc.HealpixMoc
 
complement() - Method in class cds.moc.HealpixMoc
 
contains(HealpixImpl, double, double) - Method in class cds.moc.HealpixMoc
Check if the spherical coord is inside the MOC.
createUniq(int, int, byte[]) - Method in class cds.moc.MocIO
 

D

DEFAULTBLOC - Static variable in class cds.moc.Array
 
delete(int) - Method in class cds.moc.IntArray
 
delete(int, int) - Method in class cds.moc.IntArray
 
delete(int, long) - Method in class cds.moc.HealpixMoc
Remove a MOC pixel
delete(long) - Method in class cds.moc.Array
Delete value v from the array
delete(long) - Method in class cds.moc.IntArray
Delete the first value equals to v kept the array sorted if required
delete(long) - Method in class cds.moc.LongArray
Delete the first value equals to v kept the array sorted if required
delete(long) - Method in class cds.moc.ShortArray
Delete the first value equals to v kept the array sorted if required
delete(long, long) - Method in class cds.moc.Array
Delete range of values
delete(long, long) - Method in class cds.moc.IntArray
Delete the all values between v1 and v2 (inclusive) kept the array sorted if required
delete(long, long) - Method in class cds.moc.LongArray
Delete the all values between v1 and v2 (inclusive) kept the array sorted if required
delete(long, long) - Method in class cds.moc.ShortArray
Delete the all values between v1 and v2 (inclusive) kept the array sorted if required
delete(short) - Method in class cds.moc.ShortArray
 
delete(short, short) - Method in class cds.moc.ShortArray
 
delete(String) - Method in class cds.moc.HealpixMoc
remove a list of MOC pixels provided in a string format (ex: "order1/npix1-npix2 npix3 ...
deleteBrothers(int) - Method in class cds.moc.IntArray
 
deleteBrothers(long) - Method in class cds.moc.Array
Delete 3 others brothers if all present
deleteBrothers(long) - Method in class cds.moc.IntArray
Delete three other brothers only of all of them are already present (apart me)
deleteBrothers(long) - Method in class cds.moc.LongArray
Delete three other brothers only if all of them are already present (apart me)
deleteBrothers(long) - Method in class cds.moc.ShortArray
Delete three other brothers only of all of them are already present (apart me)
deleteBrothers(short) - Method in class cds.moc.ShortArray
 
deleteDescendant(int, long) - Method in class cds.moc.HealpixMoc
Remove all descendants of a MOC Pixel
difference(HealpixMoc) - Method in class cds.moc.HealpixMoc
 
display(String, HealpixMoc) - Static method in class cds.moc.examples.MocExample
 

E

equals(Array) - Method in class cds.moc.Array
Equality test
equals(Array) - Method in class cds.moc.IntArray
Equality test
equals(Array) - Method in class cds.moc.LongArray
Equality test
equals(Array) - Method in class cds.moc.ShortArray
Equality test
equals(Object) - Method in class cds.moc.HealpixMoc
Equality test

F

find(int) - Method in class cds.moc.IntArray
 
find(long) - Method in class cds.moc.Array
Find index of value v, or return negative value (bsearch result) if it is not present in the array
find(long) - Method in class cds.moc.IntArray
Return the index of the first value v.
find(long) - Method in class cds.moc.LongArray
Return the index of the first value v.
find(long) - Method in class cds.moc.ShortArray
Return the index of the first value v.
find(short) - Method in class cds.moc.ShortArray
 
FITS - Static variable in class cds.moc.HealpixMoc
FITS encoding format (IVOA REC 1.0 compliante)
FITS - Static variable in class cds.moc.MocIO
 

G

geSize() - Method in class cds.moc.ShortArray
 
get(int) - Method in class cds.moc.Array
Provide the element i
get(int) - Method in class cds.moc.IntArray
 
get(int) - Method in class cds.moc.LongArray
 
get(int) - Method in class cds.moc.ShortArray
 
getAngularRes() - Method in class cds.moc.HealpixMoc
Provide the angular resolution (in degrees) of the MOC (sqrt of the smallest pixel area)
getArea() - Method in class cds.moc.HealpixMoc
return the area of the Moc computed in pixels at the most low level
getArray(int) - Method in class cds.moc.HealpixMoc
Provide the Array of a dedicated order
getCoordSys() - Method in class cds.moc.HealpixMoc
Return the coordinate system (HEALPix convention: G-galactic, C-Equatorial, E-Ecliptic)
getCoverage() - Method in class cds.moc.HealpixMoc
Return the fraction of the sky covered by the Moc [0..1]
getDescendantOrder(int, long) - Method in class cds.moc.HealpixMoc
return the order of the first descendant, otherwise -1
getLimitOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
see getMaxLimitOrder()
getMaxLimitOrder() - Method in class cds.moc.HealpixMoc
Deprecated.
see getMocOrder()
getMaxOrder() - Method in class cds.moc.HealpixMoc
Provide the greatest order really used by the MOC WARNING: use getMocOrder() to know the MOC resolution
getMem() - Method in class cds.moc.Array
Size of the array in bytes
getMem() - Method in class cds.moc.HealpixMoc
Return approximatively the memory used for this moc (in bytes)
getMem() - Method in class cds.moc.IntArray
Size of the array in bytes
getMem() - Method in class cds.moc.LongArray
Size of the array in bytes
getMem() - Method in class cds.moc.ShortArray
Size of the array in bytes
getMem(int) - Method in class cds.moc.HealpixMoc
Provide the memory used for a dedicated order
getMinLimitOrder() - Method in class cds.moc.HealpixMoc
Provide the minimal limit order supported by the Moc (by default 0)
getMocOrder() - Method in class cds.moc.HealpixMoc
Provide the MOC order.
getNpix() - Method in class cds.moc.MocCell
Value getter
getOrder() - Method in class cds.moc.MocCell
Order getter
getPixLevel(int) - Method in class cds.moc.HealpixMoc
Provide a copy of the pixel list at the specified order (in longs)
getProperty(String) - Method in class cds.moc.HealpixMoc
Provide MOC property value.
getSize() - Method in class cds.moc.Array
Size of the array
getSize() - Method in class cds.moc.HealpixMoc
Provide the number of Healpix pixels (for all MOC orders)
getSize(int) - Method in class cds.moc.HealpixMoc
Provide the number of Healpix pixels for a dedicated order
getSizeCompressed() - Method in class cds.moc.Array
Return the size of the array in compressed mode
getSizeCompressed() - Method in class cds.moc.IntArray
Size of the array in compressed mode => consecutive values are memorized as range (2 values)
getSizeCompressed() - Method in class cds.moc.LongArray
Size of the array in compressed mode => consecutive values are memorized as range (2 values)
getSizeCompressed() - Method in class cds.moc.ShortArray
Size of the array in compressed mode => consecutive values are memorized as range (2 values)
getType(int) - Static method in class cds.moc.HealpixMoc
Provide the integer type for a given order
getUsedArea() - Method in class cds.moc.HealpixMoc
Return the number of low level pixels of the Moc

H

Healpix - Class in cds.moc
HEALPix CDS wrapper Encapsulate the usage of the official HEALPix GAIA package 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) 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
HEALPix Multi Order Coverage Map (MOC) creation
HealpixMoc(int) - Constructor for class cds.moc.HealpixMoc
Moc Creation with a specified max limitOrder (by default 29)
HealpixMoc(int, int) - Constructor for class cds.moc.HealpixMoc
Moc Creation with a specified min and max limitOrder (by default 0..29)
HealpixMoc(InputStream) - Constructor for class cds.moc.HealpixMoc
HEALPix Multi Order Coverage Map (MOC) creation and initialisation via a stream
HealpixMoc(InputStream, int) - Constructor for class cds.moc.HealpixMoc
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
HEALPix Multi Order Coverage Map (MOC) creation and initialisation via a string following ASCII or JSON MOC syntax ex JSON: { "order1":[npix1,npix2,...], "order2":[npix3...] } ex basic ASCII: order1/npix1-npix2 npix3 ...
HealpixMoc(String, int, int) - Constructor for class cds.moc.HealpixMoc
Deprecated.
Standard MOC must be equatorial
hpix2uniq(int, long) - Static method in class cds.moc.HealpixMoc
Code a couple (order,npix) into a unique long integer

I

INT - Static variable in class cds.moc.HealpixMoc
 
IntArray - Class in cds.moc
Fast array of integers
IntArray(int) - Constructor for class cds.moc.IntArray
Create a free array of longs
IntArray(int[]) - Constructor for class cds.moc.IntArray
Create an array of integers initializing with v[]
intersection(HealpixMoc) - Method in class cds.moc.HealpixMoc
 
intersectRange(int, int) - Method in class cds.moc.IntArray
 
intersectRange(long, long) - Method in class cds.moc.Array
Return false if no value in the range [vStart..vEnd] is present in the array
intersectRange(long, long) - Method in class cds.moc.IntArray
Return true if at least one value of the range [vStart..vEnd] (included) is found in the array
intersectRange(long, long) - Method in class cds.moc.LongArray
Return true if at least one value of the range [vStart..vEnd] (included) is found in the array
intersectRange(long, long) - Method in class cds.moc.ShortArray
Return true if at least one value of the range [vStart..vEnd] (included) is found in the array
intersectRange(short, short) - Method in class cds.moc.ShortArray
 
isAllSky() - Method in class cds.moc.HealpixMoc
Return true if the MOC covers the whole sky
isAscendant(int, long) - Method in class cds.moc.HealpixMoc
True is the MOC pixel is an ascendant
isDescendant(int, long) - Method in class cds.moc.HealpixMoc
True if the MOC pixel is a descendant
isEmpty() - Method in class cds.moc.HealpixMoc
Return true if the MOC is empty
isIn(int, long) - Method in class cds.moc.HealpixMoc
True if the MOC pixel is present at this order
isIncluding(HealpixMoc) - Method in class cds.moc.HealpixMoc
Fast test for checking if the parameter MOC is totally inside the current MOC object
isIntersecting(int, long) - Method in class cds.moc.HealpixMoc
Fast test for checking if the cell is intersecting the current MOC object
isIntersecting(HealpixMoc) - Method in class cds.moc.HealpixMoc
Fast test for checking if the parameter MOC is intersecting the current MOC object
isInTree(int, long) - Method in class cds.moc.HealpixMoc
Deprecated.
see isIntersecting(...)
isInTree(HealpixMoc) - Method in class cds.moc.HealpixMoc
Deprecated.
see isIntersecting(...)
isSorted() - Method in class cds.moc.Array
Return true if the array is ascending sorted
isSorted() - Method in class cds.moc.HealpixMoc
Return true if all Moc level is sorted
iterator() - Method in class cds.moc.Array
Provide an iterator on the array
iterator() - Method in class cds.moc.HealpixMoc
Provide an Iterator on the MOC pixel List.

J

JSON - Static variable in class cds.moc.HealpixMoc
JSON encoding format (IVOA REC 1.0 suggestion)
JSON - Static variable in class cds.moc.MocIO
 
JSON0 - Static variable in class cds.moc.HealpixMoc
JSON obsoleted encoding format (only reading supported for compatibility)
JSON0 - Static variable in class cds.moc.MocIO
 

L

log2(long) - Static method in class cds.moc.Healpix
 
log2(long) - Static method in class cds.moc.HealpixMoc
 
LONG - Static variable in class cds.moc.HealpixMoc
 
LongArray - Class in cds.moc
Fast array of longs
LongArray(int) - Constructor for class cds.moc.LongArray
Create a free array of longs
LongArray(long[]) - Constructor for class cds.moc.LongArray
Create an array of longs initializing with v[]

M

main(String[]) - Static method in class cds.moc.examples.MocExample
 
main(String[]) - Static method in class cds.moc.examples.MocLint
 
main(String[]) - Static method in class cds.moc.examples.MocTest
 
MAXORDER - Static variable in class cds.moc.Healpix
Maximal HEALPix order supported by the library
MAXORDER - Static variable in class cds.moc.HealpixMoc
Maximal HEALPix order supported by the library
MocCell - Class in cds.moc
MOC cell object
MocCell() - Constructor for class cds.moc.MocCell
Create Healpix cell
MocCell(int, long) - Constructor for class cds.moc.MocCell
Create Healpix cell
MocExample - Class in cds.moc.examples
 
MocExample() - Constructor for class cds.moc.examples.MocExample
 
MocIO - Class in cds.moc
HEALPix Multi Order Coverage Map (MOC) IO routines Compliante with IVOA MOC Rec 1.0 June 2014 Example : HealpixMoc moc = new HealpixMoc(); (new IO(moc).read(String filename);
MocIO(HealpixMoc) - Constructor for class cds.moc.MocIO
 
MocLint - Class in cds.moc.examples
MOC check - verifying the IVOA 1.0 MOC recommendation compatibility
MocLint() - Constructor for class cds.moc.examples.MocLint
 
MocTest - Class in cds.moc.examples
 
MocTest() - Constructor for class cds.moc.examples.MocTest
 

N

npix - Variable in class cds.moc.MocCell
Healpix cell value

O

OLDSIGNATURE - Static variable in class cds.moc.MocIO
 
order - Variable in class cds.moc.MocCell
Healpix cell order

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
pixelIterator() - Method in class cds.moc.HealpixMoc
Provide an Iterator on the low level pixel list covering all the MOC area.
pow2(long) - Static method in class cds.moc.Healpix
 
pow2(long) - Static method in class cds.moc.HealpixMoc
 

Q

queryCell(int, long) - Method in class cds.moc.HealpixMoc
 
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.HealpixMoc
Provide Moc pixels totally or partially inside a circle

R

rangeSet - Variable in class cds.moc.HealpixMoc
Operations on MOCs
read(InputStream) - Method in class cds.moc.HealpixMoc
Read HEALPix MOC from a stream Support all MOC syntax: FITS standard or any other old syntax (JSON or ASCII)
read(InputStream) - Method in class cds.moc.MocIO
Read HEALPix MOC from a stream.
read(InputStream, int) - Method in class cds.moc.HealpixMoc
Deprecated.
see read(InputStream)
read(InputStream, int) - Method in class cds.moc.MocIO
Deprecated.
see read(InputStream)
read(String) - Method in class cds.moc.HealpixMoc
Read HEALPix MOC from a file.
read(String) - Method in class cds.moc.MocIO
Read HEALPix MOC from a file.
read(String, int) - Method in class cds.moc.HealpixMoc
Deprecated.
see read(String)
read(String, int) - Method in class cds.moc.MocIO
Deprecated.
see read(String)
readASCII(InputStream) - Method in class cds.moc.HealpixMoc
Deprecated.
see read(InputStream)
readASCII(InputStream) - Method in class cds.moc.MocIO
Read MOC from an ASCII stream Support simultaneously various ASCII formats (OBSOLETE, ASCII invalid input: '&' JSON) ASCII (with a first comment for providing the MOCORDER) #MOCORDER MAX ORDER1/nn1,nn2-nnX ORDER2/...
readFits(InputStream) - Method in class cds.moc.HealpixMoc
Deprecated.
see read(InputStream)
readFits(InputStream) - Method in class cds.moc.MocIO
Read HEALPix MOC from an Binary FITS stream
readJSON(InputStream) - Method in class cds.moc.HealpixMoc
Deprecated.
see read(InputStream)

S

seeArray() - Method in class cds.moc.IntArray
Provide the java reference on the array (real size is provided by getSize() and not by .length)
seeArray() - Method in class cds.moc.LongArray
Provide the java reference on the array (real size is provided by getSize() and not by .length)
seeArray() - Method in class cds.moc.ShortArray
Provide the java reference on the array (real size is provided by getSize() and not by .length)
set(int, long) - Method in class cds.moc.Array
set the element i
set(int, long) - Method in class cds.moc.IntArray
 
set(int, long) - Method in class cds.moc.LongArray
 
set(int, long) - Method in class cds.moc.MocCell
Couple setter
set(int, long) - Method in class cds.moc.ShortArray
 
setCheckConsistencyFlag(boolean) - Method in class cds.moc.HealpixMoc
Set the check consistency flag.
setCoordSys(String) - Method in class cds.moc.HealpixMoc
Deprecated.
Standard MOC must be equatorial
setCurrentOrder(int) - Method in class cds.moc.HealpixMoc
 
setLimitOrder(int) - Method in class cds.moc.HealpixMoc
Deprecated.
see setMaxLimitOrder()
setMaxLimitOrder(int) - Method in class cds.moc.HealpixMoc
Deprecated.
see setMocOrder(int)
setMinLimitOrder(int) - Method in class cds.moc.HealpixMoc
Set the Min limit order supported by the Moc (by default 0) (and automatically switch on the testConsistency) Any future addition of pixel with order smallest than minLimitOrder will be automatically replaced by the addition of its 4 sons.
setMocOrder(int) - Method in class cds.moc.HealpixMoc
Set the limit order supported by the Moc (-1 for Healpix library implementation) (and automatically switch on the testConsistency) Any future addition of pixel with order exceeding limitOrder will be automatically replaced by the addition of the corresponding pixel at the limitOrder.
setMocOrder(String) - Method in class cds.moc.HealpixMoc
Set the MOC order.
setNpix(long) - Method in class cds.moc.MocCell
Value setter
setOrder(int) - Method in class cds.moc.MocCell
Order setter
setPixLevel(int, int[]) - Method in class cds.moc.HealpixMoc
Set the pixel list at the specified order (6invalid input: '<'=orderinvalid input: '<'=13 ) (Dedicated for fast initialisation)
setPixLevel(int, long[]) - Method in class cds.moc.HealpixMoc
Set the pixel list at the specified order (order>13 ) (Dedicated for fast initialisation)
setPixLevel(int, short[]) - Method in class cds.moc.HealpixMoc
Set the pixel list at the specified order (orderinvalid input: '<'6) (Dedicated for fast initialisation)
setProperty(String, String) - Method in class cds.moc.HealpixMoc
MOC propertie setter
setSize(int) - Method in class cds.moc.Array
set the size of the array
SHORT - Static variable in class cds.moc.HealpixMoc
 
ShortArray - Class in cds.moc
Fast array of shorts
ShortArray(int) - Constructor for class cds.moc.ShortArray
Create a free array of longs
ShortArray(short[]) - Constructor for class cds.moc.ShortArray
Create an array of integers initializing with v[]
SIGNATURE - Static variable in class cds.moc.MocIO
 
size - Variable in class cds.moc.Array
 
sizeBloc - Variable in class cds.moc.Array
 
sort() - Method in class cds.moc.Array
Sort the array (if required)
sort() - Method in class cds.moc.HealpixMoc
Sort each level of the Moc
sort() - Method in class cds.moc.IntArray
Sort the array (only if required)
sort() - Method in class cds.moc.LongArray
Sort the array (only if required)
sort() - Method in class cds.moc.ShortArray
Sort the array (only if required)
sorted - Variable in class cds.moc.Array
 
subtraction(HealpixMoc) - Method in class cds.moc.HealpixMoc
 

T

todebug() - Method in class cds.moc.HealpixMoc
 
toHealpixMoc() - Method in class cds.moc.HealpixMoc
 
toRangeSet() - Method in class cds.moc.HealpixMoc
 
toString() - Method in class cds.moc.HealpixMoc
 
toString() - Method in class cds.moc.MocCell
 
trim() - Method in class cds.moc.Array
Trim the array in order to free the not required memory
trim() - Method in class cds.moc.HealpixMoc
Remove all the unused space (allocation reservation)
trim() - Method in class cds.moc.IntArray
Remove the reservation room in the array
trim() - Method in class cds.moc.LongArray
Remove the reservation room in the array
trim() - Method in class cds.moc.ShortArray
Remove the reservation room in the array

U

union(HealpixMoc) - Method in class cds.moc.HealpixMoc
 
uniq2hpix(long) - Static method in class cds.moc.HealpixMoc
Uncode a long integer into a couple (order,npix)
uniq2hpix(long, long[]) - Static method in class cds.moc.HealpixMoc
Uncode a long integer into a couple (order,npix)

V

VERSION - Static variable in class cds.moc.HealpixMoc
Healpix MOC API version number

W

write(OutputStream) - Method in class cds.moc.MocIO
Write HEALPix MOC to an output stream
write(OutputStream, int) - Method in class cds.moc.HealpixMoc
Deprecated. 
write(OutputStream, int) - Method in class cds.moc.MocIO
Write HEALPix MOC to an output stream At the end, the stream is not closed
write(String) - Method in class cds.moc.HealpixMoc
Write HEALPix MOC to a file
write(String) - Method in class cds.moc.MocIO
Write HEALPix MOC to a file
write(String, int) - Method in class cds.moc.HealpixMoc
Deprecated. 
write(String, int) - Method in class cds.moc.MocIO
Write HEALPix MOC to a file
writeASCII(OutputStream) - Method in class cds.moc.HealpixMoc
Deprecated.
see write(OutputStream)
writeASCII(OutputStream) - Method in class cds.moc.MocIO
Write HEALPix MOC to an output stream IN ASCII encoded format
writeFits(OutputStream) - Method in class cds.moc.HealpixMoc
Write HEALPix MOC to an output stream in FITS encoded format
writeFits(OutputStream) - Method in class cds.moc.MocIO
Write HEALPix MOC to an output stream in FITS encoded format
writeFITS(OutputStream) - Method in class cds.moc.HealpixMoc
deprecated
writeJSON(OutputStream) - Method in class cds.moc.HealpixMoc
Write HEALPix MOC to an output stream IN JSON encoded format
writeJSON(OutputStream) - Method in class cds.moc.MocIO
Write HEALPix MOC to an output stream IN JSON encoded format
A 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