Uses of Interface
net.opengis.ows11.ReferenceGroupType

Packages that use ReferenceGroupType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wcs11   
net.opengis.wcs11.impl   
net.opengis.wcs11.validation   
 

Uses of ReferenceGroupType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return ReferenceGroupType
 ReferenceGroupType Ows11Factory.createReferenceGroupType()
          Returns a new object of class 'Reference Group Type'.
 ReferenceGroupType DocumentRoot.getReferenceGroup()
          Returns the value of the 'Reference Group' containment reference.
 

Methods in net.opengis.ows11 with parameters of type ReferenceGroupType
 void DocumentRoot.setReferenceGroup(ReferenceGroupType value)
          Sets the value of the 'Reference Group' containment reference.
 

Uses of ReferenceGroupType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement ReferenceGroupType
 class ReferenceGroupTypeImpl
          An implementation of the model object 'Reference Group Type'.
 

Methods in net.opengis.ows11.impl that return ReferenceGroupType
 ReferenceGroupType Ows11FactoryImpl.createReferenceGroupType()
           
 ReferenceGroupType DocumentRootImpl.getReferenceGroup()
           
 

Methods in net.opengis.ows11.impl with parameters of type ReferenceGroupType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetReferenceGroup(ReferenceGroupType newReferenceGroup, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setReferenceGroup(ReferenceGroupType newReferenceGroup)
           
 

Uses of ReferenceGroupType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type ReferenceGroupType
 java.lang.Object Ows11Switch.caseReferenceGroupType(ReferenceGroupType object)
          Returns the result of interpreting the object as an instance of 'Reference Group Type'.
 boolean Ows11Validator.validateReferenceGroupType(ReferenceGroupType referenceGroupType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of ReferenceGroupType in net.opengis.ows11.validation
 

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

Uses of ReferenceGroupType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return ReferenceGroupType
 ReferenceGroupType DocumentRoot.getCoverage()
          Returns the value of the 'Coverage' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type ReferenceGroupType
 void DocumentRoot.setCoverage(ReferenceGroupType value)
          Sets the value of the 'Coverage' containment reference.
 

Uses of ReferenceGroupType in net.opengis.wcs11.impl
 

Methods in net.opengis.wcs11.impl that return ReferenceGroupType
 ReferenceGroupType DocumentRootImpl.getCoverage()
           
 

Methods in net.opengis.wcs11.impl with parameters of type ReferenceGroupType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetCoverage(ReferenceGroupType newCoverage, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setCoverage(ReferenceGroupType newCoverage)
           
 

Uses of ReferenceGroupType in net.opengis.wcs11.validation
 

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



Copyright © 1996-2010 Geotools. All Rights Reserved.