Uses of Interface
org.opengis.referencing.datum.ImageDatum
Packages that use ImageDatum
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Geodetic datum (the relationship of a
coordinate system to the earth).
-
Uses of ImageDatum in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return ImageDatumModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createImageDatum(String code) Deprecated.GeodeticAuthorityFactory.createImageDatum(String code) Deprecated.TheImageDatumclass has been removed in ISO 19111:2019.GeodeticObjectFactory.createImageDatum(Map<String, ?> properties, PixelInCell pixelInCell) Deprecated.TheImageDatumclass has been removed in ISO 19111:2019.MultiAuthoritiesFactory.createImageDatum(String code) Deprecated.TheImageDatumclass has been removed in ISO 19111:2019.Methods in org.apache.sis.referencing.factory with parameters of type ImageDatumModifier and TypeMethodDescriptionGeodeticObjectFactory.createImageCRS(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated.TheImageCRSclass has been removed in ISO 19111:2019. -
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.
ImageDatumclass has been removed in ISO 19111:2019.