org.opengis.sld
Interface Extent

Show UML class diagram

public interface Extent

When used in a UserLayer, the Extent reference defines what features are to be included in the layer and when used in a NamedLayer, it filters the features that are part of the named layer.

Since:
GeoAPI 2.2

Method Summary
 Object accept(SLDVisitor visitor, Object extraData)
          calls the visit method of a SLDVisitor
 String getName()
           
 String getValue()
           
 

Method Detail

getName

@XmlElement(value="Name")
String getName()

getValue

@XmlElement(value="Value")
String getValue()

accept

Object accept(SLDVisitor visitor,
              Object extraData)
calls the visit method of a SLDVisitor

Parameters:
visitor - the sld visitor


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