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.
Utility classes for the implementation of SIS storage classes.
Well Known Text (WKT) parsing and formatting.
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 TypeMethodDescriptionvoid
EX_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 TypeMethodDescriptionvoid
ReferencingServices.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 TypeMethodDescriptionvoid
ServicesForMetadata.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.storage
Fields in org.apache.sis.internal.storage declared as DefaultExtentModifier and TypeFieldDescriptionprivate DefaultExtent
MetadataBuilder.extent
The extent information that are part of MetadataBuilder.identification, ornull
if none.Methods in org.apache.sis.internal.storage that return DefaultExtentModifier and TypeMethodDescriptionprivate DefaultExtent
MetadataBuilder.extent()
Creates the extent information object if it does not already exists, then returns it. -
Uses of DefaultExtent in org.apache.sis.io.wkt
Constructors in org.apache.sis.io.wkt with parameters of type DefaultExtentModifierConstructorDescription(package private)
VerticalInfo
(VerticalInfo next, DefaultExtent extents, double minimum, double maximum, javax.measure.Unit<javax.measure.quantity.Length> unit) Adds to the chained list a newDefaultVerticalExtent
instance pending completion. -
Uses of DefaultExtent in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return DefaultExtentModifier and TypeMethodDescriptionstatic DefaultExtent
DefaultExtent.castOrCopy
(org.opengis.metadata.extent.Extent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.