Uses of Interface
net.opengis.fes20.LogicOpsType
- 
Packages that use LogicOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of LogicOpsType in net.opengis.fes20Subinterfaces of LogicOpsType in net.opengis.fes20 Modifier and Type Interface Description interfaceBinaryLogicOpTypeA representation of the model object 'Binary Logic Op Type'.interfaceUnaryLogicOpTypeA representation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20 that return LogicOpsType Modifier and Type Method Description LogicOpsTypeDocumentRoot. getLogicOps()Returns the value of the 'Logic Ops' containment reference.LogicOpsTypeFilterType. getLogicOps()Returns the value of the 'Logic Ops' containment reference.LogicOpsTypeUnaryLogicOpType. getLogicOps()Returns the value of the 'Logic Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type LogicOpsType Modifier and Type Method Description EList<LogicOpsType>BinaryLogicOpType. getLogicOps()Returns the value of the 'Logic Ops' containment reference list.
- 
Uses of LogicOpsType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement LogicOpsType Modifier and Type Class Description classBinaryLogicOpTypeImplAn implementation of the model object 'Binary Logic Op Type'.classLogicOpsTypeImplAn implementation of the model object 'Logic Ops Type'.classUnaryLogicOpTypeImplAn implementation of the model object 'Unary Logic Op Type'.Methods in net.opengis.fes20.impl that return LogicOpsType Modifier and Type Method Description LogicOpsTypeDocumentRootImpl. getLogicOps()LogicOpsTypeFilterTypeImpl. getLogicOps()LogicOpsTypeUnaryLogicOpTypeImpl. getLogicOps()Methods in net.opengis.fes20.impl that return types with arguments of type LogicOpsType Modifier and Type Method Description EList<LogicOpsType>BinaryLogicOpTypeImpl. getLogicOps()Methods in net.opengis.fes20.impl with parameters of type LogicOpsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetLogicOps(LogicOpsType newLogicOps, NotificationChain msgs)NotificationChainFilterTypeImpl. basicSetLogicOps(LogicOpsType newLogicOps, NotificationChain msgs)NotificationChainUnaryLogicOpTypeImpl. basicSetLogicOps(LogicOpsType newLogicOps, NotificationChain msgs)
- 
Uses of LogicOpsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type LogicOpsType Modifier and Type Method Description TFes20Switch. caseLogicOpsType(LogicOpsType object)Returns the result of interpreting the object as an instance of 'Logic Ops Type'.booleanFes20Validator. validateLogicOpsType(LogicOpsType logicOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-