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 AlgorithmIdRuggedBuilder. getAlgorithm()Get the algorithm to use for Digital Elevation Model intersection.AlgorithmIdRugged. getAlgorithmId()Get the DEM intersection algorithm identifier.static AlgorithmIdAlgorithmId. 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 RuggedBuilderRuggedBuilder. 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 voidDumpManager. dumpAlgorithm(AlgorithmId algorithmId)Dump algorithm data.static voidDumpManager. 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 AlgorithmIdBasicScanAlgorithm. getAlgorithmId()Get the algorithmId.AlgorithmIdConstantElevationAlgorithm. getAlgorithmId()Get the algorithmId.AlgorithmIdIgnoreDEMAlgorithm. getAlgorithmId()Get the algorithmId.AlgorithmIdIntersectionAlgorithm. 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 AlgorithmIdDuvenhageAlgorithm. getAlgorithmId()Get the algorithmId.
-