-
Returns the complement of this Moc.
Returns a Moc with degraded resolution.
Returns a new Moc that contains the intersection of this Moc and "other".
Converts the contents of a FITS input stream to a MOC.
Converts the contents of a FITS file to a MOC.
Parses a string following either the basic ASCII or JSON syntax given in
the MOC standard document, and converts it into a MOC.
Returns a new Moc that contains all parts of this Moc that are not
contained in "other".
Returns a new Moc that contains the union of this Moc and "other".
boolean
Returns a new Moc that contains the intersection of this Moc and "other".
static void
Writes the provided Moc to the stream in FITS format.
static void
Writes the provided Moc to the specified file in FITS format.
Converts the Moc to its basic ASCII representation as described in the MOC
standard document.
Converts the Moc to its JSON representation as described in the MOC
standard document.
boolean
Returns a new Moc that contains all parts of this Moc that are not
contained in "other".
Returns a new Moc that contains the union of this Moc and "other".
Creates a new Moc, which is identical to "other".