Uses of Interface
net.opengis.ows11.OperationType

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

Uses of OperationType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return OperationType
 OperationType Ows11Factory.createOperationType()
          Returns a new object of class 'Operation Type'.
 OperationType DocumentRoot.getOperation()
          Returns the value of the 'Operation' containment reference.
 

Methods in net.opengis.ows11 with parameters of type OperationType
 void DocumentRoot.setOperation(OperationType value)
          Sets the value of the 'Operation' containment reference.
 

Uses of OperationType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement OperationType
 class OperationTypeImpl
          An implementation of the model object 'Operation Type'.
 

Methods in net.opengis.ows11.impl that return OperationType
 OperationType Ows11FactoryImpl.createOperationType()
           
 OperationType DocumentRootImpl.getOperation()
           
 

Methods in net.opengis.ows11.impl with parameters of type OperationType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOperation(OperationType newOperation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setOperation(OperationType newOperation)
           
 

Uses of OperationType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type OperationType
 java.lang.Object Ows11Switch.caseOperationType(OperationType object)
          Returns the result of interpreting the object as an instance of 'Operation Type'.
 boolean Ows11Validator.validateOperationType(OperationType operationType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of OperationType in net.opengis.ows11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.