BasicScanAlgorithm, ConstantElevationAlgorithm, DuvenhageAlgorithm, IgnoreDEMAlgorithmpublic interface IntersectionAlgorithm
| Modifier and Type | Method | Description |
|---|---|---|
double |
getElevation(double latitude,
double longitude) |
Get elevation at a given ground point.
|
NormalizedGeodeticPoint |
intersection(ExtendedEllipsoid ellipsoid,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
org.hipparchus.geometry.euclidean.threed.Vector3D los) |
Compute intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint |
refineIntersection(ExtendedEllipsoid ellipsoid,
org.hipparchus.geometry.euclidean.threed.Vector3D position,
org.hipparchus.geometry.euclidean.threed.Vector3D los,
NormalizedGeodeticPoint closeGuess) |
Refine intersection of line with Digital Elevation Model.
|
NormalizedGeodeticPoint intersection(ExtendedEllipsoid ellipsoid, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Vector3D los)
ellipsoid - reference ellipsoidposition - pixel position in ellipsoid framelos - pixel line-of-sight in ellipsoid frameNormalizedGeodeticPoint refineIntersection(ExtendedEllipsoid ellipsoid, org.hipparchus.geometry.euclidean.threed.Vector3D position, org.hipparchus.geometry.euclidean.threed.Vector3D los, NormalizedGeodeticPoint closeGuess)
This method is used to refine an intersection when a close guess is
already known. The intersection is typically looked for by a direct
cell intersection in the tile which already
contains the close guess, or any similar very fast algorithm.
ellipsoid - reference ellipsoidposition - pixel position in ellipsoid framelos - pixel line-of-sight in ellipsoid framecloseGuess - guess close to the real intersectiondouble getElevation(double latitude,
double longitude)
latitude - ground point latitudelongitude - ground point longitudeCopyright © 2014-2019 CS Systèmes d'information. All rights reserved.