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 TypeMethodDescriptionvoidEX_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 TypeMethodDescriptionvoidReferencingServices.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 TypeMethodDescriptionvoidServicesForMetadata.setBounds(org.opengis.geometry.Envelope envelope, DefaultVerticalExtent target) Sets a vertical extent with the value inferred from the given envelope.private static voidServicesForMetadata.setVerticalExtent(org.opengis.geometry.Envelope envelope, DefaultVerticalExtent target, org.opengis.referencing.crs.CoordinateReferenceSystem crs, org.opengis.referencing.crs.VerticalCRS verticalCRS) Implementation of the publicsetBoundsmethods 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 DefaultVerticalExtentVerticalInfo.extentThe 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 DefaultVerticalExtentDefaultVerticalExtent.castOrCopy(org.opengis.metadata.extent.VerticalExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.