Uses of Class
org.gwtopenmaps.openlayers.client.layer.Vector

Packages that use Vector
org.gwtopenmaps.demo.openlayers.client.examples.control   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.layer   
 

Uses of Vector in org.gwtopenmaps.demo.openlayers.client.examples.control
 

Methods in org.gwtopenmaps.demo.openlayers.client.examples.control that return Vector
static Vector SnappingExample.JsonLayerCreator.createLayerFromJson(String layerName, String url, boolean isBaseLayer)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.control that return Vector
 Vector SnappingTarget.getLayer()
           
 Vector SnappingOptions.getLayer()
           
 Vector Control.getLayer()
           
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type Vector
 void Snapping.removeTargetLayer(Vector vector)
           
 void SnappingOptions.setDefaults(Vector vector)
           
 void SnappingTarget.setLayer(Vector layer)
           
 void SnappingOptions.setLayer(Vector layer)
          Property: layer {} The current editable layer.
 void Snapping.setLayer(Vector vector)
           
 void Snapping.setTargetLayer(Vector vector)
           
 void SnappingOptions.setTargets(Vector[] targets)
          targets - {Array(OpenLayers.Layer.Vector)} A list of vector layers the defaults from the property will apply.
 

Constructors in org.gwtopenmaps.openlayers.client.control with parameters of type Vector
DeleteFeature(Vector vector)
           
DragFeature(Vector vectorLayer)
          Constructor.
DragFeature(Vector vectorLayer, DragFeatureOptions options)
          Constructor.
DrawFeature(Vector layer, Handler handler)
           
DrawFeature(Vector layer, Handler handler, DrawFeatureOptions options)
           
EditingToolbar(Vector vectorLayer)
           
EditingToolbar(Vector vectorLayer, EditingToolbarOptions options)
           
ModifyFeature(Vector vectorLayer)
           
ModifyFeature(Vector vectorLayer, ModifyFeatureOptions modifyFeatureOptions)
           
SelectFeature(Vector layer)
           
SelectFeature(Vector layer, SelectFeatureOptions options)
           
 

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

Subclasses of Vector in org.gwtopenmaps.openlayers.client.layer
 class GML
           
 class WFS
          For displaying FeatureCollection data requested from a Web Feature Service (WFS) server.
 

Methods in org.gwtopenmaps.openlayers.client.layer that return Vector
static Vector Vector.narrowToVector(JSObject vectorLayer)
           
 



Copyright © 2011 sourceforge. All Rights Reserved.