public class OpenLayers
extends org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
| Modifier | Constructor and Description |
|---|---|
protected |
OpenLayers(org.gwtopenmaps.openlayers.client.util.JSObject openLayersObject) |
| Modifier and Type | Method and Description |
|---|---|
static org.gwtopenmaps.openlayers.client.layer.Layer |
createInteractiveCatchLayer(String serverWMSpath,
String serverWFSpath,
String workspaceCountries,
String layerNameCountries,
String workspaceCatches,
String layerNameCatches,
String slidebarID,
String dateColumnName,
int startYear,
int endYear) |
static org.gwtopenmaps.openlayers.client.layer.Layer |
createInteractiveFilterLayerWFS(String serverWfspath,
String workspace,
String layerName,
String slidebarID,
String dateColumnName,
Date startDate,
Date endDate) |
static org.gwtopenmaps.openlayers.client.layer.Layer |
createInteractiveFilterLayerWMS(String serverWmspath,
String workspace,
String layerName,
String slidebarID,
String dateColumnName,
Date startDate,
Date endDate)
creates an empty layer with some controls on top !
|
static org.gwtopenmaps.openlayers.client.control.Control |
createWFSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
String visualisationTypes) |
static org.gwtopenmaps.openlayers.client.control.Control |
createWMSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
String visualisationTypes) |
getListeners, narrowToOpenLayersEObjectWrapper, removeListenergetClassName, getEvents, narrowToOpenLayersObjectWrapperprotected OpenLayers(org.gwtopenmaps.openlayers.client.util.JSObject openLayersObject)
public static org.gwtopenmaps.openlayers.client.layer.Layer createInteractiveFilterLayerWMS(String serverWmspath, String workspace, String layerName, String slidebarID, String dateColumnName, Date startDate, Date endDate)
serverWmspath - the geoserver urlworkspace - the workspace within the layer resideslayerName - the layer nameslidebarID - an ID (html) for the slidebar of the layer (it could be same as the layer name)dateColumnName - the Date field name of the layer by which the time filtering will be done.startDate - a "from" date as earlier limit for the filtering sliderendDate - a "to" date as the upper limit for the filtering sliderpublic static org.gwtopenmaps.openlayers.client.control.Control createWMSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
String visualisationTypes)
public static org.gwtopenmaps.openlayers.client.layer.Layer createInteractiveFilterLayerWFS(String serverWfspath, String workspace, String layerName, String slidebarID, String dateColumnName, Date startDate, Date endDate)
public static org.gwtopenmaps.openlayers.client.control.Control createWFSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
String visualisationTypes)
public static org.gwtopenmaps.openlayers.client.layer.Layer createInteractiveCatchLayer(String serverWMSpath, String serverWFSpath, String workspaceCountries, String layerNameCountries, String workspaceCatches, String layerNameCatches, String slidebarID, String dateColumnName, int startYear, int endYear)
Copyright © 2015. All Rights Reserved.