Uses of Interface
net.opengis.ows10.KeywordsType
- 
Packages that use KeywordsType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation 
- 
- 
Uses of KeywordsType in net.opengis.ows10Methods in net.opengis.ows10 that return KeywordsType Modifier and Type Method Description KeywordsTypeOws10Factory. createKeywordsType()Returns a new object of class 'Keywords Type'.KeywordsTypeDocumentRoot. getKeywords()Returns the value of the 'Keywords' containment reference.Methods in net.opengis.ows10 that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>DescriptionType. getKeywords()Returns the value of the 'Keywords' containment reference list.Methods in net.opengis.ows10 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.ows10.implClasses in net.opengis.ows10.impl that implement KeywordsType Modifier and Type Class Description classKeywordsTypeImplAn implementation of the model object 'Keywords Type'.Fields in net.opengis.ows10.impl with type parameters of type KeywordsType Modifier and Type Field Description protected EList<KeywordsType>DescriptionTypeImpl. keywordsThe cached value of the 'Keywords' containment reference list.Methods in net.opengis.ows10.impl that return KeywordsType Modifier and Type Method Description KeywordsTypeOws10FactoryImpl. createKeywordsType()KeywordsTypeDocumentRootImpl. getKeywords()Methods in net.opengis.ows10.impl that return types with arguments of type KeywordsType Modifier and Type Method Description EList<KeywordsType>DescriptionTypeImpl. getKeywords()Methods in net.opengis.ows10.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.ows10.validationMethods in net.opengis.ows10.validation with parameters of type KeywordsType Modifier and Type Method Description booleanDocumentRootValidator. validateKeywords(KeywordsType value)
 
-