net.aerith.misao.xml
Class XmlPositionRecord

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

public class XmlPositionRecord
extends XmlPositionRecord

The XmlPositionRecord 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.XmlPositionRecord
area, astrometricError, catalog, coor, date, equinox, imageXmlPath, instruments, mag, name, observer, parentRNode, pixelsFromEdge, pixelSize, position, rContext
 
Constructor Summary
XmlPositionRecord()
          Construct an XmlPositionRecord.
XmlPositionRecord(XmlInformation info, XmlStar star)
          Construct an XmlPositionRecord of the specified star.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlPositionRecord
getArea, getAstrometricError, getCatalog, getCoor, getDate, getEquinox, getImageXmlPath, getInstruments, getMag, getName, getObserver, getParentRNode, getPixelsFromEdge, getPixelSize, getPosition, getRContext, getRContextResolved, getRNodes, init, isMatch, isMatch, isMatchHungry, makeElement, setArea, setAstrometricError, setCatalog, setCoor, setDate, setEquinox, setImageXmlPath, setInstruments, setMag, setName, setObserver, setParentRNode, setPixelsFromEdge, setPixelSize, setPosition, 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

XmlPositionRecord

public XmlPositionRecord()
Construct an XmlPositionRecord.

XmlPositionRecord

public XmlPositionRecord(XmlInformation info,
                         XmlStar star)
                  throws DocumentIncompleteException,
                         NoDataException
Construct an XmlPositionRecord of the specified star.
Parameters:
info - the image information.
star - the XML star element.
Throws:
DocumentIncompleteException - if some required data in the specified image information is not recorded.
NoDataException - if the position is not recorded.