Uses of Class
twaver.gis.gadget.GridBbox

Packages that use GridBbox
twaver.gis   
twaver.gis.gadget   
twaver.gis.ogc   
twaver.gis.utils   
 

Uses of GridBbox in twaver.gis
 

Methods in twaver.gis that return GridBbox
 GridBbox GeographyMap.getLimitedArea()
          Gets the area of the map can display
 

Methods in twaver.gis with parameters of type GridBbox
 void GeographyMap.addLayer(java.lang.String layerName, int executorType, GridBbox bbox, java.lang.String style, java.lang.String srs, java.lang.String serverPath)
          Adds a layer to the map.
 void GeographyMap.setLimitedArea(GridBbox limitedArea)
          Defines the area of the map can display
 

Uses of GridBbox in twaver.gis.gadget
 

Methods in twaver.gis.gadget that return GridBbox
 GridBbox WMSLayerInfo.getLatlonBox()
           
 GridBbox WMSLayerInfo.getBoundingBox()
           
 

Methods in twaver.gis.gadget with parameters of type GridBbox
 boolean GridBbox.contain(GridBbox bbox)
           
 void WMSLayerInfo.setLatlonBox(GridBbox latlonBox)
           
 void WMSLayerInfo.setBoundingBox(GridBbox boundingBox)
           
 

Uses of GridBbox in twaver.gis.ogc
 

Methods in twaver.gis.ogc with parameters of type GridBbox
static java.lang.String WMSUtils.getURL(java.lang.String requestType, java.lang.String version, java.lang.String srs, java.lang.String[] layers, java.lang.String format, GridBbox bbox)
           
static java.lang.String WMSUtils.getURL(java.lang.String requestType, java.lang.String version, java.lang.String srs, java.lang.String[] layers, java.lang.String[] styles, java.lang.String format, GridBbox bbox, int width, int height)
           
static java.lang.String WFSUtils.buildBBoxOperation(java.lang.String typeName, java.lang.String[] resultPropertyNames, GridBbox bbox)
           
 

Uses of GridBbox in twaver.gis.utils
 

Methods in twaver.gis.utils with parameters of type GridBbox
static int GisToolkits.getAppropriateZoomLevel(GridBbox bbox, GeographyMap map)
          Gets appropriate zoom level by referring to the specified geographical area.