org.gwtopenmaps.openlayers.client.format
Class GeoJSON

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

public class GeoJSON
extends VectorFormat

Brief explanation of GeoJSON vector format here. Reference to GeoJSON specification.

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
  GeoJSON()
           
protected GeoJSON(JSObject geoJSONFormat)
           
 
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

GeoJSON

protected GeoJSON(JSObject geoJSONFormat)

GeoJSON

public GeoJSON()


Copyright © 2011 sourceforge. All Rights Reserved.