Uses of Interface
net.opengis.ows11.KeywordsType
Packages that use KeywordsType
Package
Description
-
Uses of KeywordsType in net.opengis.ows11
Methods in net.opengis.ows11 that return KeywordsTypeModifier and TypeMethodDescriptionOws11Factory.createKeywordsType()
Returns a new object of class 'Keywords Type'.DocumentRoot.getKeywords()
Returns the value of the 'Keywords' containment reference.Methods in net.opengis.ows11 with parameters of type KeywordsTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setKeywords
(KeywordsType value) Sets the value of the 'Keywords
' containment reference. -
Uses of KeywordsType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement KeywordsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Keywords Type'.Methods in net.opengis.ows11.impl that return KeywordsTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createKeywordsType()
DocumentRootImpl.getKeywords()
Methods in net.opengis.ows11.impl with parameters of type KeywordsTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetKeywords
(KeywordsType newKeywords, NotificationChain msgs) void
DocumentRootImpl.setKeywords
(KeywordsType newKeywords) -
Uses of KeywordsType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type KeywordsTypeModifier and TypeMethodDescriptionOws11Switch.caseKeywordsType
(KeywordsType object) Returns the result of interpreting the object as an instance of 'Keywords Type'.boolean
Ows11Validator.validateKeywordsType
(KeywordsType keywordsType, DiagnosticChain diagnostics, Map context) -
Uses of KeywordsType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type KeywordsTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateKeywords
(KeywordsType value) -
Uses of KeywordsType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return types with arguments of type KeywordsTypeModifier and TypeMethodDescriptionEList<KeywordsType>
FeatureTypeType.getKeywords()
Returns the value of the 'Keywords' containment reference list. -
Uses of KeywordsType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl with type parameters of type KeywordsTypeModifier and TypeFieldDescriptionprotected EList<KeywordsType>
FeatureTypeTypeImpl.keywords
The cached value of the 'Keywords
' containment reference list.Methods in net.opengis.wfs20.impl that return types with arguments of type KeywordsType -
Uses of KeywordsType in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type KeywordsTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateKeywords
(EList<KeywordsType> value)