Uses of Interface
net.opengis.ows11.BoundingBoxType

Packages that use BoundingBoxType
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   
net.opengis.wps10   
net.opengis.wps10.impl   
 

Uses of BoundingBoxType in net.opengis.ows11
 

Subinterfaces of BoundingBoxType in net.opengis.ows11
 interface WGS84BoundingBoxType
          A representation of the model object 'WGS84 Bounding Box Type'.
 

Methods in net.opengis.ows11 that return BoundingBoxType
 BoundingBoxType Ows11Factory.createBoundingBoxType()
          Returns a new object of class 'Bounding Box Type'.
 BoundingBoxType DocumentRoot.getBoundingBox()
          Returns the value of the 'Bounding Box' containment reference.
 

Methods in net.opengis.ows11 with parameters of type BoundingBoxType
 void DocumentRoot.setBoundingBox(BoundingBoxType value)
          Sets the value of the 'Bounding Box' containment reference.
 

Uses of BoundingBoxType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement BoundingBoxType
 class BoundingBoxTypeImpl
          An implementation of the model object 'Bounding Box Type'.
 class WGS84BoundingBoxTypeImpl
          An implementation of the model object 'WGS84 Bounding Box Type'.
 

Methods in net.opengis.ows11.impl that return BoundingBoxType
 BoundingBoxType Ows11FactoryImpl.createBoundingBoxType()
           
 BoundingBoxType DocumentRootImpl.getBoundingBox()
           
 

Methods in net.opengis.ows11.impl with parameters of type BoundingBoxType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetBoundingBox(BoundingBoxType newBoundingBox, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setBoundingBox(BoundingBoxType newBoundingBox)
           
 

Uses of BoundingBoxType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type BoundingBoxType
 java.lang.Object Ows11Switch.caseBoundingBoxType(BoundingBoxType object)
          Returns the result of interpreting the object as an instance of 'Bounding Box Type'.
 boolean Ows11Validator.validateBoundingBoxType(BoundingBoxType boundingBoxType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of BoundingBoxType in net.opengis.ows11.validation
 

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

Uses of BoundingBoxType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return BoundingBoxType
 BoundingBoxType DomainSubsetType.getBoundingBox()
          Returns the value of the 'Bounding Box' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type BoundingBoxType
 void DomainSubsetType.setBoundingBox(BoundingBoxType value)
          Sets the value of the 'Bounding Box' containment reference.
 

Uses of BoundingBoxType in net.opengis.wcs11.impl
 

Methods in net.opengis.wcs11.impl that return BoundingBoxType
 BoundingBoxType DomainSubsetTypeImpl.getBoundingBox()
           
 

Methods in net.opengis.wcs11.impl with parameters of type BoundingBoxType
 org.eclipse.emf.common.notify.NotificationChain DomainSubsetTypeImpl.basicSetBoundingBox(BoundingBoxType newBoundingBox, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DomainSubsetTypeImpl.setBoundingBox(BoundingBoxType newBoundingBox)
           
 

Uses of BoundingBoxType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type BoundingBoxType
 boolean DomainSubsetTypeValidator.validateBoundingBox(BoundingBoxType value)
           
 

Uses of BoundingBoxType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return BoundingBoxType
 BoundingBoxType DataType.getBoundingBoxData()
          Returns the value of the 'Bounding Box Data' containment reference.
 

Methods in net.opengis.wps10 with parameters of type BoundingBoxType
 void DataType.setBoundingBoxData(BoundingBoxType value)
          Sets the value of the 'Bounding Box Data' containment reference.
 

Uses of BoundingBoxType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as BoundingBoxType
protected  BoundingBoxType DataTypeImpl.boundingBoxData
          The cached value of the 'Bounding Box Data' containment reference.
 

Methods in net.opengis.wps10.impl that return BoundingBoxType
 BoundingBoxType DataTypeImpl.getBoundingBoxData()
           
 

Methods in net.opengis.wps10.impl with parameters of type BoundingBoxType
 org.eclipse.emf.common.notify.NotificationChain DataTypeImpl.basicSetBoundingBoxData(BoundingBoxType newBoundingBoxData, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DataTypeImpl.setBoundingBoxData(BoundingBoxType newBoundingBoxData)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.