org.gwtopenmaps.openlayers.client.format
Class GML

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.GML

public class GML
extends VectorFormat

GML parser and writer, supports simple features profile ONLY. Wraps OpenLayers.Format.GML

Author:
Mikael Couzic

Constructor Summary
  GML()
           
protected GML(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

GML

protected GML(JSObject gmlFormat)

GML

public GML()


Copyright © 2011 sourceforge. All Rights Reserved.