Uses of Class
org.orekit.rugged.utils.NormalizedGeodeticPoint
-
Packages that use NormalizedGeodeticPoint Package Description 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.raster This package provides the interface used to update Digital Elevation Model tiles to be implemented by the user, the interface representing a raster tile, as well as a simple model.org.orekit.rugged.refraction This package provides the interface for atmospheric refraction model, as well as some classical models.org.orekit.rugged.utils This package provides useful objects. -
-
Uses of NormalizedGeodeticPoint in org.orekit.rugged.intersection
Methods in org.orekit.rugged.intersection that return NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
BasicScanAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)
Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
ConstantElevationAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)
Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IgnoreDEMAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)
Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IntersectionAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)
Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
BasicScanAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
ConstantElevationAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IgnoreDEMAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IntersectionAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.Methods in org.orekit.rugged.intersection with parameters of type NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
BasicScanAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
ConstantElevationAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IgnoreDEMAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
IntersectionAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model. -
Uses of NormalizedGeodeticPoint in org.orekit.rugged.intersection.duvenhage
Methods in org.orekit.rugged.intersection.duvenhage that return NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
DuvenhageAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)
Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPoint
DuvenhageAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model.Methods in org.orekit.rugged.intersection.duvenhage with parameters of type NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
DuvenhageAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)
Refine intersection of line with Digital Elevation Model. -
Uses of NormalizedGeodeticPoint in org.orekit.rugged.raster
Methods in org.orekit.rugged.raster that return NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
SimpleTile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)
Find the intersection of a line-of-sight and a Digital Elevation Model cell.NormalizedGeodeticPoint
Tile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)
Find the intersection of a line-of-sight and a Digital Elevation Model cell.Methods in org.orekit.rugged.raster with parameters of type NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
SimpleTile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)
Find the intersection of a line-of-sight and a Digital Elevation Model cell.NormalizedGeodeticPoint
Tile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)
Find the intersection of a line-of-sight and a Digital Elevation Model cell. -
Uses of NormalizedGeodeticPoint in org.orekit.rugged.refraction
Methods in org.orekit.rugged.refraction that return NormalizedGeodeticPoint 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.Methods in org.orekit.rugged.refraction with parameters of type NormalizedGeodeticPoint 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. -
Uses of NormalizedGeodeticPoint in org.orekit.rugged.utils
Methods in org.orekit.rugged.utils that return NormalizedGeodeticPoint Modifier and Type Method Description NormalizedGeodeticPoint
ExtendedEllipsoid. pointOnGround(Vector3D position, Vector3D los, double centralLongitude)
Get point on ground along a pixel line of sight.NormalizedGeodeticPoint
ExtendedEllipsoid. transform(Vector3D point, Frame frame, AbsoluteDate date, double centralLongitude)
Transform a cartesian point to a surface-relative point.
-