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 class
DefaultBoundingPolygon
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.class
DefaultGeographicBoundingBox
Geographic position of the dataset.class
DefaultGeographicDescription
Description of the geographic area using identifiers.Methods in org.apache.sis.metadata.iso.extent that return AbstractGeographicExtent Modifier and Type Method Description static AbstractGeographicExtent
AbstractGeographicExtent. castOrCopy(GeographicExtent object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-