Uses of Interface
net.opengis.fes20.ExtensionOperatorType
-
Packages that use ExtensionOperatorType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ExtensionOperatorType in net.opengis.fes20
Methods in net.opengis.fes20 that return ExtensionOperatorType Modifier and Type Method Description ExtensionOperatorType
Fes20Factory. createExtensionOperatorType()
Returns a new object of class 'Extension Operator Type'.Methods in net.opengis.fes20 that return types with arguments of type ExtensionOperatorType Modifier and Type Method Description EList<ExtensionOperatorType>
AdditionalOperatorsType. getOperator()
Returns the value of the 'Operator' containment reference list. -
Uses of ExtensionOperatorType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ExtensionOperatorType Modifier and Type Class Description class
ExtensionOperatorTypeImpl
An implementation of the model object 'Extension Operator Type'.Fields in net.opengis.fes20.impl with type parameters of type ExtensionOperatorType Modifier and Type Field Description protected EList<ExtensionOperatorType>
AdditionalOperatorsTypeImpl. operator
The cached value of the 'Operator
' containment reference list.Methods in net.opengis.fes20.impl that return ExtensionOperatorType Modifier and Type Method Description ExtensionOperatorType
Fes20FactoryImpl. createExtensionOperatorType()
Methods in net.opengis.fes20.impl that return types with arguments of type ExtensionOperatorType Modifier and Type Method Description EList<ExtensionOperatorType>
AdditionalOperatorsTypeImpl. getOperator()
-
Uses of ExtensionOperatorType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ExtensionOperatorType Modifier and Type Method Description T
Fes20Switch. caseExtensionOperatorType(ExtensionOperatorType object)
Returns the result of interpreting the object as an instance of 'Extension Operator Type'.boolean
Fes20Validator. validateExtensionOperatorType(ExtensionOperatorType extensionOperatorType, DiagnosticChain diagnostics, Map<Object,Object> context)
-