org.geotools.se.v1_1.bindings
Class VendorOptionBinding
Object
AbstractComplexBinding
SLDVendorOptionBinding
VendorOptionBinding
- All Implemented Interfaces:
- Binding, ComplexBinding
public class VendorOptionBinding
- extends SLDVendorOptionBinding
Binding object for the element http://www.opengis.net/se:VendorOption.
<xsd:element name="VendorOption">
<xsd:annotation>
<xsd:documentation>
GeoTools specific vendor extensions that allow for implementation
specific features not necessarily supported by the core SLD spec.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType mixed="true">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="name" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
- Author:
- Justin Deoliveira, OpenGeo
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VendorOptionBinding
public VendorOptionBinding(FilterFactory filterFactory)
getTarget
public QName getTarget()
- Specified by:
getTarget
in interface Binding
- Overrides:
getTarget
in class SLDVendorOptionBinding
- Returns:
- The qualified name of the target for the binding.
Copyright © 1996-2014 Geotools. All Rights Reserved.