Uses of Class
org.orekit.rugged.api.AlgorithmId
-
Packages that use AlgorithmId Package Description org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances.org.orekit.rugged.errors This package provides classes to generate and handle exceptions.org.orekit.rugged.intersection This package provides the interface for Digital Elevation Model intersection algorithm, as well as some simple implementations.org.orekit.rugged.intersection.duvenhage This package provides the Digital Elevation Model intersection using Bernardt Duvenhage's algorithm. -
-
Uses of AlgorithmId in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return AlgorithmId Modifier and Type Method Description AlgorithmId
RuggedBuilder. getAlgorithm()
Get the algorithm to use for Digital Elevation Model intersection.AlgorithmId
Rugged. getAlgorithmId()
Get the DEM intersection algorithm identifier.static AlgorithmId
AlgorithmId. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlgorithmId[]
AlgorithmId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.rugged.api with parameters of type AlgorithmId Modifier and Type Method Description RuggedBuilder
RuggedBuilder. setAlgorithm(AlgorithmId newAlgorithmId)
Set the algorithm to use for Digital Elevation Model intersection. -
Uses of AlgorithmId in org.orekit.rugged.errors
Methods in org.orekit.rugged.errors with parameters of type AlgorithmId Modifier and Type Method Description static void
DumpManager. dumpAlgorithm(AlgorithmId algorithmId)
Dump algorithm data.static void
DumpManager. dumpAlgorithm(AlgorithmId algorithmId, double specific)
Dump algorithm data. -
Uses of AlgorithmId in org.orekit.rugged.intersection
Methods in org.orekit.rugged.intersection that return AlgorithmId Modifier and Type Method Description AlgorithmId
BasicScanAlgorithm. getAlgorithmId()
Get the algorithmId.AlgorithmId
ConstantElevationAlgorithm. getAlgorithmId()
Get the algorithmId.AlgorithmId
IgnoreDEMAlgorithm. getAlgorithmId()
Get the algorithmId.AlgorithmId
IntersectionAlgorithm. getAlgorithmId()
Get the algorithmId. -
Uses of AlgorithmId in org.orekit.rugged.intersection.duvenhage
Methods in org.orekit.rugged.intersection.duvenhage that return AlgorithmId Modifier and Type Method Description AlgorithmId
DuvenhageAlgorithm. getAlgorithmId()
Get the algorithmId.
-