org.geotools.filter.v2_0.bindings
Class PropertyIsGreaterThanOrEqualToBinding

Object
  extended by AbstractComplexBinding
      extended by OGCPropertyIsGreaterThanOrEqualToBinding
          extended by PropertyIsGreaterThanOrEqualToBinding
All Implemented Interfaces:
Binding, ComplexBinding

public class PropertyIsGreaterThanOrEqualToBinding
extends OGCPropertyIsGreaterThanOrEqualToBinding

Binding object for the element http://www.opengis.net/ogc:PropertyIsGreaterThanOrEqualTo.

         
  <xsd:element name="PropertyIsGreaterThanOrEqualTo"
      substitutionGroup="ogc:comparisonOps" type="ogc:BinaryComparisonOpType"/>

          
         


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

Constructor Detail

PropertyIsGreaterThanOrEqualToBinding

public PropertyIsGreaterThanOrEqualToBinding(FilterFactory filterfactory)
Method Detail

getTarget

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


Copyright © 1996-2014 Geotools. All Rights Reserved.