org.opengis.sld
Interface Extent
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
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.