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

org.gwtopenmaps.openlayers.client.protocol.WFSProtocolCRUDOptions Maven / Gradle / Ivy

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

/**
 * The options object to be passed to CRUD methods of WFSProtocol.
 * The callback is necessary, therefore the public constructor forces its use.
 * 
 * @author Mikael Couzic
 */
public class WFSProtocolCRUDOptions extends CRUDOptions{
	
	public WFSProtocolCRUDOptions(Callback callback){
		super(WFSProtocolCRUDOptionsImpl.create(callback));
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy