org.gwtopenmaps.openlayers.client.format
Class GML3

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

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.