org.gwtopenmaps.openlayers.client.format
Class WKT

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

public class WKT
extends VectorFormat

Brief explanation of Well Known Text (WKT) vector format here. Reference to WKT specification.

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
  WKT()
           
protected WKT(JSObject wktFormat)
           
 
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

WKT

protected WKT(JSObject wktFormat)

WKT

public WKT()


Copyright © 2011 sourceforge. All Rights Reserved.