Uses of Class
org.gwtopenmaps.openlayers.client.util.JSObject

Packages that use JSObject
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.event   
org.gwtopenmaps.openlayers.client.feature   
org.gwtopenmaps.openlayers.client.filter   
org.gwtopenmaps.openlayers.client.format   
org.gwtopenmaps.openlayers.client.geometry   
org.gwtopenmaps.openlayers.client.handler   
org.gwtopenmaps.openlayers.client.layer   
org.gwtopenmaps.openlayers.client.marker   
org.gwtopenmaps.openlayers.client.popup   
org.gwtopenmaps.openlayers.client.protocol   
org.gwtopenmaps.openlayers.client.strategy   
org.gwtopenmaps.openlayers.client.style   
org.gwtopenmaps.openlayers.client.util   
 

Uses of JSObject in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return JSObject
static JSObject StyleMapImpl.create()
          Creates a StyleMap JSObject with the default properties
static JSObject StyleImpl.create()
           
static JSObject StyleMapImpl.create(JSObject style)
           
static JSObject StyleMapImpl.create(JSObject defaultStyle, JSObject selectStyle, JSObject temporaryStyle)
           
static JSObject StyleImpl.create(String string)
           
static JSObject ProjectionImpl.create(String projection)
           
 

Methods in org.gwtopenmaps.openlayers.client with parameters of type JSObject
static JSObject StyleMapImpl.create(JSObject style)
           
static JSObject StyleMapImpl.create(JSObject defaultStyle, JSObject selectStyle, JSObject temporaryStyle)
           
static String StyleImpl.getBackgroundGraphic(JSObject self)
           
static int StyleImpl.getBackgroundGraphicZIndex(JSObject self)
           
static int StyleImpl.getBackgroundHeight(JSObject self)
           
static int StyleImpl.getBackgroundWidth(JSObject self)
           
static String StyleImpl.getCursor(JSObject self)
           
static String StyleImpl.getExternalGraphic(JSObject self)
           
static boolean StyleImpl.getFill(JSObject self)
           
static double StyleImpl.getFillOpacity(JSObject self)
           
static String StyleImpl.getFontColor(JSObject self)
           
static String StyleImpl.getFontFamily(JSObject self)
           
static String StyleImpl.getFontSize(JSObject self)
           
static String StyleImpl.getFontWeight(JSObject self)
           
static boolean StyleImpl.getGraphic(JSObject self)
           
static int StyleImpl.getGraphicHeight(JSObject self)
           
static String StyleImpl.getGraphicName(JSObject self)
           
static String StyleImpl.getGraphicTitle(JSObject object)
           
static int StyleImpl.getGraphicWidth(JSObject self)
           
static int StyleImpl.getGraphicZIndex(JSObject self)
           
static String StyleImpl.getLabel(JSObject self)
           
static String StyleImpl.getLabelAlign(JSObject self)
           
static double StyleImpl.getPointRadiusAsDouble(JSObject self)
           
static String StyleImpl.getPointRadiusAsString(JSObject self)
           
static String ProjectionImpl.getProjectionCode(JSObject self)
           
static boolean StyleImpl.getStroke(JSObject self)
           
static String StyleImpl.getStrokeColor(JSObject self)
           
static String StyleImpl.getStrokeDashstyle(JSObject self)
           
static String StyleImpl.getStrokeLinecap(JSObject self)
           
static double StyleImpl.getStrokeOpacity(JSObject self)
           
static double StyleImpl.getStrokeWidth(JSObject self)
           
static Bounds Bounds.narrowToBounds(JSObject element)
           
static Icon Icon.narrowToIcon(JSObject element)
           
static LonLat LonLat.narrowToLonLat(JSObject element)
           
static Map Map.narrowToMap(JSObject object)
           
static Marker Marker.narrowToMarker(JSObject element)
           
static OpenLayersEObjectWrapper OpenLayersEObjectWrapper.narrowToOpenLayersEObjectWrapper(JSObject element)
           
static OpenLayersObjectWrapper OpenLayersObjectWrapper.narrowToOpenLayersObjectWrapper(JSObject element)
           
static Pixel Pixel.narrowToPixel(JSObject element)
           
static Size Size.narrowToSize(JSObject size)
           
static void StyleImpl.setBackgroundGraphic(JSObject self, String backgroundGraphic)
           
static void StyleImpl.setBackgroundGraphicSize(JSObject self, int backgroundWidth, int backgroundHeight)
           
static void StyleImpl.setBackgroundGraphicZIndex(JSObject self, int backgroundGraphicZIndex)
           
static void StyleImpl.setBackgroundHeight(JSObject self, int backgroundHeight)
           
static void StyleImpl.setBackgroundOffset(JSObject self, int backgroundXOffset, int backgroundYOffset)
           
static void StyleImpl.setBackgroundWidth(JSObject self, int backgroundWidth)
           
static void StyleImpl.setCursor(JSObject self, String cursor)
           
static void StyleImpl.setExternalGraphic(JSObject self, String graphicURL)
           
static void StyleImpl.setFill(JSObject self, boolean fill)
           
static void StyleImpl.setFillOpacity(JSObject self, double o)
           
static void StyleImpl.setFontColor(JSObject self, String fontColor)
           
static void StyleImpl.setFontFamily(JSObject self, String fontFamily)
           
static void StyleImpl.setFontSize(JSObject self, String fontSize)
           
static void StyleImpl.setFontWeight(JSObject self, String fontWeight)
           
static void StyleImpl.setGraphic(JSObject self, boolean graphic)
           
static void StyleImpl.setGraphicName(JSObject self, String graphicName)
           
static void StyleImpl.setGraphicOffset(JSObject self, int xOffset, int yOffset)
           
static void StyleImpl.setGraphicSize(JSObject self, int width, int height)
           
static void StyleImpl.setGraphicTitle(JSObject self, String graphicTitle)
           
static void StyleImpl.setGraphicZIndex(JSObject self, int graphicZIndex)
           
static void StyleImpl.setLabel(JSObject self, String label)
           
static void StyleImpl.setLabelAlign(JSObject self, String labelAlign)
           
static void StyleImpl.setPointRadius(JSObject self, double o)
           
static void StyleImpl.setPointRadius(JSObject self, String o)
           
static void StyleImpl.setStroke(JSObject self, boolean stroke)
           
static void StyleImpl.setStrokeColor(JSObject self, String s)
           
static void StyleImpl.setStrokeDashstyle(JSObject self, String strokeDashstyle)
           
static void StyleImpl.setStrokeLinecap(JSObject self, String strokeLinecap)
           
static void StyleImpl.setStrokeOpacity(JSObject self, double strokeOpacity)
           
static void StyleImpl.setStrokeWidth(JSObject self, double w)
           
 

Constructors in org.gwtopenmaps.openlayers.client with parameters of type JSObject
Bounds(JSObject element)
           
Icon(JSObject element)
           
LonLat(JSObject element)
           
Map(JSObject e)
           
MapOptions(JSObject jsObject)
           
Marker(JSObject element)
           
OpenLayersEObjectWrapper(JSObject openLayersObject)
           
OpenLayersObjectWrapper(JSObject openLayersObject)
           
Pixel(JSObject element)
           
Projection(JSObject element)
           
Rule(JSObject openLayersObject)
           
Size(JSObject size)
           
Style(JSObject element)
           
StyleMap(JSObject openLayersObject)
           
ZIndexBase(JSObject jsObject)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.control that return JSObject
static JSObject ZoomOutImpl.create()
           
static JSObject ZoomInImpl.create()
           
static JSObject ZoomBoxImpl.create()
           
static JSObject WMSGetFeatureInfoImpl.create()
           
static JSObject ScaleLineImpl.create()
           
static JSObject OverviewMapImpl.create()
           
static JSObject NavToolbarImpl.create()
           
static JSObject GetFeatureImpl.create()
           
static JSObject ZoomBoxImpl.create(JSObject options)
           
static JSObject WMSGetFeatureInfoImpl.create(JSObject o)
           
static JSObject ScaleLineImpl.create(JSObject options)
           
static JSObject OverviewMapImpl.create(JSObject params)
           
static JSObject NavToolbarImpl.create(JSObject options)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer)
           
static JSObject MeasureImpl.create(JSObject handler)
           
static JSObject GetFeatureImpl.create(JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject MeasureImpl.create(JSObject handler, JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject DragFeatureImpl.createDragCallback(DragFeature.DragFeatureListener listener)
           
static JSObject ModifyFeatureImpl.createOnModificationCallback(ModifyFeature.OnModificationListener listener)
           
static JSObject ModifyFeatureImpl.createOnModificationEndCallback(ModifyFeature.OnModificationEndListener listener)
           
static JSObject ModifyFeatureImpl.createOnModificationStartCallback(ModifyFeature.OnModificationStartListener listener)
           
static JSObject GetFeatureImpl.getBounds(JSObject self)
           
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type JSObject
static JSObject ZoomBoxImpl.create(JSObject options)
           
static JSObject WMSGetFeatureInfoImpl.create(JSObject o)
           
static JSObject ScaleLineImpl.create(JSObject options)
           
static JSObject OverviewMapImpl.create(JSObject params)
           
static JSObject NavToolbarImpl.create(JSObject options)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer)
           
static JSObject MeasureImpl.create(JSObject handler)
           
static JSObject GetFeatureImpl.create(JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject MeasureImpl.create(JSObject handler, JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject GetFeatureImpl.getBounds(JSObject self)
           
static Control Control.narrowToControl(JSObject object)
           
static GetFeature GetFeature.narrowToGetFeature(JSObject getFeature)
           
static Measure Measure.narrowToMeasure(JSObject element)
           
static WMSGetFeatureInfo WMSGetFeatureInfo.narrowToWMSGetFeatureInfo(JSObject object)
           
static void GetFeatureImpl.selectBox(JSObject self, JSObject bounds)
           
static void MeasureImpl.setPersist(JSObject self, boolean persist)
           
static void GetFeatureImpl.unselectAll(JSObject self)
           
 

Constructors in org.gwtopenmaps.openlayers.client.control with parameters of type JSObject
ArgParser(JSObject element)
           
Attribution(JSObject element)
           
Control(JSObject element)
           
ControlOptions(JSObject jsObject)
           
DragFeature(JSObject dragFeatureObj)
          Internal Constructor
DragPan(JSObject element)
           
DrawFeature(JSObject element)
           
EditingToolbar(JSObject element)
           
GetFeature(JSObject element)
           
LayerSwitcher(JSObject element)
           
Measure(JSObject element)
           
ModifyFeature(JSObject modifyFeature)
           
MouseDefaults(JSObject element)
           
MousePosition(JSObject element)
           
MouseToolbar(JSObject element)
          Deprecated.  
Navigation(JSObject element)
           
NavToolbar(JSObject element)
           
OverviewMap(JSObject element)
           
Panel(JSObject element)
           
PanZoom(JSObject element)
           
PanZoomBar(JSObject element)
           
Scale(JSObject element)
           
ScaleLine(JSObject element)
           
SelectFeature(JSObject element)
           
WMSGetFeatureInfo(JSObject wMSGetFeatureInfo)
           
WMSGetFeatureInfoOptions(JSObject jsObject)
           
ZoomBox(JSObject element)
           
ZoomIn(JSObject zoomIn)
           
ZoomOut(JSObject zoomOut)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.event
 

Methods in org.gwtopenmaps.openlayers.client.event that return JSObject
static JSObject EventHandlerImpl.createHandler(EventHandler self)
           
 JSObject EventObject.getElement()
           
 JSObject EventHandler.getJSObject()
           
 JSObject EventObject.getSourceJSObject()
           
 

Methods in org.gwtopenmaps.openlayers.client.event with parameters of type JSObject
static EventObject EventObject.narrowToEventObject(JSObject object)
           
static Events Events.narrowToEvents(JSObject element)
           
 

Constructors in org.gwtopenmaps.openlayers.client.event with parameters of type JSObject
BoxEvent(JSObject eventObject)
           
EventObject(JSObject eventObject)
           
Events(JSObject element)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.feature
 

Methods in org.gwtopenmaps.openlayers.client.feature that return JSObject
static JSObject VectorFeatureImpl.create(JSObject geometry)
           
static JSObject VectorFeatureImpl.create(JSObject geometry, JSObject style)
           
static JSObject FeatureImpl.createPopup(JSObject feature, boolean closeBox)
           
static JSObject FeatureImpl.getBounds(JSObject feature)
           
static JSObject FeatureImpl.getPopup(JSObject feature)
           
 

Methods in org.gwtopenmaps.openlayers.client.feature with parameters of type JSObject
static JSObject VectorFeatureImpl.create(JSObject geometry)
           
static JSObject VectorFeatureImpl.create(JSObject geometry, JSObject style)
           
static JSObject FeatureImpl.createPopup(JSObject feature, boolean closeBox)
           
static void FeatureImpl.destroy(JSObject self)
           
static JSObject FeatureImpl.getBounds(JSObject feature)
           
static String FeatureImpl.getFeatureId(JSObject self)
           
static String FeatureImpl.getFID(JSObject self)
           
static JSObject FeatureImpl.getPopup(JSObject feature)
           
static VectorFeature VectorFeature.narrowToVectorFeature(JSObject vectorFeature)
           
static void FeatureImpl.resetPopup(JSObject feature)
           
static void FeatureImpl.setPopup(JSObject feature, JSObject inputPopup)
           
static void FeatureImpl.setStyle(JSObject feature, JSObject newStyle)
           
 

Constructors in org.gwtopenmaps.openlayers.client.feature with parameters of type JSObject
Feature(JSObject element)
           
VectorFeature(JSObject vectorFeature)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.filter
 

Methods in org.gwtopenmaps.openlayers.client.filter that return JSObject
static JSObject FeatureIdFilterImpl.create(JSObject fids)
           
 

Methods in org.gwtopenmaps.openlayers.client.filter with parameters of type JSObject
static JSObject FeatureIdFilterImpl.create(JSObject fids)
           
 

Constructors in org.gwtopenmaps.openlayers.client.filter with parameters of type JSObject
Filter(JSObject filter)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.format
 

Methods in org.gwtopenmaps.openlayers.client.format that return JSObject
static JSObject WMCImpl.create()
           
static JSObject WKTImpl.create()
           
static JSObject KMLImpl.create()
           
static JSObject GMLImpl.create()
           
static JSObject GeoJSONImpl.create()
           
static JSObject GML3Impl.create(JSObject options)
           
static JSObject GML2Impl.create(JSObject options)
           
static JSObject KMLImpl.read(JSObject kmlFormat, String kmlString)
           
static JSObject FormatImpl.read(JSObject format, String input)
           
static JSObject FormatImpl.read(JSObject format, String input, JSObject options)
           
 

Methods in org.gwtopenmaps.openlayers.client.format with parameters of type JSObject
static JSObject GML3Impl.create(JSObject options)
           
static JSObject GML2Impl.create(JSObject options)
           
static JSObject KMLImpl.read(JSObject kmlFormat, String kmlString)
           
static JSObject FormatImpl.read(JSObject format, String input)
           
static JSObject FormatImpl.read(JSObject format, String input, JSObject options)
           
static String FormatImpl.write(JSObject format, JSObject object)
           
static String KMLImpl.write(JSObject kmlFormat, JSObject feature, boolean pretty)
           
static String FormatImpl.writeArray(JSObject format, JSObject array)
           
 

Constructors in org.gwtopenmaps.openlayers.client.format with parameters of type JSObject
Format(JSObject format)
           
FormatOptions(JSObject jsObject)
           
GeoJSON(JSObject geoJSONFormat)
           
GML(JSObject gmlFormat)
           
GML2(JSObject gmlFormat)
           
GML2Options(JSObject jsObject)
           
GML3(JSObject gmlFormat)
           
GML3Options(JSObject jsObject)
           
KML(JSObject kmlFormat)
           
VectorFormat(JSObject element)
           
WKT(JSObject wktFormat)
           
WMC(JSObject element)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.geometry
 

Methods in org.gwtopenmaps.openlayers.client.geometry that return JSObject
static JSObject PointImpl.create(double x, double y)
           
static JSObject PolygonImpl.create(JSObject rings)
           
static JSObject MultiPolygonImpl.create(JSObject polygons)
           
static JSObject LineStringImpl.create(JSObject points)
           
static JSObject LinearRingImpl.create(JSObject points)
           
static JSObject GeometryImpl.getBounds(JSObject geom)
           
 JSObject Collection.getComponent(int index)
           
static JSObject CollectionImpl.getComponent(JSObject self, int index)
           
 

Methods in org.gwtopenmaps.openlayers.client.geometry with parameters of type JSObject
static JSObject PolygonImpl.create(JSObject rings)
           
static JSObject MultiPolygonImpl.create(JSObject polygons)
           
static JSObject LineStringImpl.create(JSObject points)
           
static JSObject LinearRingImpl.create(JSObject points)
           
static void GeometryImpl.destroy(JSObject self)
           
static JSObject GeometryImpl.getBounds(JSObject geom)
           
static JSObject CollectionImpl.getComponent(JSObject self, int index)
           
static String PointImpl.getId(JSObject self)
           
static int CollectionImpl.getNumberOfComponents(JSObject self)
           
static double PointImpl.getX(JSObject self)
           
static double PointImpl.getY(JSObject self)
           
static Geometry Geometry.narrowToGeometry(JSObject element)
           
static LinearRing LinearRing.narrowToLinearRing(JSObject linearRing)
           
static LineString LineString.narrowToLineString(JSObject lineString)
           
static MultiPolygon MultiPolygon.narrowToMultiPolygon(JSObject multiPolygon)
           
static Point Point.narrowToPoint(JSObject point)
           
static Polygon Polygon.narrowToPolygon(JSObject polygon)
           
static void PointImpl.setX(JSObject self, double x)
           
static void PointImpl.setY(JSObject self, double y)
           
 

Constructors in org.gwtopenmaps.openlayers.client.geometry with parameters of type JSObject
Collection(JSObject element)
           
Curve(JSObject element)
           
Geometry(JSObject element)
           
LinearRing(JSObject linearRing)
           
LineString(JSObject element)
           
MultiPoint(JSObject element)
           
MultiPolygon(JSObject element)
           
Point(JSObject point)
           
Polygon(JSObject element)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.handler
 

Methods in org.gwtopenmaps.openlayers.client.handler that return JSObject
static JSObject RegularPolygonHandlerImpl.create()
           
 

Constructors in org.gwtopenmaps.openlayers.client.handler with parameters of type JSObject
BaseGeometryHandlerOptions(JSObject jsObject)
           
Handler(JSObject element)
           
HandlerLayerOptions(JSObject jsObject)
           
HandlerOptions(JSObject jsObject)
           
PathHandler(JSObject element)
           
PathHandlerOptions(JSObject jsObject)
           
PointHandler(JSObject element)
           
PolygonHandler(JSObject element)
           
RegularPolygonHandler(JSObject element)
           
RegularPolygonHandlerOptions(JSObject jsObject)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.layer that return JSObject
static JSObject ArcGIS93RestImpl.clone(JSObject arcGIS93Rest, JSObject obj)
           
static JSObject HTTPRequestLayerImpl.Clone(JSObject HTTPRequest, JSObject obj)
           
static JSObject BoxesImpl.create(String name)
           
static JSObject BoxesImpl.create(String name, JSObject options)
           
static JSObject HTTPRequestLayerImpl.create(String name, JSObject urls, JSObject params)
           
static JSObject ArcGIS93RestImpl.create(String name, JSObject urls, JSObject params)
           
static JSObject HTTPRequestLayerImpl.create(String name, JSObject urls, JSObject params, JSObject layerParams)
           
static JSObject ArcGIS93RestImpl.create(String name, JSObject urls, JSObject params, JSObject layerParams)
           
static JSObject TMSImpl.create(String name, String url, JSObject options)
           
static JSObject HTTPRequestLayerImpl.create(String name, String url, JSObject params)
           
static JSObject GridLayerImpl.create(String name, String url, JSObject params)
           
static JSObject ArcGIS93RestImpl.create(String name, String url, JSObject params)
           
static JSObject HTTPRequestLayerImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject GridLayerImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject ArcGIS93RestImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject OSMImpl.CycleMap(String name)
           
static JSObject OSMImpl.CycleMap(String name, JSObject params)
           
 JSObject VectorOptions.getRendererOptions()
           
 JSObject VectorOptions.getStyle(Style style)
           
 JSObject VectorOptions.getStyleMap()
           
static JSObject OSMImpl.Maplint(String name)
           
static JSObject OSMImpl.Maplint(String name, JSObject params)
           
static JSObject OSMImpl.Mapnik(String name)
           
static JSObject OSMImpl.Mapnik(String name, JSObject params)
           
static JSObject OSMImpl.Osmarender(String name)
           
static JSObject OSMImpl.Osmarender(String name, JSObject params)
           
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type JSObject
static void ArcGIS93RestImpl.addTile(JSObject arcGIS93Rest, JSObject bounds, JSObject position)
           
static void ArcGIS93RestImpl.clearLayerFilter(JSObject arcGIS93Rest, String id)
           
static JSObject ArcGIS93RestImpl.clone(JSObject arcGIS93Rest, JSObject obj)
           
static JSObject HTTPRequestLayerImpl.Clone(JSObject HTTPRequest, JSObject obj)
           
static JSObject BoxesImpl.create(String name, JSObject options)
           
static JSObject HTTPRequestLayerImpl.create(String name, JSObject urls, JSObject params)
           
static JSObject ArcGIS93RestImpl.create(String name, JSObject urls, JSObject params)
           
static JSObject HTTPRequestLayerImpl.create(String name, JSObject urls, JSObject params, JSObject layerParams)
           
static JSObject ArcGIS93RestImpl.create(String name, JSObject urls, JSObject params, JSObject layerParams)
           
static JSObject TMSImpl.create(String name, String url, JSObject options)
           
static JSObject HTTPRequestLayerImpl.create(String name, String url, JSObject params)
           
static JSObject GridLayerImpl.create(String name, String url, JSObject params)
           
static JSObject ArcGIS93RestImpl.create(String name, String url, JSObject params)
           
static JSObject HTTPRequestLayerImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject GridLayerImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject ArcGIS93RestImpl.create(String name, String url, JSObject params, JSObject options)
           
static JSObject OSMImpl.CycleMap(String name, JSObject params)
           
static void HTTPRequestLayerImpl.destroy(JSObject HTTPRequest)
           
static void ArcGIS93RestImpl.destroy(JSObject arcGIS93Rest)
           
static void BoxesImpl.drawMarker(JSObject box, Box marker)
           
static String HTTPRequestLayerImpl.getFullRequestString(JSObject HTTPRequest, JSObject newParams, String altUrl)
           
static int TMSImpl.getNumLoadingTiles(JSObject layer)
           
static int ArcGIS93RestImpl.getNumLoadingTiles(JSObject layer)
           
static String ArcGIS93RestImpl.getURL(JSObject arcGIS93Rest, JSObject bounds)
           
static JSObject OSMImpl.Maplint(String name, JSObject params)
           
static JSObject OSMImpl.Mapnik(String name, JSObject params)
           
static boolean HTTPRequestLayerImpl.mergeNewParams(JSObject HTTPRequest, JSObject params)
           
static boolean ArcGIS93RestImpl.mergeNewParams(JSObject arcGIS93Rest, JSObject params)
           
 ArcGIS93Rest ArcGIS93Rest.narrowToArcGIS93Rest(JSObject arcgis93Rest)
           
 Boxes Boxes.narrowToBoxes(JSObject boxes)
           
protected static GMapType GMapType.narrowToGMapType(JSObject element)
           
 Google Google.narrowToGoogle(JSObject google)
           
 GridLayer GridLayer.narrowToGridLayer(JSObject gridLayer)
           
 HTTPRequestLayer HTTPRequestLayer.narrowToHTTPRequestLayer(JSObject httpRequestLayer)
           
 Image Image.narrowToImage(JSObject imageLayer)
           
static Layer Layer.narrowToLayer(JSObject layer)
           
 Markers Markers.narrowToMarkers(JSObject markersLayer)
           
static Vector Vector.narrowToVector(JSObject vectorLayer)
           
static WMS WMS.narrowToWMS(JSObject wms)
           
 XYZ XYZ.narrowToXYZ(JSObject xyzLayer)
           
static JSObject OSMImpl.Osmarender(String name, JSObject params)
           
static void BoxesImpl.removeMarker(JSObject box, Box marker)
           
static String HTTPRequestLayerImpl.selectUrl(JSObject HTTPRequest, String paramString, String url)
           
static void GridLayerImpl.setBuffer(JSObject self, Integer buffer)
           
static void ArcGIS93RestImpl.setIsBaseLayer(JSObject self, boolean isBaseLayer)
           
static void ArcGIS93RestImpl.setLayerFilter(JSObject arcGIS93Rest, String id, String queryDef)
           
static void GridLayerImpl.setNumLoadingTiles(JSObject self, Integer numLoadingTiles)
           
static void GridLayerImpl.setRatio(JSObject self, float ratio)
           
static void GridLayerImpl.setSingleTile(JSObject self, boolean singleTile)
           
static void GridLayerImpl.setTitleSize(JSObject self, int tileSize)
           
static void HTTPRequestLayerImpl.setURL(JSObject HTTPRequest, String newUrl)
           
 

Constructors in org.gwtopenmaps.openlayers.client.layer with parameters of type JSObject
ArcGIS93Rest(JSObject element)
           
Boxes(JSObject boxes)
           
BoxesMarkersOptions(JSObject jsObject)
           
Canvas(JSObject element)
           
GMapType(JSObject element)
           
Google(JSObject element)
           
GridLayer(JSObject gridLayer)
           
HTTPRequestLayer(JSObject httpRequestLayer)
           
Image(JSObject imageLayer)
           
Layer(JSObject element)
           
LayerOptions(JSObject jsObject)
           
Markers(JSObject markersLayer)
           
MarkersOptions(JSObject jsObject)
           
OSM(JSObject element)
           
OSMOptions(JSObject jsObject)
           
Params(JSObject jsObject)
           
RendererOptions(JSObject element)
           
TMS(JSObject element)
           
Vector(JSObject vector)
           
WFS(JSObject element)
           
WFSParams(JSObject jsObject)
           
WMS(JSObject wms)
           
WMSParams(JSObject jsObject)
           
XYZ(JSObject xyzLayer)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.marker with parameters of type JSObject
static Box Box.narrowToBox(JSObject element)
           
 

Constructors in org.gwtopenmaps.openlayers.client.marker with parameters of type JSObject
Box(JSObject element)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.popup
 

Methods in org.gwtopenmaps.openlayers.client.popup that return JSObject
static JSObject FramedImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox)
           
static JSObject FramedCloudImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox)
           
 

Methods in org.gwtopenmaps.openlayers.client.popup with parameters of type JSObject
static JSObject FramedImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox)
           
static JSObject FramedCloudImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox)
           
static com.google.gwt.dom.client.Element FramedCloudImpl.getContentDiv(JSObject popup)
           
static Popup Popup.narrowToOpenLayersPopup(JSObject element)
           
 void Popup.CloseListener.onPopupClose(JSObject evt)
           
 

Constructors in org.gwtopenmaps.openlayers.client.popup with parameters of type JSObject
Anchored(JSObject element)
           
AnchoredBubble(JSObject element)
           
Framed(JSObject element)
           
FramedCloud(JSObject element)
           
Popup(JSObject element)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.protocol
 

Methods in org.gwtopenmaps.openlayers.client.protocol that return JSObject
static JSObject WFSProtocolCRUDOptionsImpl.create(CRUDOptions.Callback callback)
           
static JSObject WFSProtocolImpl.create(JSObject options)
           
static JSObject WFSProtocolImpl.create(JSObject layer, JSObject options)
           
static JSObject ResponseImpl.getFeatures(JSObject response)
           
 

Methods in org.gwtopenmaps.openlayers.client.protocol with parameters of type JSObject
static JSObject WFSProtocolImpl.create(JSObject options)
           
static JSObject WFSProtocolImpl.create(JSObject layer, JSObject options)
           
static JSObject ResponseImpl.getFeatures(JSObject response)
           
static Response Response.narrowToResponse(JSObject response)
           
static void WFSProtocolImpl.read(JSObject protocol, JSObject options)
           
 

Constructors in org.gwtopenmaps.openlayers.client.protocol with parameters of type JSObject
CRUDOptions(JSObject jsObject)
           
Protocol(JSObject protocol)
           
ProtocolOptions(JSObject jsObject)
           
Response(JSObject jsObject)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.strategy
 

Methods in org.gwtopenmaps.openlayers.client.strategy that return JSObject
static JSObject BBoxStrategyImpl.create()
           
 

Constructors in org.gwtopenmaps.openlayers.client.strategy with parameters of type JSObject
BBoxStrategy(JSObject strategy)
           
Strategy(JSObject strategy)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.style
 

Constructors in org.gwtopenmaps.openlayers.client.style with parameters of type JSObject
Symbolizer(JSObject jsObject)
           
SymbolizerMap(JSObject jsObject)
           
 

Uses of JSObject in org.gwtopenmaps.openlayers.client.util
 

Methods in org.gwtopenmaps.openlayers.client.util that return JSObject
static JSObject JSObjectHelper.createArray()
           
static JSObject JSObjectHelper.createFunction()
           
static JSObject JSObject.createJSArray()
           
static JSObject JSObject.createJSFunction()
           
static JSObject JSObject.createJSObject()
           
static JSObject JSObjectHelper.createObject()
           
 JSObject JSObject.ensureOpaqueArray()
          Checks whether the JSObject is a JavaScript Array by duck typing.
static JSObject JSObjectHelper.ensureOpaqueArray(JSObject object)
          Utility method for creating arguments to functions that take an array of objects.
 JSObject RegExp.exec(String str)
           
 JSObject JObjectArray.get(int index)
           
static JSObject ElementHelper.getElementsByTagName(com.google.gwt.user.client.Element parent, String tagName)
           
 JSObject JSObjectWrapper.getJSObject()
           
static JSObject JSObjectHelper.getProperty(JSObject object, String name)
           
 JSObject JSObject.getProperty(String name)
           
 JSObject[] JSObject.getPropertyAsArray(String name)
          Takes a property name of a JSObject that is a javascript array.
 JSObject[] JObjectArray.toArray()
           
 

Methods in org.gwtopenmaps.openlayers.client.util with parameters of type JSObject
static JSObject JSObjectHelper.ensureOpaqueArray(JSObject object)
          Utility method for creating arguments to functions that take an array of objects.
static float JFloatArrayImpl.get(JSObject array, int index)
           
static double JDoubleArrayImpl.get(JSObject array, int index)
           
static float JFloatArrayImpl.getAsFloat(JSObject array, int pos)
           
static JSObject JSObjectHelper.getProperty(JSObject object, String name)
           
static boolean JSObjectHelper.getPropertyAsBoolean(JSObject object, String name)
           
static com.google.gwt.user.client.Element JSObjectHelper.getPropertyAsDomElement(JSObject object, String name)
           
static double JSObjectHelper.getPropertyAsDouble(JSObject object, String name)
           
static float JSObjectHelper.getPropertyAsFloat(JSObject object, String name)
           
static int JSObjectHelper.getPropertyAsInt(JSObject object, String name)
           
static String JSObjectHelper.getPropertyAsString(JSObject object, String name)
           
static String JSObjectHelper.getPropertyNames(JSObject object)
           
static boolean JSObjectHelper.hasProperty(JSObject object, String name)
           
static Attributes Attributes.narrowToAttributes(JSObject attributes)
           
static JBoolean JBoolean.narrowToBooleanElement(JSObject element)
           
static JArrayBase JArrayBase.narrowToJArray(JSObject element)
           
static JDoubleArray JDoubleArray.narrowToJDoubleArray(JSObject array)
           
static JFloatArray JFloatArray.narrowToJFloatArray(JSObject array)
           
static JIntArray JIntArray.narrowToJIntArray(JSObject element)
           
static JObjectArray JObjectArray.narrowToJObjectArray(JSObject element)
           
static JStringArray JStringArray.narrowToJStringArray(JSObject element)
           
static void JDoubleArrayImpl.push(JSObject array, double d)
           
static void JFloatArrayImpl.push(JSObject array, float f)
           
 void JObjectArray.set(int index, JSObject value)
           
 void JSObjectWrapper.setJSObject(JSObject jsObject)
           
static void JSObjectHelper.setProperty(JSObject object, String name, boolean value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, double value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, com.google.gwt.user.client.Element value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, float value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, int value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, JSObject value)
           
static void JSObjectHelper.setProperty(JSObject object, String name, String value)
           
 void JSObject.setProperty(String name, JSObject value)
           
 

Constructors in org.gwtopenmaps.openlayers.client.util with parameters of type JSObject
Attributes(JSObject jsObject)
           
JArrayBase(JSObject element)
           
JBoolean(JSObject element)
           
JDoubleArray(JSObject array)
           
JFloatArray(JSObject array)
           
JIntArray(JSObject element)
           
JObjectArray(JSObject element)
           
JObjectArray(JSObject[] array)
           
JSObjectWrapper(JSObject jsObject)
           
JStringArray(JSObject element)
           
RegExp(JSObject jsObject)
           
 



Copyright © 2010 sourceforge. All Rights Reserved.