org.gwtopenmaps.openlayers.client.control
Class WMSGetFeatureInfoOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.control.WMSGetFeatureInfoOptions

public class WMSGetFeatureInfoOptions
extends JSObjectWrapper

Author:
Dave Potts

Constructor Summary
  WMSGetFeatureInfoOptions()
           
protected WMSGetFeatureInfoOptions(JSObject jsObject)
           
 
Method Summary
 boolean getHover()
           
 int getMaxFeatures()
           
 void setHover(boolean hover)
           
 void setInfoFormat(String infoFormat)
          defaults to 'text/html'
 void setMaxFeaturess(int maxFeatures)
           
 void setQueryVisible(Boolean qvis)
           
 void setTitle(String title)
           
 void setURL(String url)
           
 
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

WMSGetFeatureInfoOptions

protected WMSGetFeatureInfoOptions(JSObject jsObject)

WMSGetFeatureInfoOptions

public WMSGetFeatureInfoOptions()
Method Detail

setHover

public void setHover(boolean hover)

getHover

public boolean getHover()

setMaxFeaturess

public void setMaxFeaturess(int maxFeatures)

getMaxFeatures

public int getMaxFeatures()

setURL

public void setURL(String url)

setTitle

public void setTitle(String title)

setQueryVisible

public void setQueryVisible(Boolean qvis)

setInfoFormat

public void setInfoFormat(String infoFormat)
defaults to 'text/html'



Copyright © 2010 sourceforge. All Rights Reserved.