Uses of Interface
net.opengis.ows11.KeywordsType

Packages that use KeywordsType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
 

Uses of KeywordsType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return KeywordsType
 KeywordsType Ows11Factory.createKeywordsType()
          Returns a new object of class 'Keywords Type'.
 KeywordsType DocumentRoot.getKeywords()
          Returns the value of the 'Keywords' containment reference.
 

Methods in net.opengis.ows11 with parameters of type KeywordsType
 void 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 KeywordsType
 class KeywordsTypeImpl
          An implementation of the model object 'Keywords Type'.
 

Methods in net.opengis.ows11.impl that return KeywordsType
 KeywordsType Ows11FactoryImpl.createKeywordsType()
           
 KeywordsType DocumentRootImpl.getKeywords()
           
 

Methods in net.opengis.ows11.impl with parameters of type KeywordsType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetKeywords(KeywordsType newKeywords, org.eclipse.emf.common.notify.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 KeywordsType
 java.lang.Object Ows11Switch.caseKeywordsType(KeywordsType object)
          Returns the result of interpreting the object as an instance of 'Keywords Type'.
 boolean Ows11Validator.validateKeywordsType(KeywordsType keywordsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of KeywordsType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type KeywordsType
 boolean DocumentRootValidator.validateKeywords(KeywordsType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.