Uses of Interface
org.opengis.referencing.datum.ImageDatum

Packages that use ImageDatum
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
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
 ImageDatum ImageCRS.getDatum()
          Returns the datum, which must be an image one.
 

Methods in org.opengis.referencing.crs with parameters of type ImageDatum
 ImageCRS CRSFactory.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
 ImageDatum DatumFactory.createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)
          Creates an image datum.
 ImageDatum DatumAuthorityFactory.createImageDatum(String code)
          Creates a image datum from a code.
 



Copyright © 1994-2011 Open Geospatial Consortium. All Rights Reserved.