org.opengis.referencing.datum
Interface ImageDatum
- All Superinterfaces:
- Datum, IdentifiedObject
- All Known Implementing Classes:
- DefaultImageDatum
@UML(identifier="CD_ImageDatum",
specification=ISO_19111)
public interface ImageDatum
- extends Datum
Defines the origin of an image coordinate reference system. An image datum is used in a local
context only. For an image datum, the anchor point is usually either the centre of the image
or the corner of the image.
- Since:
- GeoAPI 1.0
- Author:
- Martin Desruisseaux (IRD)
Method Summary |
PixelInCell |
getPixelInCell()
Specification of the way the image grid is associated with the image data attributes. |
getPixelInCell
@UML(identifier="pixelInCell",
obligation=MANDATORY,
specification=ISO_19111)
PixelInCell getPixelInCell()
- Specification of the way the image grid is associated with the image data attributes.
- Returns:
- The way image grid is associated with image data attributes.
Copyright © 1996-2014 Geotools. All Rights Reserved.