Uses of Class
org.apache.sis.metadata.iso.extent.DefaultVerticalExtent
Packages that use DefaultVerticalExtent
Package
Description
JAXB adapters for metadata.
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
Information about spatial, vertical, and temporal extent.
-
Uses of DefaultVerticalExtent in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultVerticalExtentModifier and TypeMethodDescriptionEX_VerticalExtent.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<gex:EX_VerticalExtent>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultVerticalExtentModifier and TypeMethodDescriptionvoid
EX_VerticalExtent.setElement
(DefaultVerticalExtent value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultVerticalExtent in org.apache.sis.internal.metadata
Methods in org.apache.sis.internal.metadata with parameters of type DefaultVerticalExtentModifier and TypeMethodDescriptionvoid
ReferencingServices.setBounds
(org.opengis.geometry.Envelope envelope, DefaultVerticalExtent target) Sets a vertical extent with the value inferred from the given envelope. -
Uses of DefaultVerticalExtent in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type DefaultVerticalExtentModifier and TypeMethodDescriptionvoid
ServicesForMetadata.setBounds
(org.opengis.geometry.Envelope envelope, DefaultVerticalExtent target) Sets a vertical extent with the value inferred from the given envelope.private static void
ServicesForMetadata.setVerticalExtent
(org.opengis.geometry.Envelope envelope, DefaultVerticalExtent target, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.VerticalCRS verticalCRS) Implementation of the publicsetBounds
methods for the vertical extent. -
Uses of DefaultVerticalExtent in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as DefaultVerticalExtentModifier and TypeFieldDescriptionprivate final DefaultVerticalExtent
VerticalInfo.extent
The vertical extent pending completion. -
Uses of DefaultVerticalExtent in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return DefaultVerticalExtentModifier and TypeMethodDescriptionstatic DefaultVerticalExtent
DefaultVerticalExtent.castOrCopy
(org.opengis.metadata.extent.VerticalExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.