Uses of Class
org.apache.sis.referencing.datum.DefaultImageDatum
Packages that use DefaultImageDatum
Package
Description
JAXB adapters for referencing.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.-
Uses of DefaultImageDatum in org.apache.sis.internal.jaxb.referencing
Methods in org.apache.sis.internal.jaxb.referencing that return DefaultImageDatumModifier and TypeMethodDescriptionCD_ImageDatum.getElement()Invoked by JAXB at marshalling time for getting the actual element to write inside the<gml:ImageDatum>XML element.Methods in org.apache.sis.internal.jaxb.referencing with parameters of type DefaultImageDatumModifier and TypeMethodDescriptionvoidCD_ImageDatum.setElement(DefaultImageDatum datum) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultImageDatum in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return DefaultImageDatumModifier and TypeMethodDescriptionstatic DefaultImageDatumDefaultImageDatum.castOrCopy(org.opengis.referencing.datum.ImageDatum object) Returns a SIS datum implementation with the same values than the given arbitrary implementation.