Package | Description |
---|---|
org.orekit.rugged.api | |
org.orekit.rugged.intersection | |
org.orekit.rugged.intersection.duvenhage | |
org.orekit.rugged.refraction |
Modifier and Type | Method | Description |
---|---|---|
IntersectionAlgorithm |
Rugged.getAlgorithm() |
Get the DEM intersection algorithm.
|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DuvenhageAlgorithm |
Digital Elevation Model intersection using Bernardt Duvenhage's algorithm.
|
Modifier and Type | Method | Description |
---|---|---|
abstract NormalizedGeodeticPoint |
AtmosphericRefraction.applyCorrection(org.hipparchus.geometry.euclidean.threed.Vector3D satPos,
org.hipparchus.geometry.euclidean.threed.Vector3D satLos,
NormalizedGeodeticPoint rawIntersection,
IntersectionAlgorithm algorithm) |
Apply correction to the intersected point with an atmospheric refraction model.
|
NormalizedGeodeticPoint |
MultiLayerModel.applyCorrection(org.hipparchus.geometry.euclidean.threed.Vector3D satPos,
org.hipparchus.geometry.euclidean.threed.Vector3D satLos,
NormalizedGeodeticPoint rawIntersection,
IntersectionAlgorithm algorithm) |
Apply correction to the intersected point with an atmospheric refraction model.
|
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.