Uses of Class
org.geotools.cs.ProjectedCoordinateSystem

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

Uses of ProjectedCoordinateSystem in org.geotools.cs
 

Methods in org.geotools.cs that return ProjectedCoordinateSystem
 ProjectedCoordinateSystem CoordinateSystemAuthorityFactory.createProjectedCoordinateSystem(java.lang.String code)
          Returns a ProjectedCoordinateSystem object from a code.
 ProjectedCoordinateSystem CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name, GeographicCoordinateSystem gcs, Projection projection)
          Deprecated. Creates a projected coordinate system using the specified geographic system.
 ProjectedCoordinateSystem CoordinateSystemFactory.createProjectedCoordinateSystem(java.lang.CharSequence name, GeographicCoordinateSystem gcs, Projection projection, Unit unit, AxisInfo axis0, AxisInfo axis1)
          Deprecated. Creates a projected coordinate system using a projection object.
 ProjectedCoordinateSystem Adapters.wrap(org.opengis.cs.CS_ProjectedCoordinateSystem cs)
          Deprecated. Returns a projected coordinate system for an OpenGIS interface.
 

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

Uses of ProjectedCoordinateSystem in org.geotools.ct
 

Methods in org.geotools.ct with parameters of type ProjectedCoordinateSystem
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation between two projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation from a geographic to a projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, GeographicCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation from a projected 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.