Uses of Interface
net.opengis.ows10.BoundingBoxType

Packages that use BoundingBoxType
net.opengis.ows10   
net.opengis.ows10.impl   
 

Uses of BoundingBoxType in net.opengis.ows10
 

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

Methods in net.opengis.ows10 that return BoundingBoxType
 BoundingBoxType Ows10Factory.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.ows10 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.ows10.impl
 

Methods in net.opengis.ows10.impl that return BoundingBoxType
 BoundingBoxType Ows10FactoryImpl.createBoundingBoxType()
           
 BoundingBoxType DocumentRootImpl.getBoundingBox()
           
 

Methods in net.opengis.ows10.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)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.