Uses of Class
org.geotools.data.wms.xml.Extent

Packages that use Extent
org.geotools.data.ows   
org.geotools.data.wms.xml   
 

Uses of Extent in org.geotools.data.ows
 

Methods in org.geotools.data.ows that return Extent
 Extent Layer.getExtent(String name)
          Look up an extent by name; search includes all parent extent definitions.
 

Methods in org.geotools.data.ows that return types with arguments of type Extent
 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.data.ows with parameters of type Extent
 void Layer.setExtents(Extent extent)
           
 

Method parameters in org.geotools.data.ows with type arguments of type Extent
 void Layer.setExtents(Collection<Extent> extentList)
           
 void Layer.setExtents(Map<String,Extent> extentMap)
           
 

Uses of Extent in org.geotools.data.wms.xml
 

Fields in org.geotools.data.wms.xml declared as Extent
protected  Extent Dimension.extent
          Optional Extent as supplied by WMS 1.3.0
 

Methods in org.geotools.data.wms.xml that return Extent
 Extent Dimension.getExtent()
           
 

Methods in org.geotools.data.wms.xml with parameters of type Extent
 void Dimension.setExtent(Extent extent)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.