Uses of Class
org.cts.op.AbstractCoordinateOperation

Packages that use AbstractCoordinateOperation
org.cts.op   
org.cts.op.projection   
org.cts.op.transformation   
 

Uses of AbstractCoordinateOperation in org.cts.op
 

Subclasses of AbstractCoordinateOperation in org.cts.op
 class ChangeCoordinateDimension
          Change de coordinate dimension.
 class CoordinateOperationSequence
          A coordinate operation sequence can transform a coordinate through several ordered CoordinateOperations.
 class CoordinateRounding
          A class to change the coordinate precision
 class CoordinateSwitch
          A class to switch to values in a double array.
 class Geocentric2Geographic
          Transform geographic coordinates (latitude, longitude, ellipsoidal height into geocentric coordinates.
 class Geographic2Geocentric
          Transform geographic coordinates (latitude, longitude, ellipsoidal height into geocentric coordinates.
 class Identity
          The identity transformation.
 class IterativeTransformation
          The IterativeTransformation is used to repeat a CoordinateOperation until one ore more coordinate(s) converge to predifined values (saved in additional dimensions using MemorizeCoordinate).
 class LoadMemorizeCoordinate
          Add a fourth dimension to save one of the other coordinates.
 class LongitudeRotation
          Longitude rotation is a simple transformation which shift the longitude parameter of a geographic coordinate.
 class MemorizeCoordinate
          Add a fourth dimension to save one of the other coordinates.
 class OppositeCoordinate
          This transformation turn the choosing coordinate into its opposite.
 class UnitConversion
          Convert coordinates from a source unit to a target unit.
 

Uses of AbstractCoordinateOperation in org.cts.op.projection
 

Subclasses of AbstractCoordinateOperation in org.cts.op.projection
 class AlbersEqualArea
          The Albers Equal Area Projection (AEA).
 class CassiniSoldner
          The Cassini-Soldner Projection (CASS).
 class CylindricalEqualArea
          The Cylindrical Equal Area (normal case) Projection (CEA).
 class EquidistantCylindrical
          The Equidistant Cylindrical projection (EQC).
 class GaussSchreiberTransverseMercator
          The Gauss Schreiber Transverse Mercator (GSTMERC).
 class Krovak
          The Krovak (North Orientated) Projection (KROVAK).
 class LambertAzimuthalEqualArea
          The Lambert Azimuthal Equal Area Projection (LAEA).
 class LambertConicConformal1SP
          A map projection is any method used in cartography (mapmaking) to represent the two-dimensional curved surface of the earth or other body on a plane.
 class LambertConicConformal2SP
          A map projection is any method used in cartography (mapmaking) to represent the two-dimensional curved surface of the earth or other body on a plane.
 class Mercator1SP
          The Mercator Projection (MERC).
 class MillerCylindrical
          The Miller Cylindrical Projection (MILL).
 class NewZealandMapGrid
          The New Zealand Map Grid Projection (NZMG).
 class ObliqueMercator
          The Oblique Mercator Projection (OMERC).
 class ObliqueStereographicAlternative
          The Oblique Stereographic Alternative Projection (STEREA).
 class Polyconic
          The Polyconic (American) Projection (POLY).
 class Projection
          A map projection is any method used in cartography (mapmaking) to represent the two-dimensional curved surface of the earth or other body on a plane.
 class Stereographic
          The Polar Stereographic Projection (STERE).
 class SwissObliqueMercator
          The Swiss Oblique Mercator Projection (SOMERC).
 class TransverseMercator
          A map projection is any method used in cartography (mapmaking) to represent the two-dimensional curved surface of the earth or other body on a plane.
 class UniversalTransverseMercator
          The Universal Transverse Mercator Projection (UTM).
 class UniversalTransverseMercatorAuto
          A map projection is any method used in cartography (mapmaking) to represent the two-dimensional curved surface of the earth or other body on a plane.
 

Uses of AbstractCoordinateOperation in org.cts.op.transformation
 

Subclasses of AbstractCoordinateOperation in org.cts.op.transformation
 class Altitude2EllipsoidalHeight
          Altitude2EllipsoidalHeight is a coordinate operation used to transform 3D coordinates containing the altitude in the third coordinate with a grid transformation that return the equivalent coordinates with ellipsoidal height instead of altitude.
 class FrenchGeocentricNTF2RGF
          French Geocentric interpolation is a transformation used at IGN-France to transform coordinates from the old local NTF system to the new ETRS-89 compatible RGF93.
 class GeocentricTranslation
          GeocentricTranslation is a coordinate operation used to transform geocentric coordinates with a 3D translation defined by three parameters representing translation values along x axis, y axis and z axis.
 class NTv2GridShiftTransformation
          Geographic Offset by Interpolation of Gridded Data.
 class SevenParameterTransformation
          Seven-Parameter transformations are mathematical similarities or Helmert transformations in a three dimensional space.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.