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

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

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

Methods in org.orekit.files.sp3 that return SP3File.SP3OrbitType
 SP3File.SP3OrbitType SP3File.getOrbitType()
          Returns the SP3File.SP3OrbitType for this SP3 file.
static SP3File.SP3OrbitType SP3File.SP3OrbitType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SP3File.SP3OrbitType[] SP3File.SP3OrbitType.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.SP3OrbitType
 void SP3File.setOrbitType(SP3File.SP3OrbitType oType)
          Set the SP3File.SP3OrbitType for this SP3 file.
 



Copyright © 2017 CNES. All Rights Reserved.