Uses of Class
org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper

Packages that use OpenLayersEObjectWrapper
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.layer   
org.gwtopenmaps.openlayers.client.marker   
 

Uses of OpenLayersEObjectWrapper in org.gwtopenmaps.openlayers.client
 

Subclasses of OpenLayersEObjectWrapper in org.gwtopenmaps.openlayers.client
 class Map
           The Map class is the hub of OpenLayers.
 class Marker
           
 

Methods in org.gwtopenmaps.openlayers.client that return OpenLayersEObjectWrapper
static OpenLayersEObjectWrapper OpenLayersEObjectWrapper.narrowToOpenLayersEObjectWrapper(JSObject element)
           
 

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

Subclasses of OpenLayersEObjectWrapper in org.gwtopenmaps.openlayers.client.control
 class ArgParser
          Parses arguments passed to the url at which the application is located.
 class ArgParserOptions
           
 class Attribution
          Must be activated on the map to show attributions that can be set on layers.
 class AttributionOptions
           
 class Control
           
 class ControlOptions
          Options specific to Control widgets.
 class DeleteFeature
           
 class DragFeature
          This control is used to handle drag and drop of the vector features of a layer.
 class DragFeatureOptions
          Options for the DragFeature.
 class DragPan
          DragPan control wrapper.
 class DrawFeature
          Don't be suprised by the following: Upon activating the DrawFeature tool it creates an extra layer that is used by the handler (the name of this layer reflects this).
 class DrawFeatureOptions
           
 class EditingToolbar
           
 class EditingToolbarOptions
           
 class GetFeature
          GetFeature implementation that gets Vector Features use WFS
 class GetFeatureOptions
           
 class Graticule
           
 class GraticuleOptions
           
 class LayerSwitcher
           
 class LayerSwitcherOptions
           
 class Measure
           
 class MeasureOptions
           
 class ModifyFeature
           
 class ModifyFeatureOptions
          Options specific to Modify Feature Control.
 class MouseDefaults
           
 class MouseDefaultsOptions
          Options specific to MouseDefaults Control.
 class MousePosition
          Displays the geographic coordinates of the position of the mouse cursor.
 class MousePositionOptions
          See MousePosition.
 class MouseToolbar
          Deprecated. This class will be removed in OpenLayers 3.0, use NavToolbar instead
 class MouseToolbarOptions
           
 class Navigation
          This control is added to OpenLayers maps by default.
 class NavigationHistory
           
 class NavigationHistoryOptions
           
 class NavigationOptions
           
 class NavToolbar
          Access the openlayers navtoolbar control.
 class NavToolbarOptions
           
 class OverviewMap
           
 class OverviewMapOptions
           
 class Panel
           
 class PanelOptions
          Options specific to Panel Control.
 class PanZoom
          Pan and Zoom control.
 class PanZoomBar
           
 class PanZoomBarOptions
           
 class PanZoomOptions
           
 class Scale
           
 class ScaleLine
          Displays a line indicator representing the map scale for the state of the map.
 class ScaleLineOptions
          Set topInUnits and topOutUnits to an empty String to hide top units and set bottomInUnits and bottomOutUnits to an empty String to hide bottom units.
 class ScaleOptions
           
 class SelectFeature
          When activated, selects features on click by default.
 class SelectFeatureOptions
          See SelectFeature.
 class Snapping
           
 class SnappingTarget
           
 class WMSGetFeatureInfo
           
 class ZoomBox
           
 class ZoomBoxOptions
           
 class ZoomIn
           
 class ZoomOut
           
 

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

Subclasses of OpenLayersEObjectWrapper 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 Layer
           
 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.
 

Uses of OpenLayersEObjectWrapper in org.gwtopenmaps.openlayers.client.marker
 

Subclasses of OpenLayersEObjectWrapper in org.gwtopenmaps.openlayers.client.marker
 class Box
           
 



Copyright © 2011 sourceforge. All Rights Reserved.