Uses of Interface
org.opengis.referencing.datum.ImageDatum
- 
Packages that use ImageDatum Package Description org.opengis.referencing.crs org.opengis.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth). - 
- 
Uses of ImageDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ImageDatum Modifier and Type Method Description ImageDatumImageCRS. getDatum()Returns the datum, which shall be an image one.Methods in org.opengis.referencing.crs with parameters of type ImageDatum Modifier and Type Method Description ImageCRSCRSFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system. - 
Uses of ImageDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return ImageDatum Modifier and Type Method Description ImageDatumDatumAuthorityFactory. createImageDatum(String code)Returns a image datum from a code.ImageDatumDatumFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)Creates an image datum. 
 -