Uses of Interface
net.opengis.wcs10.KeywordsType
-
Packages that use KeywordsType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of KeywordsType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return KeywordsType Modifier and Type Method Description KeywordsTypeWcs10Factory. createKeywordsType()Returns a new object of class 'Keywords Type'.KeywordsTypeDocumentRoot. getKeywords()Returns the value of the 'Keywords' containment reference.Methods in net.opengis.wcs10 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.wcs10.impl
Classes in net.opengis.wcs10.impl that implement KeywordsType Modifier and Type Class Description classKeywordsTypeImplAn implementation of the model object 'Keywords Type'.Methods in net.opengis.wcs10.impl that return KeywordsType Modifier and Type Method Description KeywordsTypeWcs10FactoryImpl. createKeywordsType()KeywordsTypeDocumentRootImpl. getKeywords()Methods in net.opengis.wcs10.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.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type KeywordsType Modifier and Type Method Description ObjectWcs10Switch. caseKeywordsType(KeywordsType object)Returns the result of interpreting the object as an instance of 'Keywords Type'. -
Uses of KeywordsType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type KeywordsType Modifier and Type Method Description booleanDocumentRootValidator. validateKeywords(KeywordsType value)
-