net.aerith.misao.xml
Class XmlAstrometry

java.lang.Object
  |
  +--net.aerith.misao.xml.IONode
        |
        +--net.aerith.misao.xml.relaxer.XmlAstrometry
              |
              +--net.aerith.misao.xml.XmlAstrometry

public class XmlAstrometry
extends XmlAstrometry

The XmlAstrometry is an application side implementation of the class that the relaxer generated automatically.

See Also:
Serialized Form

Fields inherited from class net.aerith.misao.xml.relaxer.XmlAstrometry
catalog, equinox, parentRNode, rContext
 
Constructor Summary
XmlAstrometry()
          Constructs an empty XmlAstrometry.
XmlAstrometry(AstrometrySetting setting)
          Constructs an XmlAstrometry of the specified astrometry setting.
 
Method Summary
 AstrometrySetting getAstrometrySetting()
          Gets the astrometry setting.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlAstrometry
getCatalog, getEquinox, getParentRNode, getRContext, getRContextResolved, getRNodes, init, isMatch, isMatch, isMatchHungry, makeElement, setCatalog, setEquinox, setParentRNode, setRContext, setup, setup, setup
 
Methods inherited from class net.aerith.misao.xml.IONode
read, read, translateFrom, translateTo, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XmlAstrometry

public XmlAstrometry()
Constructs an empty XmlAstrometry.

XmlAstrometry

public XmlAstrometry(AstrometrySetting setting)
Constructs an XmlAstrometry of the specified astrometry setting.
Parameters:
setting - the astrometry setting.
Method Detail

getAstrometrySetting

public AstrometrySetting getAstrometrySetting()
Gets the astrometry setting.
Returns:
the astrometry setting.