Uses of Interface
net.opengis.wcs11.CapabilitiesType

Packages that use CapabilitiesType
net.opengis.wcs11   
net.opengis.wcs11.impl   
net.opengis.wcs11.util   
net.opengis.wcs11.validation   
 

Uses of CapabilitiesType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return CapabilitiesType
 CapabilitiesType Wcs111Factory.createCapabilitiesType()
          Returns a new object of class 'Capabilities Type'.
 CapabilitiesType DocumentRoot.getCapabilities()
          Returns the value of the 'Capabilities' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type CapabilitiesType
 void DocumentRoot.setCapabilities(CapabilitiesType value)
          Sets the value of the 'Capabilities' containment reference.
 

Uses of CapabilitiesType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement CapabilitiesType
 class CapabilitiesTypeImpl
          An implementation of the model object 'Capabilities Type'.
 

Methods in net.opengis.wcs11.impl that return CapabilitiesType
 CapabilitiesType Wcs111FactoryImpl.createCapabilitiesType()
           
 CapabilitiesType DocumentRootImpl.getCapabilities()
           
 

Methods in net.opengis.wcs11.impl with parameters of type CapabilitiesType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCapabilities(CapabilitiesType newCapabilities, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCapabilities(CapabilitiesType newCapabilities)
           
 

Uses of CapabilitiesType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type CapabilitiesType
 java.lang.Object Wcs111Switch.caseCapabilitiesType(CapabilitiesType object)
          Returns the result of interpreting the object as an instance of 'Capabilities Type'.
 boolean Wcs111Validator.validateCapabilitiesType(CapabilitiesType capabilitiesType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of CapabilitiesType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type CapabilitiesType
 boolean DocumentRootValidator.validateCapabilities(CapabilitiesType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.