Class MocStringIO
java.lang.Object
healpix.essentials.MocStringIO
Moc string I/O routines.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MocmocFromString(String in) Parses a string following either the basic ASCII or JSON syntax given in the MOC standard document, and converts it into a MOC.static StringmocToStringASCII(Moc moc) Converts the Moc to its basic ASCII representation as described in the MOC standard document.static StringmocToStringJSON(Moc moc) Converts the Moc to its JSON representation as described in the MOC standard document.
-
Constructor Details
-
MocStringIO
public MocStringIO()
-
-
Method Details
-
mocFromString
-
mocToStringASCII
-
mocToStringJSON
-