Jeospace API

org.jeospace.xml
Class Sky2KReader

java.lang.Object
  extended byorg.jeospace.xml.XMLReaderAdapter
      extended byorg.jeospace.xml.Sky2KReader
All Implemented Interfaces:
org.xml.sax.XMLReader

public class Sky2KReader
extends XMLReaderAdapter

An XMLReader for parsing stellar data as found in the Sky2000 Catalog, Version 4. See:
Detailed Description
for data file format information and links to the downloadable data files.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton
See Also:
InputSource

Constructor Summary
Sky2KReader()
          Constructor
 
Method Summary
 void parse(org.xml.sax.InputSource input)
          Parse a document from an InputSource.
 void setMagBounds(double max, double min, double inc)
           
 
Methods inherited from class org.jeospace.xml.XMLReaderAdapter
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sky2KReader

public Sky2KReader()
Constructor

Method Detail

setMagBounds

public void setMagBounds(double max,
                         double min,
                         double inc)

parse

public void parse(org.xml.sax.InputSource input)
           throws java.io.IOException,
                  org.xml.sax.SAXException
Parse a document from an InputSource.

Specified by:
parse in interface org.xml.sax.XMLReader
Overrides:
parse in class XMLReaderAdapter
Throws:
java.io.IOException
org.xml.sax.SAXException

Jeospace API

Copyright © 2006 - jeospace.org