public class AlongTrackAiming extends Object implements TileAiming
ConstantAzimuthAiming
Constructor and Description |
---|
AlongTrackAiming(OneAxisEllipsoid ellipsoid,
Orbit orbit,
boolean isAscending)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
org.hipparchus.geometry.euclidean.threed.Vector3D |
alongTileDirection(org.hipparchus.geometry.euclidean.threed.Vector3D point,
GeodeticPoint gp)
Find the along tile direction for tessellation at specified point.
|
public AlongTrackAiming(OneAxisEllipsoid ellipsoid, Orbit orbit, boolean isAscending) throws OrekitException
ellipsoid
- ellipsoid body on which the zone is definedorbit
- orbit along which tiles should be alignedisAscending
- indicator for zone tiling with respect to ascending
or descending orbitsOrekitException
- if some frame conversion failspublic org.hipparchus.geometry.euclidean.threed.Vector3D alongTileDirection(org.hipparchus.geometry.euclidean.threed.Vector3D point, GeodeticPoint gp) throws OrekitException
alongTileDirection
in interface TileAiming
point
- point on the ellipsoid (Cartesian coordinates)gp
- point on the ellipsoid (geodetic coordinates)OrekitException
- if direction cannot be estimatedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.