org.gwtopenmaps.openlayers.client.format
Class FormatOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.format.FormatOptions
Direct Known Subclasses:
WKTOptions, WMCOptions

public class FormatOptions
extends JSObjectWrapper

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
  FormatOptions()
           
protected FormatOptions(JSObject jsObject)
           
 
Method Summary
 void setExternalProjection(Projection projection)
           
 void setInternalProjection(Projection projection)
           
 
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

FormatOptions

protected FormatOptions(JSObject jsObject)

FormatOptions

public FormatOptions()
Method Detail

setInternalProjection

public void setInternalProjection(Projection projection)
Parameters:
projection -

setExternalProjection

public void setExternalProjection(Projection projection)
Parameters:
projection -


Copyright © 2011 sourceforge. All Rights Reserved.