org.gwtopenmaps.openlayers.client.layer
Class Params
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.layer.Params
- Direct Known Subclasses:
- GMLParams, WFSParams, WMSParams
public abstract class Params
- extends JSObjectWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Params
protected Params(JSObject jsObject)
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.