Package gistoolkit.projection.ellipsoid.transform

Class Summary
CartesianPoint Class to represent a point in three dimensional space.
CoordinateFrameRotation Although being common practice in particularly the European E&P industry Position Vector Transformation sign convention is not universally accepted.
EllipsoidTransform Super class for all EllipsoidConversion routines.
GeocentricTranslation The vast majority of the transforms are simple geocentric translations.
LatitudeTranslation Just add an offset to the Y value.
LongitudeRotation One of the trivial transformations for ellipsoids, takes the longitude of one ellipsoid, and adds an offset to arrive at the second.
Matrix Class to contain matrix manipulation logic
NoTransform Special transform to handle the case of no transform.
PositionVectorTransform Coppied from EPSG Transformation Methods.
TransformEditPanel A super class allowing the editing of a particular transform.
TransformFactory Class to contain the list of all known transforms, and to find prepopulated transforms for a given set of ellipsoids.