org.geotools.filter.v2_0.bindings
Class BinaryLogicOpTypeBinding

Object
  extended by AbstractComplexBinding
      extended by OGCBinaryLogicOpTypeBinding
          extended by BinaryLogicOpTypeBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class BinaryLogicOpTypeBinding
extends OGCBinaryLogicOpTypeBinding

 <xsd:complexType name="BinaryLogicOpType">
     <xsd:complexContent>
        <xsd:extension base="fes:LogicOpsType">
           <xsd:choice minOccurs="2" maxOccurs="unbounded">
              <xsd:group ref="fes:FilterPredicates"/>
           </xsd:choice>
        </xsd:extension>
     </xsd:complexContent>
  </xsd:complexType>
  

Author:
Justin Deoliveira, OpenGeo

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

Constructor Detail

BinaryLogicOpTypeBinding

public BinaryLogicOpTypeBinding(FilterFactory factory)
Method Detail

getTarget

public QName getTarget()
Specified by:
getTarget in interface Binding
Overrides:
getTarget in class OGCBinaryLogicOpTypeBinding
Returns:
The qualified name of the target for the binding.


Copyright © 1996-2014 Geotools. All Rights Reserved.