|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |