org.gwtopenmaps.openlayers.client.layer
Class Params

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.layer.Params
Direct Known Subclasses:
GMLParams, WFSParams, WMSParams

public abstract class Params
extends JSObjectWrapper


Constructor Summary
protected Params(JSObject jsObject)
           
 
Method Summary
 void setParameter(String name, String value)
          For generically setting parameters on Params objects.
 
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

Params

protected Params(JSObject jsObject)
Method Detail

setParameter

public void setParameter(String name,
                         String value)
For generically setting parameters on Params objects. Can be used to set vendor specific parameters, such as as paramaters that are added to a WMS request, but that are not part of the WMS standard, but that are supported by a specific product.

Parameters:
name -
value -


Copyright © 2011 sourceforge. All Rights Reserved.