|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client | |
---|---|
class |
Bounds
Represents a bounding box (or bounding rectangle). |
class |
Icon
|
class |
LonLat
Represents a longitude, latitude coordinate pair. |
class |
Map
The Map class is the hub of OpenLayers. |
class |
MapOptions
Map properties can be configurated by passing a MapOptions object to the MapWidget constructor. |
class |
Marker
|
class |
OpenLayersEObjectWrapper
Wrapper object for OpenLayer objects. |
class |
OpenLayersObjectWrapper
Wrapper object for OpenLayer objects. |
class |
Pixel
|
class |
Projection
From the OpenLayers API docs: Class for coordinate transforms between coordinate systems. |
class |
Size
OpenLayers BaseType representing a width/height pair. |
class |
StyleMap
StyleMap contais a set of tree styles default : the default style to render the feature select : the style to render the feature when it is selected temporary: style to render the feature when it is temporarily selected |
class |
ZIndexBase
Provides the base z-index for baselayers, overlays features, popups and controls. |
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.control |
---|
Subclasses of JSObjectWrapper 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 |
SnappingOptions
|
class |
SnappingTarget
|
class |
WMSGetFeatureInfo
|
class |
WMSGetFeatureInfoOptions
|
class |
ZoomBox
|
class |
ZoomBoxOptions
|
class |
ZoomIn
|
class |
ZoomOut
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.event |
---|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.feature |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.feature | |
---|---|
class |
Feature
|
class |
VectorFeature
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.filter |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.filter | |
---|---|
class |
FeatureIdFilter
|
class |
Filter
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.format |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.format | |
---|---|
class |
Format
Format objects provide support for reading and writing text and xml formats. |
class |
FormatOptions
|
class |
GeoJSON
Brief explanation of GeoJSON vector format here. |
class |
GML
GML parser and writer, supports simple features profile ONLY. |
class |
GML2
Wraps OpenLayers.Format.GML.v2 Brief explanation of Geographic Markup Language (GML) vector format here. |
class |
GML2Options
Properties to be initialized for any GML2 by passing this object to the constructor |
class |
GML3
Wraps OpenLayers.Format.GML.v3 Brief explanation of Geographic Markup Language (GML) vector format here. |
class |
GML3Options
Properties to be initialized for any GML3 by passing this object to the constructor |
class |
KML
Brief explanation of Keyhole Markup Language (KML) vector format here. |
class |
VectorFormat
Format objects provide support for reading and writing formats for representing vector features (or their geometries). |
class |
WKT
Brief explanation of Well Known Text (WKT) vector format here. |
class |
WKTOptions
|
class |
WMC
A platform-independent description of a map, that can be retrieved by a different client, to display that map in the second client. |
class |
WMCOptions
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.geometry |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.geometry | |
---|---|
class |
Collection
|
class |
Curve
|
class |
Geometry
|
class |
LinearRing
|
class |
LineString
|
class |
MultiLineString
|
class |
MultiPoint
|
class |
MultiPolygon
|
class |
Point
... |
class |
Polygon
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.handler |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.handler | |
---|---|
class |
BaseGeometryHandlerOptions
Base configuration options for PointHandler , PathHandler |
class |
Handler
|
class |
HandlerLayerOptions
|
class |
HandlerOptions
|
class |
PathHandler
|
class |
PathHandlerOptions
Options which control the behavior of the RegularPolygonHandler |
class |
PointHandler
|
class |
PolygonHandler
|
class |
RegularPolygonHandler
|
class |
RegularPolygonHandlerOptions
Options which control the behavior of the RegularPolygonHandler |
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.layer |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.layer | |
---|---|
class |
ArcGIS93Rest
|
class |
ArcGIS93RestOptions
|
class |
Boxes
Boxes is only maintained for backwards compatibility, as explained here. |
class |
BoxesMarkersOptions
|
class |
Canvas
comment: no such layer in OpenLayers 2.x |
class |
EventPaneOptions
|
class |
GMapType
|
class |
GMLOptions
|
class |
GMLParams
|
class |
Google
|
class |
GoogleOptions
|
class |
GridLayer
Wrapper of OpenLayers.Layer.Grid in OpenLayers. |
class |
GridLayerOptions
|
class |
HTTPRequestLayer
Wrapper of OpenLayers.Layer.HTTPRequest in OpenLayers. |
class |
HTTPRequestLayerOptions
|
class |
Image
Displays data from a web accessible image. |
class |
ImageOptions
See LayerOptions . |
class |
Layer
|
class |
LayerOptions
|
class |
Markers
Markers is the non-preferred way to create marker layers. |
class |
MarkersOptions
|
class |
OSM
The javascript implementation of the class OSM is defined in a small add-on javascript library for OpenStreetMap. |
class |
OSMOptions
|
class |
Params
|
class |
RendererOptions
|
class |
TMS
|
class |
TMSOptions
|
class |
Vector
|
class |
VectorOptions
Convenience class exposing options that are valid for a vector layer. |
class |
VirtualEarth
|
class |
VirtualEarthOption
|
class |
WFS
For displaying FeatureCollection data requested from a Web Feature Service (WFS) server. |
class |
WFSOptions
|
class |
WFSParams
The WFSParams correspond with parameters that can be specified in the WFS request. |
class |
WMS
|
class |
WMSOptions
|
class |
WMSParams
The WMSParams correspond with parameters that can be specified in the WMS request. |
class |
XYZ
Wrapper for OpenLayers.Layer.XYZ which is typically used to add an ESRI Cached Map Service. |
class |
XYZOptions
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.marker |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.marker | |
---|---|
class |
Box
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.popup |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.popup | |
---|---|
class |
Anchored
|
class |
AnchoredBubble
|
class |
Framed
|
class |
FramedCloud
|
class |
Popup
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.protocol |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.protocol | |
---|---|
class |
CRUDOptions
The abstract class for all option objects passed to CRUD protocol methods (Create, Read, Update and Delete). |
class |
HTTPProtocol
|
class |
HTTPProtocolCRUDOptions
|
class |
HTTPProtocolOptions
|
class |
Protocol
Protocol abstract base class |
class |
ProtocolOptions
ProtocolOptions base class |
class |
Response
A wrapper for the response object returned by any CRUD action performed by the protocol. |
class |
WFSProtocol
WFS Protocol for Vector Layers - intentionally deviates from OpenLayers name. |
class |
WFSProtocolCRUDOptions
The options object to be passed to CRUD methods of WFSProtocol. |
class |
WFSProtocolOptions
WFSProtocolOptions |
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.strategy |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.strategy | |
---|---|
class |
BBoxStrategy
|
class |
FixedStrategy
|
class |
FixedStrategyOptions
|
class |
PagingStrategy
|
class |
RefreshStrategy
|
class |
SaveStrategy
|
class |
Strategy
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.style |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.style | |
---|---|
class |
Rule
|
class |
Style
|
class |
Symbolizer
|
class |
SymbolizerLine
|
class |
SymbolizerMap
|
class |
SymbolizerPoint
Create a symbolizer for rendering points |
class |
SymbolizerPolygon
|
class |
SymbolizerRaster
|
class |
SymbolizerText
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.symbolizer |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.symbolizer | |
---|---|
class |
LineSymbolizer
|
class |
LineSymbolizerOptions
|
class |
SymbolizerOptions
|
class |
TextSymbolizer
|
class |
TextSymbolizerOptions
|
Uses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.util |
---|
Subclasses of JSObjectWrapper in org.gwtopenmaps.openlayers.client.util | |
---|---|
class |
Attributes
Class to hold arbitrary attributes. |
class |
JArrayBase
Base class for classes wrapping Javascript arrays. |
class |
JBoolean
|
class |
JDoubleArray
|
class |
JFloatArray
For incoming Arrays it is also possible to use JsArrayNumber that is default in GWT. |
class |
JIntArray
|
class |
JObjectArray
Wraps a Javascript array that contains "non-basic type" of elements or elements of mixed type. |
class |
JStringArray
|
class |
RegExp
Wrapper for the JavaScript RegExp object. |
Constructors in org.gwtopenmaps.openlayers.client.util with parameters of type JSObjectWrapper | |
---|---|
JObjectArray(JSObjectWrapper[] array)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |