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