@UML(identifier="SC_SingleCRS", specification=ISO_19111) public interface SingleCRS extends CoordinateReferenceSystem
A coordinate reference system consists of an ordered sequence of coordinate system axes that are related to the earth through a datum. A coordinate reference system is defined by one datum and by one coordinate system. Most coordinate reference system do not move relative to the earth, except for engineering coordinate reference systems defined on moving platforms such as cars, ships, aircraft, and spacecraft.
Coordinate reference systems are commonly divided into sub-types. The common classification criterion for sub-typing of coordinate reference systems is the way in which they deal with earth curvature. This has a direct effect on the portion of the earth's surface that can be covered by that type of CRS with an acceptable degree of error. The exception to the rule is the subtype "Temporal" which has been added by analogy.
CoordinateSystem
,
Datum
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
CoordinateSystem |
getCoordinateSystem()
Returns the coordinate system.
|
Datum |
getDatum()
Returns the datum.
|
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesCS", obligation=MANDATORY, specification=ISO_19111) CoordinateSystem getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
@UML(identifier="usesDatum", obligation=MANDATORY, specification=ISO_19111) Datum getDatum()
Copyright © 1996–2019 Geotools. All rights reserved.