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

org.gwtopenmaps.openlayers.client.format.GML Maven / Gradle / Ivy

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

import org.gwtopenmaps.openlayers.client.util.JSObject;

/**
 * GML parser and writer, supports simple features profile ONLY.
 * Wraps OpenLayers.Format.GML
 * 
 * @author Mikael Couzic
 */
public class GML extends VectorFormat {

	protected GML(JSObject gmlFormat){
		super(gmlFormat);
	}

	public GML(){
		this(GMLImpl.create());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy