Interface TemporalOperator
- All Superinterfaces:
Operator
- All Known Implementing Classes:
TemporalOperatorImpl
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
Modifier and TypeMethodDescriptionThe operands accepted by this temporal operator.
-
Method Details
-
getTemporalOperands
Collection<Name> getTemporalOperands()The operands accepted by this temporal operator.
-