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