Uses of Class
org.geotools.cs.GeocentricCoordinateSystem

Packages that use GeocentricCoordinateSystem
org.geotools.cs Coordinate Systems implementation.  
org.geotools.ct Coordinate Transformations implementation.  
 

Uses of GeocentricCoordinateSystem in org.geotools.cs
 

Fields in org.geotools.cs declared as GeocentricCoordinateSystem
static GeocentricCoordinateSystem GeocentricCoordinateSystem.DEFAULT
          Deprecated. The default geocentric coordinate system.
 

Methods in org.geotools.cs that return GeocentricCoordinateSystem
 GeocentricCoordinateSystem CoordinateSystemFactory.createGeocentricCoordinateSystem(java.lang.CharSequence name, Unit unit, HorizontalDatum datum, PrimeMeridian meridian, AxisInfo[] axis)
          Deprecated. Constructs a geocentric coordinate system.
 GeocentricCoordinateSystem Adapters.wrap(org.opengis.cs.CS_GeocentricCoordinateSystem cs)
          Deprecated. Returns a geocentric coordinate system for an OpenGIS interface.
 

Methods in org.geotools.cs with parameters of type GeocentricCoordinateSystem
 org.opengis.cs.CS_GeocentricCoordinateSystem Adapters.export(GeocentricCoordinateSystem cs)
          Deprecated. Returns an OpenGIS interface for a geocentric coordinate system.
 

Uses of GeocentricCoordinateSystem in org.geotools.ct
 

Methods in org.geotools.ct with parameters of type GeocentricCoordinateSystem
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation between two geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, VerticalCoordinateSystem verticalCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation from a geographic to a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS, VerticalCoordinateSystem verticalCS)
          Deprecated. Creates a transformation from a geocentric to a geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem verticalCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation from a projected to a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem verticalCS)
          Deprecated. Creates a transformation from a geocentric to a projected coordinate systems.
 



Copyright © GeoTools. All Rights Reserved.