org.visualisation.client
Class OpenLayers

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.visualisation.client.OpenLayers

public class OpenLayers
extends org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper


Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
protected OpenLayers(org.gwtopenmaps.openlayers.client.util.JSObject openLayersObject)
           
 
Method Summary
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)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
getListeners, narrowToOpenLayersEObjectWrapper, removeListener
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
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

OpenLayers

protected OpenLayers(org.gwtopenmaps.openlayers.client.util.JSObject openLayersObject)
Method Detail

createInteractiveFilterLayerWMS

public 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 !

Parameters:
serverWmspath - the geoserver url
workspace - the workspace within the layer resides
layerName - the layer name
slidebarID - 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 slider
endDate - a "to" date as the upper limit for the filtering slider
Returns:
org.gwtopenmaps.openlayers.client.layer.Layer

createWMSFeatureControl

public static org.gwtopenmaps.openlayers.client.control.Control createWMSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
                                                                                        String visualisationTypes)

createInteractiveFilterLayerWFS

public static org.gwtopenmaps.openlayers.client.layer.Layer createInteractiveFilterLayerWFS(String serverWfspath,
                                                                                            String workspace,
                                                                                            String layerName,
                                                                                            String slidebarID,
                                                                                            String dateColumnName,
                                                                                            Date startDate,
                                                                                            Date endDate)

createWFSFeatureControl

public static org.gwtopenmaps.openlayers.client.control.Control createWFSFeatureControl(org.gwtopenmaps.openlayers.client.layer.Layer layer,
                                                                                        String visualisationTypes)

createInteractiveCatchLayer

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 © 2013. All Rights Reserved.