|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="SC_ProjectedCRS",
specification=ISO_19111)
public interface ProjectedCRSA 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.
This type of CRS can be used with coordinate systems of type
CartesianCS.
CRSAuthorityFactory.createProjectedCRS(String),
CRSFactory.createProjectedCRS(Map, GeographicCRS, Conversion, CartesianCS)| Field Summary |
|---|
| Fields inherited from interface ReferenceSystem |
|---|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY |
| Fields inherited from interface IdentifiedObject |
|---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
| Method Summary | |
|---|---|
GeographicCRS |
getBaseCRS()
Returns the base coordinate reference system, which must be geographic. |
Projection |
getConversionFromBase()
Returns the map projection from the base CRS to this CRS. |
CartesianCS |
getCoordinateSystem()
Returns the coordinate system, which must be Cartesian. |
GeodeticDatum |
getDatum()
Returns the datum. |
| Methods inherited from interface ReferenceSystem |
|---|
getDomainOfValidity, getScope |
| Methods inherited from interface IdentifiedObject |
|---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
| Method Detail |
|---|
GeographicCRS getBaseCRS()
getBaseCRS in interface GeneralDerivedCRSProjection getConversionFromBase()
getConversionFromBase in interface GeneralDerivedCRS
@UML(identifier="coordinateSystem",
obligation=MANDATORY,
specification=ISO_19111)
CartesianCS getCoordinateSystem()
getCoordinateSystem in interface CoordinateReferenceSystemgetCoordinateSystem in interface SingleCRS
@UML(identifier="datum",
obligation=MANDATORY,
specification=ISO_19111)
GeodeticDatum getDatum()
getDatum in interface SingleCRS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||