Uses of Interface
net.opengis.fes20.LogicalOperatorsType
-
Packages that use LogicalOperatorsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of LogicalOperatorsType in net.opengis.fes20
Methods in net.opengis.fes20 that return LogicalOperatorsType Modifier and Type Method Description LogicalOperatorsType
Fes20Factory. createLogicalOperatorsType()
Returns a new object of class 'Logical Operators Type'.LogicalOperatorsType
DocumentRoot. getLogicalOperators()
Returns the value of the 'Logical Operators' containment reference.LogicalOperatorsType
ScalarCapabilitiesType. getLogicalOperators()
Returns the value of the 'Logical Operators' containment reference.Methods in net.opengis.fes20 with parameters of type LogicalOperatorsType Modifier and Type Method Description void
DocumentRoot. setLogicalOperators(LogicalOperatorsType value)
Sets the value of the 'Logical Operators
' containment reference.void
ScalarCapabilitiesType. setLogicalOperators(LogicalOperatorsType value)
Sets the value of the 'Logical Operators
' containment reference. -
Uses of LogicalOperatorsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement LogicalOperatorsType Modifier and Type Class Description class
LogicalOperatorsTypeImpl
An implementation of the model object 'Logical Operators Type'.Fields in net.opengis.fes20.impl declared as LogicalOperatorsType Modifier and Type Field Description protected LogicalOperatorsType
ScalarCapabilitiesTypeImpl. logicalOperators
The cached value of the 'Logical Operators
' containment reference.Methods in net.opengis.fes20.impl that return LogicalOperatorsType Modifier and Type Method Description LogicalOperatorsType
Fes20FactoryImpl. createLogicalOperatorsType()
LogicalOperatorsType
DocumentRootImpl. getLogicalOperators()
LogicalOperatorsType
ScalarCapabilitiesTypeImpl. getLogicalOperators()
Methods in net.opengis.fes20.impl with parameters of type LogicalOperatorsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetLogicalOperators(LogicalOperatorsType newLogicalOperators, NotificationChain msgs)
NotificationChain
ScalarCapabilitiesTypeImpl. basicSetLogicalOperators(LogicalOperatorsType newLogicalOperators, NotificationChain msgs)
void
DocumentRootImpl. setLogicalOperators(LogicalOperatorsType newLogicalOperators)
void
ScalarCapabilitiesTypeImpl. setLogicalOperators(LogicalOperatorsType newLogicalOperators)
-
Uses of LogicalOperatorsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type LogicalOperatorsType Modifier and Type Method Description T
Fes20Switch. caseLogicalOperatorsType(LogicalOperatorsType object)
Returns the result of interpreting the object as an instance of 'Logical Operators Type'.boolean
Fes20Validator. validateLogicalOperatorsType(LogicalOperatorsType logicalOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-