Uses of Class
edu.nrao.sss.astronomy.EphemerisTable

Packages that use EphemerisTable
edu.nrao.sss.astronomy General astronomical concepts. 
 

Uses of EphemerisTable in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return EphemerisTable
 EphemerisTable EphemerisTable.clone()
          Returns a copy of this table.
static EphemerisTable EphemerisTable.createFrom(InputStream in, String tableType)
          Creates a new ephemeris table and tries to load it with data from the given stream.
static EphemerisTable EphemerisTable.createFrom(String fileName, String tableType)
          Creates a new ephemeris table and tries to load it with data from the given file.
static EphemerisTable EphemerisTable.fromXml(Reader reader)
          Creates a new ephemeris table based on the XML data read from reader.
static EphemerisTable EphemerisTable.fromXml(String xmlFile)
          Creates a new ephemeris table from the XML data in the given file.
 EphemerisTable SkyPositionBuilder.makeEphemerisTable()
           
 EphemerisTable EphemerisTableBuilder.makeTable()
           
 EphemerisTable JplEphemerisTableReader.read(InputStream in)
           
 EphemerisTable EphemerisTableReader.read(InputStream in)
          Creates an ephemeris table from the data found in the given input stream.
 EphemerisTable JplEphemerisTableReader.read(InputStream in, EphemerisTable destination)
           
 EphemerisTable EphemerisTableReader.read(InputStream in, EphemerisTable destination)
          Appends the data found in the given stream to destination and returns it.
 EphemerisTable JplEphemerisTableReader.read(String fileName)
           
 EphemerisTable EphemerisTableReader.read(String fileName)
          Creates an ephemeris table from the data found in the given file.
 EphemerisTable JplEphemerisTableReader.read(String fileName, EphemerisTable destination)
           
 EphemerisTable EphemerisTableReader.read(String fileName, EphemerisTable destination)
          Appends the data found in the given file to destination and returns it.
 

Methods in edu.nrao.sss.astronomy with parameters of type EphemerisTable
 EphemerisTable JplEphemerisTableReader.read(InputStream in, EphemerisTable destination)
           
 EphemerisTable EphemerisTableReader.read(InputStream in, EphemerisTable destination)
          Appends the data found in the given stream to destination and returns it.
 EphemerisTable JplEphemerisTableReader.read(String fileName, EphemerisTable destination)
           
 EphemerisTable EphemerisTableReader.read(String fileName, EphemerisTable destination)
          Appends the data found in the given file to destination and returns it.
 



Copyright © 2009. All Rights Reserved.