Uses of Class
org.gwtopenmaps.openlayers.client.layer.Layer

Packages that use Layer
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.layer   
 

Uses of Layer in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return Layer
 Layer Map.getLayer(String id)
          Get a layer based on the id assigned by OpenLayers.
 Layer Map.getLayerByName(String name)
          This is not an OpenLayers native function.
 Layer[] Map.getLayers()
           
 Layer[] Map.getLayersByName(String name)
           
 

Methods in org.gwtopenmaps.openlayers.client with parameters of type Layer
 void Map.addLayer(Layer layer)
           
 void Map.addLayers(Layer[] layers)
           
 int Map.getLayerIndex(Layer layer)
           
 void Map.raiseLayer(Layer layer, int delta)
           
 void Map.removeLayer(Layer layer)
           
 void Map.removeLayer(Layer layer, boolean setNewBaseLayer)
           
 void Map.setBaseLayer(Layer newBaseLayer)
           
 void Map.setLayerIndex(Layer layer, int index)
           
 void Map.setLayerZIndex(Layer layer, int zIdx)
          Method: setLayerZIndex Parameters: layer - {} zIdx - {int}
 

Uses of Layer in org.gwtopenmaps.openlayers.client.control
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type Layer
 void OverviewMapOptions.setLayers(Layer[] layers)
          If no layers are set at the construction of the OverviewMap control then the base layer of the map to which the OverviewMap control instance is added is used as layer in the overviewmap.
 

Uses of Layer in org.gwtopenmaps.openlayers.client.layer
 

Subclasses of Layer in org.gwtopenmaps.openlayers.client.layer
 class ArcGIS93Rest
           
 class Boxes
           Boxes is only maintained for backwards compatibility, as explained here.
 class Canvas
          comment: no such layer in OpenLayers 2.x
 class GML
           
 class Google
           
 class GridLayer
          Wrapper of OpenLayers.Layer.Grid in OpenLayers.
 class HTTPRequestLayer
          Wrapper of OpenLayers.Layer.HTTPRequest in OpenLayers.
 class Image
          Displays data from a web accessible image.
 class Markers
           Markers is the non-preferred way to create marker layers.
 class OSM
          The javascript implementation of the class OSM is defined in a small add-on javascript library for OpenStreetMap.
 class TMS
           
 class Vector
           
 class VirtualEarth
           
 class WFS
          For displaying FeatureCollection data requested from a Web Feature Service (WFS) server.
 class WMS
           
 class XYZ
          Wrapper for OpenLayers.Layer.XYZ which is typically used to add an ESRI Cached Map Service.
 

Methods in org.gwtopenmaps.openlayers.client.layer that return Layer
static Layer Layer.narrowToLayer(JSObject layer)
           
 



Copyright © 2011 sourceforge. All Rights Reserved.