Uses of Interface
org.orekit.rugged.intersection.IntersectionAlgorithm
-
Packages that use IntersectionAlgorithm 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.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.org.orekit.rugged.refraction This package provides the interface for atmospheric refraction model, as well as some classical models. -
-
Uses of IntersectionAlgorithm in org.orekit.rugged.api
Methods in org.orekit.rugged.api that return IntersectionAlgorithm Modifier and Type Method Description IntersectionAlgorithm
Rugged. getAlgorithm()
Get the DEM intersection algorithm. -
Uses of IntersectionAlgorithm in org.orekit.rugged.intersection
Classes in org.orekit.rugged.intersection that implement IntersectionAlgorithm Modifier and Type Class Description class
BasicScanAlgorithm
Intersection computation using a basic algorithm based on exhaustive scan.class
ConstantElevationAlgorithm
Intersection ignoring Digital Elevation Model.class
IgnoreDEMAlgorithm
Intersection ignoring Digital Elevation Model. -
Uses of IntersectionAlgorithm in org.orekit.rugged.intersection.duvenhage
Classes in org.orekit.rugged.intersection.duvenhage that implement IntersectionAlgorithm Modifier and Type Class Description class
DuvenhageAlgorithm
Digital Elevation Model intersection using Bernardt Duvenhage's algorithm. -
Uses of IntersectionAlgorithm in org.orekit.rugged.refraction
Methods in org.orekit.rugged.refraction with parameters of type IntersectionAlgorithm Modifier and Type Method Description abstract NormalizedGeodeticPoint
AtmosphericRefraction. applyCorrection(Vector3D satPos, Vector3D satLos, NormalizedGeodeticPoint rawIntersection, IntersectionAlgorithm algorithm)
Apply correction to the intersected point with an atmospheric refraction model.NormalizedGeodeticPoint
MultiLayerModel. applyCorrection(Vector3D satPos, Vector3D satLos, NormalizedGeodeticPoint rawIntersection, IntersectionAlgorithm algorithm)
Apply correction to the intersected point with an atmospheric refraction model.
-