Interface ImageCRS
- All Superinterfaces:
CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
-
Field Summary
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEYFields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY -
Method Summary
Modifier and TypeMethodDescriptionReturns the cartesian coordinate system.Returns the datum, which must be an image one.Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKTMethods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
Method Details
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) AffineCS getCoordinateSystem()Returns the cartesian coordinate system.- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- The coordinate system.
-
getDatum
Returns the datum, which must be an image one.- Specified by:
getDatumin interfaceSingleCRS- Returns:
- The datum.
-