TileAimingpublic class AlongTrackAiming extends Object implements TileAiming
ConstantAzimuthAiming| Constructor | Description |
|---|---|
AlongTrackAiming(OneAxisEllipsoid ellipsoid,
Orbit orbit,
boolean isAscending) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Vector3D |
alongTileDirection(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 Vector3D alongTileDirection(Vector3D point, GeodeticPoint gp) throws OrekitException
alongTileDirection in interface TileAimingpoint - point on the ellipsoid (Cartesian coordinates)gp - point on the ellipsoid (geodetic coordinates)OrekitException - if direction cannot be estimatedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.