org.opengis.filter.capability
Interface TemporalOperator

All Superinterfaces:
Operator
All Known Implementing Classes:
TemporalOperatorImpl

public interface TemporalOperator
extends Operator

A named temporal operator.

   <xsd:complexType name="TemporalOperandsType">
    <xsd:sequence>
         <xsd:element name="TemporalOperand" maxOccurs="unbounded">
            <xsd:complexType>
              <xsd:attribute name="name" type="xsd:QName" use="required"/>
           </xsd:complexType>
        </xsd:element>
     </xsd:sequence>
  </xsd:complexType>
    <xsd:complexType name="TemporalOperatorType">
     <xsd:sequence>
        <xsd:element name="TemporalOperands"
                     type="fes:TemporalOperandsType"
                     minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="name"
                    type="fes:TemporalOperatorNameType" use="required"/>
  </xsd:complexType>
 

Author:
Justin Deoliveira, OpenGeo

Method Summary
 Collection<Name> getTemporalOperands()
          The operands accepted by this temporal operator.
 
Methods inherited from interface Operator
equals, getName, hashCode
 

Method Detail

getTemporalOperands

Collection<Name> getTemporalOperands()
The operands accepted by this temporal operator.



Copyright © 1996-2014 Geotools. All Rights Reserved.