All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.control.DeleteFeature Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.control;

import org.gwtopenmaps.openlayers.client.control.Control;
import org.gwtopenmaps.openlayers.client.layer.Vector;
import org.gwtopenmaps.openlayers.client.util.JSObject;

/**
 * 
 * @author Maciej Jezierski - Pinocchio
 * Download plugin OpenLayers.Control.DeleteFeature from internet
 * or use plugin from repository
 *
 */
public class DeleteFeature extends Control {

	public DeleteFeature(JSObject element) {
		super(element);
	}
	
	public DeleteFeature(Vector vector) {
		this(DeleteFeatureImpl.create(vector.getJSObject()));
	}

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy