Uses of Class
org.cts.crs.GeodeticCRS

Packages that use GeodeticCRS
org.cts.crs   
org.cts.op   
 

Uses of GeodeticCRS in org.cts.crs
 

Subclasses of GeodeticCRS in org.cts.crs
 class CompoundCRS
          A compound CoordinateReferenceSystem is a CoordinateReferenceSystem composed by two distinct CoordinateReferenceSystem : a GeodeticCRS for 2D horizontal coordinates and a VerticalCRS for the z coordinate.
 class GeocentricCRS
           A geocentric CoordinateReferenceSystem is a 3D cartesian coordinate system centered on the Earth center of mass.
 class Geographic2DCRS
           A Geographic CoordinateReferenceSystem is a reference system based on a GeodeticDatum and a 2D or 3D Ellipsoidal Coordinate System.
 class Geographic3DCRS
           A Geographic CoordinateReferenceSystem is a reference system based on a GeodeticDatum and a 2D or 3D Ellipsoidal Coordinate System.
 class ProjectedCRS
          A Projected CoordinateReferenceSystem is a CoordinateReferenceSystem based on a GeodeticDatum and a Projection operation.
 

Methods in org.cts.crs that return GeodeticCRS
 GeodeticCRS CompoundCRS.getHorizontalCRS()
          Return the horizonal part of this CoordinateReferenceSystem.
 

Constructors in org.cts.crs with parameters of type GeodeticCRS
CompoundCRS(Identifier identifier, GeodeticCRS horizontalCRS, VerticalCRS verticalCRS)
          Create a new GeodeticCRS.
 

Uses of GeodeticCRS in org.cts.op
 

Methods in org.cts.op with parameters of type GeodeticCRS
static List<CoordinateOperation> CoordinateOperationFactory.createCoordinateOperations(GeodeticCRS source, GeodeticCRS target)
          Create a CoordinateOperation from a source GeodeticCRS to a target GeodeticCRS.
 



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