Uses of Interface
org.geotools.api.metadata.extent.GeographicExtent
-
Packages that use GeographicExtent Package Description org.geotools.api.metadata.extent Extent information.org.geotools.metadata.iso.extent Extent implementation. -
-
Uses of GeographicExtent in org.geotools.api.metadata.extent
Subinterfaces of GeographicExtent in org.geotools.api.metadata.extent Modifier and Type Interface Description interface
GeographicBoundingBox
Geographic position of the dataset.Methods in org.geotools.api.metadata.extent that return types with arguments of type GeographicExtent Modifier and Type Method Description Collection<? extends GeographicExtent>
Extent. getGeographicElements()
Provides geographic component of the extent of the referring object -
Uses of GeographicExtent in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement GeographicExtent Modifier and Type Class Description class
GeographicBoundingBoxImpl
Geographic position of the dataset.class
GeographicExtentImpl
Base class for geographic area of the dataset.Methods in org.geotools.metadata.iso.extent that return types with arguments of type GeographicExtent Modifier and Type Method Description Collection<GeographicExtent>
ExtentImpl. getGeographicElements()
Provides geographic component of the extent of the referring objectMethod parameters in org.geotools.metadata.iso.extent with type arguments of type GeographicExtent Modifier and Type Method Description void
ExtentImpl. setGeographicElements(Collection<? extends GeographicExtent> newValues)
Set geographic component of the extent of the referring objectConstructors in org.geotools.metadata.iso.extent with parameters of type GeographicExtent Constructor Description GeographicExtentImpl(GeographicExtent extent)
Constructs a geographic extent initialized to the same values than the specified one.
-