Uses of Interface
net.opengis.wcs11.ContentsType

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

Uses of ContentsType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return ContentsType
 ContentsType Wcs111Factory.createContentsType()
          Returns a new object of class 'Contents Type'.
 ContentsType CapabilitiesType.getContents()
          Returns the value of the 'Contents' containment reference.
 ContentsType DocumentRoot.getContents()
          Returns the value of the 'Contents' containment reference.
 

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

Uses of ContentsType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement ContentsType
 class ContentsTypeImpl
          An implementation of the model object 'Contents Type'.
 

Fields in net.opengis.wcs11.impl declared as ContentsType
protected  ContentsType CapabilitiesTypeImpl.contents
          The cached value of the 'Contents' containment reference.
 

Methods in net.opengis.wcs11.impl that return ContentsType
 ContentsType Wcs111FactoryImpl.createContentsType()
           
 ContentsType DocumentRootImpl.getContents()
           
 ContentsType CapabilitiesTypeImpl.getContents()
           
 

Methods in net.opengis.wcs11.impl with parameters of type ContentsType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetContents(ContentsType newContents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CapabilitiesTypeImpl.basicSetContents(ContentsType newContents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setContents(ContentsType newContents)
           
 void CapabilitiesTypeImpl.setContents(ContentsType newContents)
           
 

Uses of ContentsType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type ContentsType
 java.lang.Object Wcs111Switch.caseContentsType(ContentsType object)
          Returns the result of interpreting the object as an instance of 'Contents Type'.
 boolean Wcs111Validator.validateContentsType(ContentsType contentsType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ContentsType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type ContentsType
 boolean CapabilitiesTypeValidator.validateContents(ContentsType value)
           
 boolean DocumentRootValidator.validateContents(ContentsType value)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.