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