TileAiming
public class ConstantAzimuthAiming extends Object implements TileAiming
AlongTrackAiming
Constructor | Description |
---|---|
ConstantAzimuthAiming(OneAxisEllipsoid ellipsoid,
double azimuth) |
Simple constructor.
|
Modifier and Type | Method | 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 ConstantAzimuthAiming(OneAxisEllipsoid ellipsoid, double azimuth)
ellipsoid
- ellipsoid body on which the zone is definedazimuth
- geographic azimuth of the tilespublic org.hipparchus.geometry.euclidean.threed.Vector3D alongTileDirection(org.hipparchus.geometry.euclidean.threed.Vector3D point, GeodeticPoint gp)
alongTileDirection
in interface TileAiming
point
- point on the ellipsoid (Cartesian coordinates)gp
- point on the ellipsoid (geodetic coordinates)Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.