Uses of Class
org.apache.sis.metadata.iso.extent.DefaultExtent
Packages that use DefaultExtent
Package
Description
JAXB adapters for metadata.
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
Information about spatial, vertical, and temporal extent.
-
Uses of DefaultExtent in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultExtentModifier and TypeMethodDescriptionEX_Extent.getElement()Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<gex:EX_Extent>XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultExtentModifier and TypeMethodDescriptionvoidEX_Extent.setElement(DefaultExtent value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultExtent in org.apache.sis.internal.metadata
Methods in org.apache.sis.internal.metadata with parameters of type DefaultExtentModifier and TypeMethodDescriptionvoidReferencingServices.addElements(org.opengis.geometry.Envelope envelope, DefaultExtent target) Initializes a horizontal, vertical and temporal extent with the values inferred from the given envelope. -
Uses of DefaultExtent in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing with parameters of type DefaultExtentModifier and TypeMethodDescriptionvoidServicesForMetadata.addElements(org.opengis.geometry.Envelope envelope, DefaultExtent target) Initializes a horizontal, vertical and temporal extent with the values inferred from the given envelope. -
Uses of DefaultExtent in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return DefaultExtentModifier and TypeMethodDescriptionstatic DefaultExtentDefaultExtent.castOrCopy(org.opengis.metadata.extent.Extent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.