@UML(identifier="SC_GeographicCRS", specification=ISO_19111) public interface GeographicCRS extends GeodeticCRS
A Geographic CRS is not suitable for mapmaking on a planar surface, because it describes geometry on a curved surface. It is impossible to represent such geometry in a Euclidean plane without introducing distortions. The need to control these distortions has given rise to the development of the science of map projections.
Used with CS type(s) |
---|
Ellipsoidal
|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
EllipsoidalCS |
getCoordinateSystem()
Returns the coordinate system, which must be ellipsoidal.
|
getDatum
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesCS", obligation=MANDATORY, specification=ISO_19111) EllipsoidalCS getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
getCoordinateSystem
in interface SingleCRS
Copyright © 1996–2019 Geotools. All rights reserved.