Uses of Class
org.orekit.files.ilrs.CRDHeader.RangeType
-
Packages that use CRDHeader.RangeType Package Description org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats. -
-
Uses of CRDHeader.RangeType in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CRDHeader.RangeType Modifier and Type Method Description CRDHeader.RangeTypeCRDHeader. getRangeType()Get the range type.static CRDHeader.RangeTypeCRDHeader.RangeType. getRangeType(int id)Get the range type for the given indicator.static CRDHeader.RangeTypeCRDHeader.RangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static CRDHeader.RangeType[]CRDHeader.RangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-