org.gwtopenmaps.openlayers.client.format
Class FormatImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.format.FormatImpl

public class FormatImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
FormatImpl()
           
 
Method Summary
static JSObject read(JSObject format, String input)
           
static JSObject read(JSObject format, String input, JSObject options)
           
static String write(JSObject format, JSObject object)
           
static String writeArray(JSObject format, JSObject array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatImpl

public FormatImpl()
Method Detail

read

public static JSObject read(JSObject format,
                            String input)

read

public static JSObject read(JSObject format,
                            String input,
                            JSObject options)

write

public static String write(JSObject format,
                           JSObject object)

writeArray

public static String writeArray(JSObject format,
                                JSObject array)


Copyright © 2011 sourceforge. All Rights Reserved.