Uses of Interface
org.opengis.referencing.datum.ImageDatum
Packages that use ImageDatum
Package
Description
Reference systems by coordinates.
Relationship of a Coordinate System (CS) to the Earth, another celestial body or a platform.
The GeoAPI conformance testing framework.
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()
Deprecated.Returns the datum, which shall be an image one.Methods in org.opengis.referencing.crs with parameters of type ImageDatumModifier and TypeMethodDescriptiondefault ImageCRS
CRSFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated. -
Uses of ImageDatum in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return ImageDatumModifier and TypeMethodDescriptiondefault ImageDatum
DatumAuthorityFactory.createImageDatum
(String code) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.default ImageDatum
DatumFactory.createImageDatum
(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019. -
Uses of ImageDatum in org.opengis.test
Methods in org.opengis.test with parameters of type ImageDatumModifier and TypeMethodDescriptionfinal void
ValidatorContainer.validate
(ImageDatum object) Deprecated.ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.static void
Validators.validate
(ImageDatum object) Deprecated.ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019. -
Uses of ImageDatum in org.opengis.test.referencing
Methods in org.opengis.test.referencing that return ImageDatumModifier and TypeMethodDescriptionPseudoEpsgFactory.createImageDatum
(String code) Deprecated.ImageDatum
is replaced byEngineeringDatum
as of ISO 19111:2019.Methods in org.opengis.test.referencing with parameters of type ImageDatumModifier and TypeMethodDescriptionvoid
DatumValidator.validate
(ImageDatum object) Deprecated.Replaced byEngineeringDatum
as of ISO 19111:2019.
ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.