org.gwtopenmaps.openlayers.client.format
Class GML2

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.format.Format
              extended by org.gwtopenmaps.openlayers.client.format.VectorFormat
                  extended by org.gwtopenmaps.openlayers.client.format.GML2

public class GML2
extends VectorFormat

Wraps OpenLayers.Format.GML.v2 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
  GML2(GML2Options options)
          Unique constructor taking required options as a parameter.
protected GML2(JSObject gmlFormat)
           
 
Method Summary
 
Methods inherited from class org.gwtopenmaps.openlayers.client.format.VectorFormat
read, write, write
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GML2

protected GML2(JSObject gmlFormat)

GML2

public GML2(GML2Options options)
Unique constructor taking required options as a parameter.

Parameters:
options - required options


Copyright © 2011 sourceforge. All Rights Reserved.