org.gwtopenmaps.openlayers.client.control
Class ModifyFeatureOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client.control.ControlOptions
org.gwtopenmaps.openlayers.client.control.ModifyFeatureOptions
public class ModifyFeatureOptions
- extends ControlOptions
Options specific to Modify Feature Control.
- Author:
- Edwin Commandeur - Atlis EJS
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModifyFeatureOptions
public ModifyFeatureOptions()
setClickout
public void setClickout(boolean clickout)
setToggle
public void setToggle(boolean toggle)
setDeleteCodes
public void setDeleteCodes(int[] deleteCodes)
setMode
public void setMode(int mode)
setStandalone
public void setStandalone(boolean standalone)
onModificationStart
public void onModificationStart(ModifyFeature.OnModificationStartListener listener)
onModification
public void onModification(ModifyFeature.OnModificationListener listener)
onModificationEnd
public void onModificationEnd(ModifyFeature.OnModificationEndListener listener)
Copyright © 2011 sourceforge. All Rights Reserved.