Uses of Class
gistoolkit.projection.ellipsoid.transform.CartesianPoint

Packages that use CartesianPoint
gistoolkit.projection.ellipsoid.transform   
 

Uses of CartesianPoint in gistoolkit.projection.ellipsoid.transform
 

Methods in gistoolkit.projection.ellipsoid.transform with parameters of type CartesianPoint
static void EllipsoidTransform.toCartesian(Ellipsoid inEllipsoid, Point inPoint, CartesianPoint inCartesianPoint)
          Convert the given point from polar coordinates on the given from ellipsoid to cartesizn coordinates.
static void EllipsoidTransform.toPolar(Ellipsoid inEllipsoid, CartesianPoint inCartesianPoint, Point inPoint)
          Convert the given point from it's Cartesian representation to a point on the given TO ellipsoid