Uses of Interface
net.opengis.fes20.ExtensionOpsType
-
Packages that use ExtensionOpsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ExtensionOpsType in net.opengis.fes20
Methods in net.opengis.fes20 that return ExtensionOpsType Modifier and Type Method Description ExtensionOpsType
DocumentRoot. getExtensionOps()
Returns the value of the 'Extension Ops' containment reference.ExtensionOpsType
FilterType. getExtensionOps()
Returns the value of the 'Extension Ops' containment reference.ExtensionOpsType
UnaryLogicOpType. getExtensionOps()
Returns the value of the 'Extension Ops' containment reference.Methods in net.opengis.fes20 that return types with arguments of type ExtensionOpsType Modifier and Type Method Description EList<ExtensionOpsType>
BinaryLogicOpType. getExtensionOps()
Returns the value of the 'Extension Ops' containment reference list. -
Uses of ExtensionOpsType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ExtensionOpsType Modifier and Type Class Description class
ExtensionOpsTypeImpl
An implementation of the model object 'Extension Ops Type'.Methods in net.opengis.fes20.impl that return ExtensionOpsType Modifier and Type Method Description ExtensionOpsType
DocumentRootImpl. getExtensionOps()
ExtensionOpsType
FilterTypeImpl. getExtensionOps()
ExtensionOpsType
UnaryLogicOpTypeImpl. getExtensionOps()
Methods in net.opengis.fes20.impl that return types with arguments of type ExtensionOpsType Modifier and Type Method Description EList<ExtensionOpsType>
BinaryLogicOpTypeImpl. getExtensionOps()
Methods in net.opengis.fes20.impl with parameters of type ExtensionOpsType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)
NotificationChain
FilterTypeImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)
NotificationChain
UnaryLogicOpTypeImpl. basicSetExtensionOps(ExtensionOpsType newExtensionOps, NotificationChain msgs)
-
Uses of ExtensionOpsType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ExtensionOpsType Modifier and Type Method Description T
Fes20Switch. caseExtensionOpsType(ExtensionOpsType object)
Returns the result of interpreting the object as an instance of 'Extension Ops Type'.boolean
Fes20Validator. validateExtensionOpsType(ExtensionOpsType extensionOpsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-