Uses of Class
org.orekit.files.sp3.SP3File.SP3FileType

Packages that use SP3File.SP3FileType
org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format. 
 

Uses of SP3File.SP3FileType in org.orekit.files.sp3
 

Methods in org.orekit.files.sp3 that return SP3File.SP3FileType
 SP3File.SP3FileType SP3File.getType()
          Returns the SP3File.SP3FileType associated with this SP3 file.
static SP3File.SP3FileType SP3File.SP3FileType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SP3File.SP3FileType[] SP3File.SP3FileType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.orekit.files.sp3 with parameters of type SP3File.SP3FileType
 void SP3File.setType(SP3File.SP3FileType fileType)
          Set the file type for this SP3 file.
 



Copyright © 2017 CNES. All Rights Reserved.