Uses of Class
org.apache.sis.metadata.iso.extent.AbstractGeographicExtent
-
Packages that use AbstractGeographicExtent Package Description org.apache.sis.metadata.iso.extent Information about spatial, vertical, and temporal extent. -
-
Uses of AbstractGeographicExtent in org.apache.sis.metadata.iso.extent
Subclasses of AbstractGeographicExtent in org.apache.sis.metadata.iso.extent Modifier and Type Class Description classDefaultBoundingPolygonBoundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.classDefaultGeographicBoundingBoxGeographic position of the dataset.classDefaultGeographicDescriptionDescription of the geographic area using identifiers.Methods in org.apache.sis.metadata.iso.extent that return AbstractGeographicExtent Modifier and Type Method Description static AbstractGeographicExtentAbstractGeographicExtent. castOrCopy(GeographicExtent object)Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-