Uses of Interface
org.opengis.sld.Extent

Packages that use Extent
org.opengis.sld   
 

Uses of Extent in org.opengis.sld
 

Methods in org.opengis.sld that return Extent
 Extent SLDFactory.createExtent(String name, String value)
          Create a feature extent.
 

Methods in org.opengis.sld that return types with arguments of type Extent
 List<Extent> FeatureTypeConstraint.getExtent()
           
 

Methods in org.opengis.sld with parameters of type Extent
 Object SLDVisitor.visit(Extent extent, Object data)
          Called when accept is called on a feature extent.
 

Method parameters in org.opengis.sld with type arguments of type Extent
 FeatureTypeConstraint SLDFactory.createFeatureTypeConstraint(Name name, Filter filter, List<Extent> extents)
          Create a feature type constraint.
 



Copyright © 1994-2013 Open Geospatial Consortium. All Rights Reserved.