Uses of Interface
org.opengis.referencing.crs.ProjectedCRS

Packages that use ProjectedCRS
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.crs Coordinate reference systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
org.geotools.referencing.operation Coordinate operation implementation. 
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
 

Uses of ProjectedCRS in org.geotools.referencing
 

Methods in org.geotools.referencing that return ProjectedCRS
static ProjectedCRS CRS.getProjectedCRS(CoordinateReferenceSystem crs)
          Returns the first projected coordinate reference system found in a the given CRS, or null if there is none.
 

Uses of ProjectedCRS in org.geotools.referencing.crs
 

Classes in org.geotools.referencing.crs that implement ProjectedCRS
 class DefaultProjectedCRS
          A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
 

Methods in org.geotools.referencing.crs that return ProjectedCRS
 ProjectedCRS EPSGCRSAuthorityFactory.createProjectedCRS(String code)
          Deprecated.  
 

Constructors in org.geotools.referencing.crs with parameters of type ProjectedCRS
DefaultProjectedCRS(ProjectedCRS crs)
          Constructs a new projected CRS with the same values than the specified one.
 

Uses of ProjectedCRS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return ProjectedCRS
 ProjectedCRS ReferencingFactoryContainer.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Deprecated. Moved to the CRSFactory interface.
 ProjectedCRS ReferencingObjectFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a conversion.
 ProjectedCRS ReferencingFactoryContainer.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, OperationMethod method, ParameterValueGroup parameters, CartesianCS derivedCS)
          Deprecated. Use CRSFactory#createDefiningConversion followed by CRSFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.Conversion, org.opengis.referencing.cs.CartesianCS) instead.
 ProjectedCRS ReferencingObjectFactory.createProjectedCRS(Map<String,?> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)
          Deprecated. Use CoordinateOperationFactory.createDefiningConversion(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.parameter.ParameterValueGroup) followed by ReferencingObjectFactory.createProjectedCRS(java.util.Map, org.opengis.referencing.operation.OperationMethod, org.opengis.referencing.crs.GeographicCRS, org.opengis.referencing.operation.MathTransform, org.opengis.referencing.cs.CartesianCS) instead.
 ProjectedCRS AbstractAuthorityMediator.createProjectedCRS(String code)
           
 ProjectedCRS BufferedAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 ProjectedCRS AuthorityFactoryAdapter.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 ProjectedCRS AbstractCachedAuthorityFactory.createProjectedCRS(String code)
           
 ProjectedCRS CachedCRSAuthorityDecorator.createProjectedCRS(String code)
           
 ProjectedCRS CachedAuthorityDecorator.createProjectedCRS(String code)
           
 ProjectedCRS ThreadedAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 ProjectedCRS FallbackAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 ProjectedCRS AbstractAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 

Uses of ProjectedCRS in org.geotools.referencing.factory.wms
 

Methods in org.geotools.referencing.factory.wms that return ProjectedCRS
 ProjectedCRS AutoCRSFactory.createProjectedCRS(String code)
          Deprecated. Creates a projected coordinate reference system from the specified code.
 

Uses of ProjectedCRS in org.geotools.referencing.operation
 

Methods in org.geotools.referencing.operation with parameters of type ProjectedCRS
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS, ProjectedCRS targetCRS)
          Creates an operation from a geographic to a projected coordinate reference system.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(ProjectedCRS sourceCRS, GeographicCRS targetCRS)
          Creates an operation from a projected to a geographic coordinate reference system.
protected  CoordinateOperation DefaultCoordinateOperationFactory.createOperationStep(ProjectedCRS sourceCRS, ProjectedCRS targetCRS)
          Creates an operation between two projected coordinate reference systems.
 

Uses of ProjectedCRS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs that return ProjectedCRS
 ProjectedCRS CRSFactory.createProjectedCRS(Map<String,?> properties, GeographicCRS baseCRS, Conversion conversionFromBase, CartesianCS derivedCS)
          Creates a projected coordinate reference system from a defining conversion.
 ProjectedCRS CRSAuthorityFactory.createProjectedCRS(String code)
          Returns a projected coordinate reference system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.