Package org.geotools.api.referencing.crs
Interface ProjectedCRS
- All Superinterfaces:
- CoordinateReferenceSystem,- GeneralDerivedCRS,- IdentifiedObject,- ReferenceSystem,- SingleCRS
- All Known Implementing Classes:
- DefaultProjectedCRS
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface. It is done in such a
 way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion
 correction is commonly applied to calculated bearings and distances to produce values that are a close match to
 actual field values.
 
 
| Used with CS type(s) | 
|---|
| Cartesian | 
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
- 
Field SummaryFields inherited from interface IdentifiedObjectALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface ReferenceSystemDOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
- 
Method SummaryMethods inherited from interface IdentifiedObjectgetAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface ReferenceSystemgetDomainOfValidity, getScope
- 
Method Details- 
getBaseCRSGeographicCRS getBaseCRS()Returns the base coordinate reference system, which must be geographic.- Specified by:
- getBaseCRSin interface- GeneralDerivedCRS
- Returns:
- The base coordinate reference system.
 
- 
getConversionFromBaseProjection getConversionFromBase()Returns the map projection from the base CRS to this CRS.- Specified by:
- getConversionFromBasein interface- GeneralDerivedCRS
- Returns:
- The conversion from the base CRS.
 
- 
getCoordinateSystemCartesianCS getCoordinateSystem()Returns the coordinate system, which must be cartesian.- Specified by:
- getCoordinateSystemin interface- CoordinateReferenceSystem
- Specified by:
- getCoordinateSystemin interface- SingleCRS
- Returns:
- The coordinate system.
 
- 
getDatumGeodeticDatum getDatum()Returns the datum.
 
-