Uses of Class
org.gwtopenmaps.openlayers.client.feature.VectorFeature

Packages that use VectorFeature
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.event   
org.gwtopenmaps.openlayers.client.feature   
org.gwtopenmaps.openlayers.client.format   
org.gwtopenmaps.openlayers.client.layer   
org.gwtopenmaps.openlayers.client.protocol   
 

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

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type VectorFeature
 void DragFeature.DragFeatureListener.onDragEvent(VectorFeature vectorFeature, Pixel pixel)
           
 void DrawFeature.FeatureAddedListener.onFeatureAdded(VectorFeature vectorFeature)
           
 void SelectFeature.ClickFeatureListener.onFeatureClicked(VectorFeature vectorFeature)
           
 void SelectFeature.SelectFeatureListener.onFeatureSelected(VectorFeature vectorFeature)
           
 void SelectFeature.UnselectFeatureListener.onFeatureUnselected(VectorFeature vectorFeature)
           
 void ModifyFeature.OnModificationListener.onModification(VectorFeature vectorFeature)
           
 void ModifyFeature.OnModificationEndListener.onModificationEnd(VectorFeature vectorFeature)
           
 void ModifyFeature.OnModificationStartListener.onModificationStart(VectorFeature vectorFeature)
           
 void GetFeature.setSelectVectorFeature(VectorFeature feature)
           
 

Uses of VectorFeature in org.gwtopenmaps.openlayers.client.event
 

Methods in org.gwtopenmaps.openlayers.client.event with parameters of type VectorFeature
 void BeforeFeatureHighlightedListener.onBeforeFeatureHighlighted(VectorFeature vectorFeature)
          Called when the event BeforeFeatureHighlighted occurs on a VectorFeature of the layer
 void FeatureHighlightedListener.onFeatureHighlighted(VectorFeature vectorFeature)
          Called when the event FeatureHighlighted occurs on a VectorFeature of the layer
 void FeatureUnhighlightedListener.onFeatureUnhighlighted(VectorFeature vectorFeature)
          Called when the event FeatureUnhighlighted occurs on a VectorFeature of the layer
 

Uses of VectorFeature in org.gwtopenmaps.openlayers.client.feature
 

Methods in org.gwtopenmaps.openlayers.client.feature that return VectorFeature
static VectorFeature VectorFeature.narrowToVectorFeature(JSObject vectorFeature)
           
 

Methods in org.gwtopenmaps.openlayers.client.feature with parameters of type VectorFeature
 Attributes VectorFeature.getAttributes(VectorFeature attributes)
          Deprecated. 
 

Uses of VectorFeature in org.gwtopenmaps.openlayers.client.format
 

Methods in org.gwtopenmaps.openlayers.client.format that return VectorFeature
 VectorFeature[] VectorFormat.read(String vectorFormatString)
          Read a String representation of a vector format into an array of vector features.
 

Methods in org.gwtopenmaps.openlayers.client.format with parameters of type VectorFeature
 String VectorFormat.write(VectorFeature vectorFeature)
          Write a VectorFeature in a particular format that depends on the specific format object.
 String VectorFormat.write(VectorFeature[] vectorFeatures)
          Write an array of VectorFeature objects in a particular format that depends on the specific format object.
 

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

Methods in org.gwtopenmaps.openlayers.client.layer that return VectorFeature
 VectorFeature Vector.getFeatureById(String id)
           
 VectorFeature[] Vector.getFeatures()
           
 VectorFeature[] Vector.getSelectedFeatures()
           
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type VectorFeature
 void Vector.addFeature(VectorFeature f)
           
 void Vector.addFeatures(VectorFeature[] features)
           
 void Vector.drawFeature(VectorFeature vector, Style style)
           
 void Vector.removeFeature(VectorFeature feature)
           
 

Uses of VectorFeature in org.gwtopenmaps.openlayers.client.protocol
 

Methods in org.gwtopenmaps.openlayers.client.protocol that return VectorFeature
 VectorFeature[] Response.getFeatures()
           
 



Copyright © 2010 sourceforge. All Rights Reserved.