org.gwtopenmaps.openlayers.client.layer
Class Boxes

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.gwtopenmaps.openlayers.client.layer.Layer
                  extended by org.gwtopenmaps.openlayers.client.layer.Markers
                      extended by org.gwtopenmaps.openlayers.client.layer.Boxes

public class Boxes
extends Markers

Boxes is only maintained for backwards compatibility, as explained here. Alternatively, use Vector Layers, as described here.

Author:
Michel Vitor A Rodrigues

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.layer.Layer
ARCGIS93REST_CLASS_NAME, BOXES_CLASS_NAME, GOOGLE_CLASS_NAME, GRIDLAYER_CLASS_NAME, HTTPREQUESTLAYER_CLASS_NAME, IMAGE_CLASS_NAME, MARKERS_CLASS_NAME, OSM_CLASS_NAME, TMS_CLASS_NAME, VECTOR_CLASS_NAME, WMS_CLASS_NAME, XYZ_CLASS_NAME
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
protected Boxes(JSObject boxes)
           
  Boxes(String name)
           
  Boxes(String name, BoxesMarkersOptions options)
           
 
Method Summary
 void drawMarker(Box marker)
           
 Boxes narrowToBoxes(JSObject boxes)
           
 void removeMarker(Box marker)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.Markers
addMarker, clearMarkers, destroy, getDataExtent, getMarkers, narrowToMarkers, removeMarker
 
Methods inherited from class org.gwtopenmaps.openlayers.client.layer.Layer
addLayerLoadCancelListener, addLayerLoadEndListener, addLayerLoadStartListener, addLayerVisibilityChangedListener, addOptions, displayInLayerSwitcher, getId, getName, getOpacity, getZIndex, isBaseLayer, isVisible, narrowToLayer, redraw, setDisplayInLayerSwitcher, setIsBaseLayer, setIsVisible, setName, setOpacity, setZIndex
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
getListeners, narrowToOpenLayersEObjectWrapper, removeListener
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boxes

protected Boxes(JSObject boxes)

Boxes

public Boxes(String name,
             BoxesMarkersOptions options)

Boxes

public Boxes(String name)
Method Detail

narrowToBoxes

public Boxes narrowToBoxes(JSObject boxes)

drawMarker

public void drawMarker(Box marker)

removeMarker

public void removeMarker(Box marker)


Copyright © 2011 sourceforge. All Rights Reserved.