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 NormalizedGeodeticPointBasicScanAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPointConstantElevationAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPointIgnoreDEMAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPointIntersectionAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPointBasicScanAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointConstantElevationAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointIgnoreDEMAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointIntersectionAlgorithm. 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 NormalizedGeodeticPointBasicScanAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointConstantElevationAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointIgnoreDEMAlgorithm. refineIntersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los, NormalizedGeodeticPoint closeGuess)Refine intersection of line with Digital Elevation Model.NormalizedGeodeticPointIntersectionAlgorithm. 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 NormalizedGeodeticPointDuvenhageAlgorithm. intersection(ExtendedEllipsoid ellipsoid, Vector3D position, Vector3D los)Compute intersection of line with Digital Elevation Model.NormalizedGeodeticPointDuvenhageAlgorithm. 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 NormalizedGeodeticPointDuvenhageAlgorithm. 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 NormalizedGeodeticPointSimpleTile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)Find the intersection of a line-of-sight and a Digital Elevation Model cell.NormalizedGeodeticPointTile. 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 NormalizedGeodeticPointSimpleTile. cellIntersection(NormalizedGeodeticPoint p, Vector3D los, int latitudeIndex, int longitudeIndex)Find the intersection of a line-of-sight and a Digital Elevation Model cell.NormalizedGeodeticPointTile. 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 NormalizedGeodeticPointAtmosphericRefraction. applyCorrection(Vector3D satPos, Vector3D satLos, NormalizedGeodeticPoint rawIntersection, IntersectionAlgorithm algorithm)Apply correction to the intersected point with an atmospheric refraction model.NormalizedGeodeticPointMultiLayerModel. 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 NormalizedGeodeticPointAtmosphericRefraction. applyCorrection(Vector3D satPos, Vector3D satLos, NormalizedGeodeticPoint rawIntersection, IntersectionAlgorithm algorithm)Apply correction to the intersected point with an atmospheric refraction model.NormalizedGeodeticPointMultiLayerModel. 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 NormalizedGeodeticPointExtendedEllipsoid. pointOnGround(Vector3D position, Vector3D los, double centralLongitude)Get point on ground along a pixel line of sight.NormalizedGeodeticPointExtendedEllipsoid. transform(Vector3D point, Frame frame, AbsoluteDate date, double centralLongitude)Transform a cartesian point to a surface-relative point.
-