Package org.geotools.se.v1_1.bindings
Class VendorOptionBinding
Object
AbstractComplexBinding
SLDVendorOptionBinding
VendorOptionBinding
- All Implemented Interfaces:
Binding,ComplexBinding
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
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SLDVendorOptionBinding
getType, parseMethods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperty, initialize, initializeChildContext
-
Constructor Details
-
VendorOptionBinding
-
-
Method Details
-
getTarget
- Specified by:
getTargetin interfaceBinding- Overrides:
getTargetin classSLDVendorOptionBinding- Returns:
- The qualified name of the target for the binding.
-