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