org.opengis.referencing.crs
Interface ImageCRS
- All Superinterfaces:
- CoordinateReferenceSystem, IdentifiedObject, ReferenceSystem, SingleCRS
- All Known Implementing Classes:
- DefaultImageCRS
@UML(identifier="SC_ImageCRS",
specification=ISO_19111)
public interface ImageCRS
- extends SingleCRS
An engineering coordinate reference system applied to locations in images. 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.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
getCoordinateSystem
@UML(identifier="usesObliqueCartesianCS, usesCartesianCS",
obligation=MANDATORY,
specification=ISO_19111)
AffineCS getCoordinateSystem()
- Returns the cartesian coordinate system.
- Specified by:
getCoordinateSystem
in interface CoordinateReferenceSystem
- Specified by:
getCoordinateSystem
in interface SingleCRS
- Returns:
- The coordinate system.
getDatum
@UML(identifier="usesDatum",
obligation=MANDATORY,
specification=ISO_19111)
ImageDatum getDatum()
- Returns the datum, which must be an image one.
- Specified by:
getDatum
in interface SingleCRS
- Returns:
- The datum.
Copyright © 1996-2014 Geotools. All Rights Reserved.