Package org.opengis.referencing.crs
Interface ImageCRS
-
- All Superinterfaces:
CoordinateReferenceSystem,IdentifiedObject,ReferenceSystem,SingleCRS
@UML(identifier="SC_ImageCRS", specification=ISO_19111) public interface ImageCRS extends SingleCRS
A 2-dimensional engineering coordinate reference system applied to locations in images.Note: image coordinate reference systems are treated as a separate sub-type because a separate user community exists for images with its own terms of reference. Furthermore, image datum contains a property not relevant to other engineering datums.This type of CRS can be used with coordinate systems of type
CartesianCSorAffineCS.
-
-
Field Summary
-
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
-
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
-
Method Summary
Modifier and Type Method Description AffineCSgetCoordinateSystem()ImageDatumgetDatum()Returns the datum, which shall be an image one.-
Methods inherited from interface IdentifiedObject
getAlias, getIdentifiers, getName, getRemarks, toWKT
-
Methods inherited from interface ReferenceSystem
getDomainOfValidity, getScope
-
-
-
-
Method Detail
-
getCoordinateSystem
@UML(identifier="coordinateSystem", obligation=MANDATORY, specification=ISO_19111) AffineCS getCoordinateSystem()
- Specified by:
getCoordinateSystemin interfaceCoordinateReferenceSystem- Specified by:
getCoordinateSystemin interfaceSingleCRS- Returns:
- the affine or Cartesian coordinate system.
-
getDatum
@UML(identifier="datum", obligation=MANDATORY, specification=ISO_19111) ImageDatum getDatum()
Returns the datum, which shall be an image one.
-
-