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 TypeMethodDescriptionvoidEX_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 TypeClassDescriptionclassBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.classGeographic position of the dataset.classDescription of the geographic area using identifiers.Methods in org.apache.sis.metadata.iso.extent that return AbstractGeographicExtentModifier and TypeMethodDescriptionstatic AbstractGeographicExtentAbstractGeographicExtent.castOrCopy(org.opengis.metadata.extent.GeographicExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.