Uses of Interface
net.opengis.ows11.KeywordsType
- 
Packages that use KeywordsType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.validation 
- 
- 
Uses of KeywordsType in net.opengis.ows11Methods in net.opengis.ows11 that return KeywordsType Modifier and Type Method Description KeywordsTypeOws11Factory. createKeywordsType()Returns a new object of class 'Keywords Type'.KeywordsTypeDocumentRoot. getKeywords()Returns the value of the 'Keywords' containment reference.Methods in net.opengis.ows11 with parameters of type KeywordsType Modifier and Type Method Description voidDocumentRoot. setKeywords(KeywordsType value)Sets the value of the 'Keywords' containment reference.
- 
Uses of KeywordsType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement KeywordsType Modifier and Type Class Description classKeywordsTypeImplAn implementation of the model object 'Keywords Type'.Methods in net.opengis.ows11.impl that return KeywordsType Modifier and Type Method Description KeywordsTypeOws11FactoryImpl. createKeywordsType()KeywordsTypeDocumentRootImpl. getKeywords()Methods in net.opengis.ows11.impl with parameters of type KeywordsType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs)voidDocumentRootImpl. setKeywords(KeywordsType newKeywords)
- 
Uses of KeywordsType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type KeywordsType Modifier and Type Method Description ObjectOws11Switch. caseKeywordsType(KeywordsType object)Returns the result of interpreting the object as an instance of 'Keywords Type'.booleanOws11Validator. validateKeywordsType(KeywordsType keywordsType, DiagnosticChain diagnostics, Map context)
- 
Uses of KeywordsType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type KeywordsType Modifier and Type Method Description booleanDocumentRootValidator. validateKeywords(KeywordsType value)
- 
Uses of KeywordsType in net.opengis.wfs20Methods in net.opengis.wfs20 that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>FeatureTypeType. getKeywords()Returns the value of the 'Keywords' containment reference list.
- 
Uses of KeywordsType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl with type parameters of type KeywordsType Modifier and Type Field Description protected EList<KeywordsType>FeatureTypeTypeImpl. keywordsThe cached value of the 'Keywords' containment reference list.Methods in net.opengis.wfs20.impl that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>FeatureTypeTypeImpl. getKeywords()
- 
Uses of KeywordsType in net.opengis.wfs20.validationMethod parameters in net.opengis.wfs20.validation with type arguments of type KeywordsType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateKeywords(EList<KeywordsType> value)
 
-