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.fes20Subinterfaces of TemporalOpsType in net.opengis.fes20 Modifier and Type Interface Description interfaceBinaryTemporalOpTypeA representation of the model object 'Binary Temporal Op Type'.Methods in net.opengis.fes20 that return TemporalOpsType Modifier and Type Method Description TemporalOpsTypeDocumentRoot. getTemporalOps()Returns the value of the 'Temporal Ops' containment reference.TemporalOpsTypeFilterType. getTemporalOps()Returns the value of the 'Temporal Ops' containment reference.TemporalOpsTypeUnaryLogicOpType. 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.implClasses in net.opengis.fes20.impl that implement TemporalOpsType Modifier and Type Class Description classBinaryTemporalOpTypeImplAn implementation of the model object 'Binary Temporal Op Type'.classTemporalOpsTypeImplAn implementation of the model object 'Temporal Ops Type'.Methods in net.opengis.fes20.impl that return TemporalOpsType Modifier and Type Method Description TemporalOpsTypeDocumentRootImpl. getTemporalOps()TemporalOpsTypeFilterTypeImpl. getTemporalOps()TemporalOpsTypeUnaryLogicOpTypeImpl. 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 NotificationChainDocumentRootImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)NotificationChainFilterTypeImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)NotificationChainUnaryLogicOpTypeImpl. basicSetTemporalOps(TemporalOpsType newTemporalOps, NotificationChain msgs)
- 
Uses of TemporalOpsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type TemporalOpsType Modifier and Type Method Description TFes20Switch. caseTemporalOpsType(TemporalOpsType object)Returns the result of interpreting the object as an instance of 'Temporal Ops Type'.booleanFes20Validator. validateTemporalOpsType(TemporalOpsType temporalOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-