|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VectorFeature in org.gwtopenmaps.demo.openlayers.client.examples.vector |
---|
Methods in org.gwtopenmaps.demo.openlayers.client.examples.vector with parameters of type VectorFeature | |
---|---|
protected void |
SelectFeatureExamples.report(VectorFeature vectorFeature,
String message)
|
protected void |
ModifyFeatureExample.report(VectorFeature vectorFeature,
String message)
|
protected void |
DragExample.report(VectorFeature vectorFeature,
String message,
Pixel pixel)
|
Uses of VectorFeature in org.gwtopenmaps.openlayers.client |
---|
Methods in org.gwtopenmaps.openlayers.client with parameters of type VectorFeature | |
---|---|
Style |
StyleMap.createSymbolizer(VectorFeature feature,
String renderIntent)
|
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 that return VectorFeature | |
---|---|
VectorFeature[] |
GetFeatureInfoListener.GetFeatureInfoEvent.getFeatures()
Get the features returned by the request If infoFormat was set to GML WmsGetFeatureInfo parses the result and populates an array with the returned features. |
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 | |
---|---|
VectorFeature |
VectorFeature.clone()
Create a clone of this vector feature. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |