Uses of Class
org.geotools.ows.wms.xml.Extent
-
Packages that use Extent Package Description org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wms.xml -
-
Uses of Extent in org.geotools.ows.wms
Methods in org.geotools.ows.wms that return Extent Modifier and Type Method Description Extent
Layer. getExtent(String name)
Look up an extent by name; search includes all parent extent definitions.Methods in org.geotools.ows.wms that return types with arguments of type Extent Modifier and Type Method Description Map<String,Extent>
Layer. getExtents()
The Extents valid for this layer; this includes both extents defined by this layer and all extents contributed by parent layers.List<Extent>
Layer. getLayerExtents()
The Extents contributed by this Layer.Methods in org.geotools.ows.wms with parameters of type Extent Modifier and Type Method Description void
Layer. setExtents(Extent extent)
Method parameters in org.geotools.ows.wms with type arguments of type Extent Modifier and Type Method Description void
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 Extent Modifier and Type Field Description protected Extent
Dimension. extent
Optional Extent as supplied by WMS 1.3.0Methods in org.geotools.ows.wms.xml that return Extent Modifier and Type Method Description Extent
Dimension. getExtent()
Methods in org.geotools.ows.wms.xml with parameters of type Extent Modifier and Type Method Description void
Dimension. setExtent(Extent extent)
-