Uses of Interface
net.opengis.ows11.DCPType

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

Uses of DCPType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return DCPType
 DCPType Ows11Factory.createDCPType()
          Returns a new object of class 'DCP Type'.
 DCPType DocumentRoot.getDCP()
          Returns the value of the 'DCP' containment reference.
 

Methods in net.opengis.ows11 with parameters of type DCPType
 void DocumentRoot.setDCP(DCPType value)
          Sets the value of the 'DCP' containment reference.
 

Uses of DCPType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement DCPType
 class DCPTypeImpl
          An implementation of the model object 'DCP Type'.
 

Methods in net.opengis.ows11.impl that return DCPType
 DCPType Ows11FactoryImpl.createDCPType()
           
 DCPType DocumentRootImpl.getDCP()
           
 

Methods in net.opengis.ows11.impl with parameters of type DCPType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDCP(DCPType newDCP, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDCP(DCPType newDCP)
           
 

Uses of DCPType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type DCPType
 java.lang.Object Ows11Switch.caseDCPType(DCPType object)
          Returns the result of interpreting the object as an instance of 'DCP Type'.
 boolean Ows11Validator.validateDCPType(DCPType dcpType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of DCPType in net.opengis.ows11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.