org.gwtopenmaps.openlayers.client.format
Class GML3
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
org.gwtopenmaps.openlayers.client.format.Format
org.gwtopenmaps.openlayers.client.format.VectorFormat
org.gwtopenmaps.openlayers.client.format.GML3
public class GML3
- extends VectorFormat
Wraps OpenLayers.Format.GML.v3
Brief explanation of Geographic Markup Language (GML) vector format here.
Reference to GML specification. GML is OGC standard.
See http://www.ogc.org/
- Author:
- Edwin Commandeur - Atlis EJS, Mikael Couzic
Constructor Summary |
|
GML3(GML3Options options)
Unique constructor taking required options as a parameter. |
protected |
GML3(JSObject gmlFormat)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GML3
protected GML3(JSObject gmlFormat)
GML3
public GML3(GML3Options options)
- Unique constructor taking required options as a parameter.
- Parameters:
options
- required options
Copyright © 2011 sourceforge. All Rights Reserved.