Uses of Class
org.geotools.ows.wms.xml.Extent
Packages that use Extent
Package
Description
Provides for Web Map Server client access as a Grid Coverage Exchange.
-
Uses of Extent in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return ExtentModifier and TypeMethodDescriptionLook up an extent by name; search includes all parent extent definitions.Methods in org.geotools.ows.wms that return types with arguments of type ExtentModifier and TypeMethodDescriptionLayer.getExtents()
The Extents valid for this layer; this includes both extents defined by this layer and all extents contributed by parent layers.Layer.getLayerExtents()
The Extents contributed by this Layer.Methods in org.geotools.ows.wms with parameters of type ExtentMethod parameters in org.geotools.ows.wms with type arguments of type ExtentModifier and TypeMethodDescriptionvoid
Layer.setExtents
(Collection<Extent> extentList) void
Layer.setExtents
(Map<String, Extent> extentMap) -
Uses of Extent in org.geotools.ows.wms.xml
Fields in org.geotools.ows.wms.xml declared as ExtentModifier and TypeFieldDescriptionprotected Extent
Dimension.extent
Optional Extent as supplied by WMS 1.3.0Methods in org.geotools.ows.wms.xml that return ExtentMethods in org.geotools.ows.wms.xml with parameters of type Extent