Class MapArea.WmsDetails
- java.lang.Object
-
- uk.ac.rdg.resc.godiva.client.widgets.MapArea.WmsDetails
-
-
Field Summary
Fields Modifier and Type Field Description boolean
downloadable
boolean
multipleElevations
boolean
multipleTimes
org.gwtopenmaps.openlayers.client.layer.WMSParams
params
boolean
queryable
org.gwtopenmaps.openlayers.client.layer.WMS
wms
String
wmsUrl
-
Constructor Summary
Constructors Constructor Description WmsDetails(String wmsUrl, org.gwtopenmaps.openlayers.client.layer.WMS wms, org.gwtopenmaps.openlayers.client.layer.WMSParams wmsParameters, boolean queryable, boolean downloadable, boolean multipleElevations, boolean multipleTimes)
-
-
-
Field Detail
-
wmsUrl
public String wmsUrl
-
wms
public final org.gwtopenmaps.openlayers.client.layer.WMS wms
-
params
public final org.gwtopenmaps.openlayers.client.layer.WMSParams params
-
queryable
public final boolean queryable
-
downloadable
public final boolean downloadable
-
multipleElevations
public final boolean multipleElevations
-
multipleTimes
public final boolean multipleTimes
-
-
Constructor Detail
-
WmsDetails
public WmsDetails(String wmsUrl, org.gwtopenmaps.openlayers.client.layer.WMS wms, org.gwtopenmaps.openlayers.client.layer.WMSParams wmsParameters, boolean queryable, boolean downloadable, boolean multipleElevations, boolean multipleTimes)
-
-