Uses of Interface
org.geotools.api.referencing.datum.ImageDatum
Packages that use ImageDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate reference systems implementation.
Datum implementation.
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 ImageDatumModifier and TypeMethodDescriptionImageCRS.getDatum()
Returns the datum, which must be an image one.Methods in org.geotools.api.referencing.crs with parameters of type ImageDatumModifier and TypeMethodDescriptionCRSFactory.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 ImageDatumModifier and TypeMethodDescriptionDatumAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.DatumFactory.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 ImageDatumConstructors in org.geotools.referencing.crs with parameters of type ImageDatumModifierConstructorDescriptionDefaultImageCRS
(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 ImageDatumModifier and TypeClassDescriptionclass
Defines the origin of an image coordinate reference system.Constructors in org.geotools.referencing.datum with parameters of type ImageDatumModifierConstructorDescriptionDefaultImageDatum
(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 ImageDatumModifier and TypeMethodDescriptionAbstractAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.AbstractAuthorityMediator.createImageDatum
(String code) AbstractCachedAuthorityFactory.createImageDatum
(String code) AuthorityFactoryAdapter.createImageDatum
(String code) Creates a image datum from a code.BufferedAuthorityFactory.createImageDatum
(String code) Returns an image datum from a code.CachedAuthorityDecorator.createImageDatum
(String code) DatumAliases.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Creates an image datum.FallbackAuthorityFactory.createImageDatum
(String code) Creates a image datum from a code.ReferencingObjectFactory.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Creates an image datum.ThreadedAuthorityFactory.createImageDatum
(String code) Returns an image datum from a code.Methods in org.geotools.referencing.factory with parameters of type ImageDatumModifier and TypeMethodDescriptionReferencingObjectFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Creates an image coordinate reference system.