Package healpix.essentials
Class MocStringIO
java.lang.Object
healpix.essentials.MocStringIO
Moc string I/O routines.
- Author:
- Martin Reinecke
- Copyright:
- 2014-2015 Max-Planck-Society
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Moc
mocFromString
(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 String
mocToStringASCII
(Moc moc) Converts the Moc to its basic ASCII representation as described in the MOC standard document.static String
mocToStringJSON
(Moc moc) Converts the Moc to its JSON representation as described in the MOC standard document.
-
Constructor Details
-
MocStringIO
public MocStringIO()
-
-
Method Details
-
mocFromString
Parses a string following either the basic ASCII or JSON syntax given in the MOC standard document, and converts it into a MOC. The string need not obey the rules for a well-formed MOC given in the document. -
mocToStringASCII
Converts the Moc to its basic ASCII representation as described in the MOC standard document. The result is well-formed. -
mocToStringJSON
Converts the Moc to its JSON representation as described in the MOC standard document. The result is well-formed.
-