Uses of Interface
net.opengis.ows10.KeywordsType
Packages that use KeywordsType
-
Uses of KeywordsType in net.opengis.ows10
Methods in net.opengis.ows10 that return KeywordsTypeModifier and TypeMethodDescriptionOws10Factory.createKeywordsType()Returns a new object of class 'Keywords Type'.DocumentRoot.getKeywords()Returns the value of the 'Keywords' containment reference.Methods in net.opengis.ows10 that return types with arguments of type KeywordsTypeModifier and TypeMethodDescriptionEList<KeywordsType>DescriptionType.getKeywords()Returns the value of the 'Keywords' containment reference list.Methods in net.opengis.ows10 with parameters of type KeywordsTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setKeywords(KeywordsType value) Sets the value of the 'Keywords' containment reference. -
Uses of KeywordsType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement KeywordsTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Keywords Type'.Fields in net.opengis.ows10.impl with type parameters of type KeywordsTypeModifier and TypeFieldDescriptionprotected EList<KeywordsType>DescriptionTypeImpl.keywordsThe cached value of the 'Keywords' containment reference list.Methods in net.opengis.ows10.impl that return KeywordsTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createKeywordsType()DocumentRootImpl.getKeywords()Methods in net.opengis.ows10.impl that return types with arguments of type KeywordsTypeMethods in net.opengis.ows10.impl with parameters of type KeywordsTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetKeywords(KeywordsType newKeywords, NotificationChain msgs) voidDocumentRootImpl.setKeywords(KeywordsType newKeywords) -
Uses of KeywordsType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type KeywordsTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateKeywords(KeywordsType value)