Uses of Class
org.apache.sis.metadata.iso.extent.AbstractGeographicExtent
Packages that use AbstractGeographicExtent
Package
Description
JAXB adapters for metadata.
Information about spatial, vertical, and temporal extent.
-
Uses of AbstractGeographicExtent in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return AbstractGeographicExtentModifier and TypeMethodDescriptionEX_GeographicExtent.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<gex:EX_GeographicExtent>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type AbstractGeographicExtentModifier and TypeMethodDescriptionvoid
EX_GeographicExtent.setElement
(AbstractGeographicExtent value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of AbstractGeographicExtent in org.apache.sis.metadata.iso.extent
Subclasses of AbstractGeographicExtent in org.apache.sis.metadata.iso.extentModifier and TypeClassDescriptionclass
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.class
Geographic position of the dataset.class
Description of the geographic area using identifiers.Methods in org.apache.sis.metadata.iso.extent that return AbstractGeographicExtentModifier and TypeMethodDescriptionstatic AbstractGeographicExtent
AbstractGeographicExtent.castOrCopy
(org.opengis.metadata.extent.GeographicExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.