@UML(identifier="SC_ImageCRS", specification=ISO_19111) public interface ImageCRS extends SingleCRS
Used with CS type(s) |
---|
Cartesian ,
Affine
|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
AffineCS |
getCoordinateSystem()
Returns the cartesian coordinate system.
|
ImageDatum |
getDatum()
Returns the datum, which must be an image one.
|
getDomainOfValidity, getScope
getAlias, getIdentifiers, getName, getRemarks, toWKT
@UML(identifier="usesObliqueCartesianCS, usesCartesianCS", obligation=MANDATORY, specification=ISO_19111) AffineCS getCoordinateSystem()
getCoordinateSystem
in interface CoordinateReferenceSystem
getCoordinateSystem
in interface SingleCRS
@UML(identifier="usesDatum", obligation=MANDATORY, specification=ISO_19111) ImageDatum getDatum()
Copyright © 1996–2019 Geotools. All rights reserved.