org.geotools.se.v1_1.bindings
Class VendorOptionBinding

Object
  extended by AbstractComplexBinding
      extended by SLDVendorOptionBinding
          extended by 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

Field Summary
 
Fields inherited from interface Binding
AFTER, BEFORE, OVERRIDE
 
Constructor Summary
VendorOptionBinding(FilterFactory filterFactory)
           
 
Method Summary
 QName getTarget()
           
 
Methods inherited from class SLDVendorOptionBinding
getType, parse
 
Methods inherited from class AbstractComplexBinding
encode, getExecutionMode, getProperties, getProperties, getProperty, initialize, initializeChildContext
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VendorOptionBinding

public VendorOptionBinding(FilterFactory filterFactory)
Method Detail

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.