Uses of Interface
org.geotools.api.referencing.datum.ImageDatum
-
Packages that use ImageDatum Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.datum Geodetic datum (the relationship of a coordinate system to the earth).org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.datum Datum implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of ImageDatum in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return ImageDatum Modifier and Type Method Description ImageDatumImageCRS. getDatum()Returns the datum, which must be an image one.Methods in org.geotools.api.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.geotools.api.referencing.datum
Methods in org.geotools.api.referencing.datum that return ImageDatum Modifier and Type Method Description ImageDatumDatumAuthorityFactory. createImageDatum(String code)Creates a image datum from a code.ImageDatumDatumFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)Creates an image datum. -
Uses of ImageDatum in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return ImageDatum Modifier and Type Method Description ImageDatumDefaultImageCRS. getDatum()Returns the datum.Constructors in org.geotools.referencing.crs with parameters of type ImageDatum Constructor Description DefaultImageCRS(String name, ImageDatum datum, AffineCS cs)Constructs an image CRS from a name.DefaultImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Constructs an image CRS from a set of properties. -
Uses of ImageDatum in org.geotools.referencing.datum
Classes in org.geotools.referencing.datum that implement ImageDatum Modifier and Type Class Description classDefaultImageDatumDefines the origin of an image coordinate reference system.Constructors in org.geotools.referencing.datum with parameters of type ImageDatum Constructor Description DefaultImageDatum(ImageDatum datum)Constructs a new datum with the same values than the specified one. -
Uses of ImageDatum in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return ImageDatum Modifier and Type Method Description ImageDatumAbstractAuthorityFactory. createImageDatum(String code)Creates a image datum from a code.ImageDatumAbstractAuthorityMediator. createImageDatum(String code)ImageDatumAbstractCachedAuthorityFactory. createImageDatum(String code)ImageDatumAuthorityFactoryAdapter. createImageDatum(String code)Creates a image datum from a code.ImageDatumBufferedAuthorityFactory. createImageDatum(String code)Returns an image datum from a code.ImageDatumCachedAuthorityDecorator. createImageDatum(String code)ImageDatumDatumAliases. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)Creates an image datum.ImageDatumFallbackAuthorityFactory. createImageDatum(String code)Creates a image datum from a code.ImageDatumReferencingObjectFactory. createImageDatum(Map<String,?> properties, PixelInCell pixelInCell)Creates an image datum.ImageDatumThreadedAuthorityFactory. createImageDatum(String code)Returns an image datum from a code.Methods in org.geotools.referencing.factory with parameters of type ImageDatum Modifier and Type Method Description ImageCRSReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system.
-