Uses of Interface
net.opengis.fes20.TemporalOpsType
-
Packages that use TemporalOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of TemporalOpsType in net.opengis.fes20
Subinterfaces of TemporalOpsType in net.opengis.fes20 Modifier and Type Interface Description interface
BinaryTemporalOpType
A representation of the model object 'Binary Temporal Op Type'.Methods in net.opengis.fes20 that return TemporalOpsType Modifier and Type Method Description TemporalOpsType
DocumentRoot. getTemporalOps()
Returns the value of the 'Temporal Ops' containment reference.TemporalOpsType
FilterType. getTemporalOps()
Returns the value of the 'Temporal Ops' containment reference.TemporalOpsType
UnaryLogicOpType. getTemporalOps()
Returns the value of the 'Temporal Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type TemporalOpsType Modifier and Type Method Description EList<TemporalOpsType>
BinaryLogicOpType. getTemporalOps()
Returns the value of the 'Temporal Ops' containment reference list. -
Uses of TemporalOpsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement TemporalOpsType Modifier and Type Class Description class
BinaryTemporalOpTypeImpl
An implementation of the model object 'Binary Temporal Op Type'.class
TemporalOpsTypeImpl
An implementation of the model object 'Temporal Ops Type'.Methods in net.opengis.fes20.impl that return TemporalOpsType Modifier and Type Method Description TemporalOpsType
DocumentRootImpl. getTemporalOps()
TemporalOpsType
FilterTypeImpl. getTemporalOps()
TemporalOpsType
UnaryLogicOpTypeImpl. getTemporalOps()
Methods in net.opengis.fes20.impl that return types with arguments of type TemporalOpsType Modifier and Type Method Description EList<TemporalOpsType>
BinaryLogicOpTypeImpl. getTemporalOps()
Methods in net.opengis.fes20.impl with parameters of type TemporalOpsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)
NotificationChain
FilterTypeImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)
NotificationChain
UnaryLogicOpTypeImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)
-
Uses of TemporalOpsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type TemporalOpsType Modifier and Type Method Description T
Fes20Switch. caseTemporalOpsType(TemporalOpsType object)
Returns the result of interpreting the object as an instance of 'Temporal Ops Type'.boolean
Fes20Validator. validateTemporalOpsType(TemporalOpsType temporalOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-