Uses of Interface
net.opengis.fes20.AbstractSelectionClauseType
-
Packages that use AbstractSelectionClauseType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of AbstractSelectionClauseType in net.opengis.fes20
Subinterfaces of AbstractSelectionClauseType in net.opengis.fes20 Modifier and Type Interface Description interface
FilterType
A representation of the model object 'Filter Type'. -
Uses of AbstractSelectionClauseType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement AbstractSelectionClauseType Modifier and Type Class Description class
AbstractSelectionClauseTypeImpl
An implementation of the model object 'Abstract Selection Clause Type'.class
FilterTypeImpl
An implementation of the model object 'Filter Type'. -
Uses of AbstractSelectionClauseType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type AbstractSelectionClauseType Modifier and Type Method Description T
Fes20Switch. caseAbstractSelectionClauseType(AbstractSelectionClauseType object)
Returns the result of interpreting the object as an instance of 'Abstract Selection Clause Type'.boolean
Fes20Validator. validateAbstractSelectionClauseType(AbstractSelectionClauseType abstractSelectionClauseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-