Uses of Interface
org.opengis.referencing.datum.ImageDatum
Packages that use ImageDatum
Package
Description
Geodetic datum (the relationship of a
coordinate system to the earth).
Base classes for validators and test suites for all GeoAPI objects.
Validators and test suites for the
org.opengis.referencing
package.-
Uses of ImageDatum in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return ImageDatumModifier and TypeMethodDescriptionImageCRS.getDatum()
Returns the datum, which must be an image one.Methods in org.opengis.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.opengis.referencing.datum
Methods in org.opengis.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.opengis.test
Methods in org.opengis.test with parameters of type ImageDatumModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ImageDatum object) Tests the conformance of the given object.static void
Validators.validate
(ImageDatum object) Tests the conformance of the given object. -
Uses of ImageDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type ImageDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(ImageDatum object) Validates the given datum.