Uses of Interface
net.opengis.wfsv.DifferenceQueryType

Packages that use DifferenceQueryType
net.opengis.wfsv   
net.opengis.wfsv.impl   
net.opengis.wfsv.util   
 

Uses of DifferenceQueryType in net.opengis.wfsv
 

Methods in net.opengis.wfsv that return DifferenceQueryType
 DifferenceQueryType WfsvFactory.createDifferenceQueryType()
          Returns a new object of class 'Difference Query Type'.
 DifferenceQueryType DocumentRoot.getDifferenceQuery()
          Returns the value of the 'Difference Query' containment reference.
 

Methods in net.opengis.wfsv with parameters of type DifferenceQueryType
 void DocumentRoot.setDifferenceQuery(DifferenceQueryType value)
          Sets the value of the 'Difference Query' containment reference.
 

Uses of DifferenceQueryType in net.opengis.wfsv.impl
 

Classes in net.opengis.wfsv.impl that implement DifferenceQueryType
 class DifferenceQueryTypeImpl
          An implementation of the model object 'Difference Query Type'.
 

Methods in net.opengis.wfsv.impl that return DifferenceQueryType
 DifferenceQueryType WfsvFactoryImpl.createDifferenceQueryType()
           
 DifferenceQueryType DocumentRootImpl.getDifferenceQuery()
           
 

Methods in net.opengis.wfsv.impl with parameters of type DifferenceQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDifferenceQuery(DifferenceQueryType newDifferenceQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setDifferenceQuery(DifferenceQueryType newDifferenceQuery)
           
 

Uses of DifferenceQueryType in net.opengis.wfsv.util
 

Methods in net.opengis.wfsv.util with parameters of type DifferenceQueryType
 java.lang.Object WfsvSwitch.caseDifferenceQueryType(DifferenceQueryType object)
          Returns the result of interpreting the object as an instance of 'Difference Query Type'.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.