Uses of Class
org.gwtopenmaps.openlayers.client.Bounds

Packages that use Bounds
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.geometry   
org.gwtopenmaps.openlayers.client.layer   
org.gwtopenmaps.openlayers.client.marker   
 

Uses of Bounds in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return Bounds
 Bounds Map.getExtent()
           
 Bounds Map.getMaxExtent()
           
static Bounds Bounds.narrowToBounds(JSObject element)
           
 Bounds Bounds.transform(Projection source, Projection dest)
           
 

Methods in org.gwtopenmaps.openlayers.client with parameters of type Bounds
 boolean Bounds.containsBounds(Bounds bounds, boolean partial, boolean contains)
           
 void Bounds.extend(Bounds bounds)
           
 int Map.getZoomForExtent(Bounds bounds, boolean closest)
           
 void MapOptions.setMaxExtent(Bounds maxExtent)
          The upper bounds of the spatial coordinate reference system, provided in the units that CRS.
 void Map.setMaxExtent(Bounds extent)
           
 void MapOptions.setMinExtent(Bounds minExtent)
          The lower bounds of the spatial coordinate reference system, provided in the units that CRS.
 void Map.setMinExtent(Bounds extent)
           
 void MapOptions.setRestrictedExtent(Bounds restrictedExtent)
           
 void Map.setRestrictedExtent(Bounds extent)
           
 void Map.zoomToExtent(Bounds bounds)
           
 

Uses of Bounds in org.gwtopenmaps.openlayers.client.control
 

Methods in org.gwtopenmaps.openlayers.client.control that return Bounds
 Bounds GetFeature.getBounds()
           
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type Bounds
 void GetFeature.selectBox(Bounds bounds)
           
 

Uses of Bounds in org.gwtopenmaps.openlayers.client.geometry
 

Methods in org.gwtopenmaps.openlayers.client.geometry that return Bounds
 Bounds Geometry.getBounds()
           
 

Uses of Bounds in org.gwtopenmaps.openlayers.client.layer
 

Methods in org.gwtopenmaps.openlayers.client.layer that return Bounds
 Bounds Vector.getDataExtent()
          Calculates the max extent which includes all of the features of this vetor layer.
 Bounds Markers.getDataExtent()
           
 Bounds Image.getExtent()
           
 Bounds WMSParams.getMaxExtent()
           
 Bounds TMSOptions.getMaxExtent()
           
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type Bounds
 void ArcGIS93Rest.addTile(Bounds bounds, Pixel position)
          Method: addTile addTile creates a tile, initializes it, and adds it to the layer div.
 String ArcGIS93Rest.getURL(Bounds bounds)
          Method: getURL Return an image url this layer.
 void WMSParams.setMaxExtent(Bounds bounds)
           
 void TMSOptions.setMaxExtent(Bounds bounds)
           
 void LayerOptions.setMaxExtent(Bounds maxExtent)
           
 void LayerOptions.setMinExtent(Bounds minExtent)
           
 

Constructors in org.gwtopenmaps.openlayers.client.layer with parameters of type Bounds
Image(String name, String url, Bounds extent, Size size, ImageOptions options)
           
 

Uses of Bounds in org.gwtopenmaps.openlayers.client.marker
 

Methods in org.gwtopenmaps.openlayers.client.marker that return Bounds
 Bounds Box.getBounds()
           
 

Constructors in org.gwtopenmaps.openlayers.client.marker with parameters of type Bounds
Box(Bounds bounds)
           
Box(Bounds bounds, String borderColor, int borderWidth)
           
 



Copyright © 2011 sourceforge. All Rights Reserved.