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.symbolizer   
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)
           
static JSObject StyleImpl.createSymbolizer(JSObject self, JSObject feature, String intent)
           
 

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 JSObject StyleImpl.createSymbolizer(JSObject self, JSObject feature, String intent)
           
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.getId(JSObject self)
           
static String StyleImpl.getLabel(JSObject self)
           
static String StyleImpl.getLabelAlign(JSObject self)
           
static String StyleImpl.getName(JSObject self)
           
static double StyleImpl.getPointRadiusAsDouble(JSObject self)
           
static String StyleImpl.getPointRadiusAsString(JSObject self)
           
static String ProjectionImpl.getProjectionCode(JSObject self)
           
static String StyleImpl.getRotation(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 Style Style.narrowToOpenLayersStyle(JSObject element)
           
static StyleMap StyleMap.narrowToOpenLayersStyleMap(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.setRotation(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 SnappingImpl.create()
           
static JSObject ScaleLineImpl.create()
           
static JSObject OverviewMapImpl.create()
           
static JSObject NavToolbarImpl.create()
           
static JSObject NavigationHistoryImpl.create()
           
static JSObject GraticuleImpl.create()
           
static JSObject GetFeatureImpl.create()
           
static JSObject ZoomBoxImpl.create(JSObject options)
           
static JSObject WMSGetFeatureInfoImpl.create(JSObject o)
           
static JSObject SnappingImpl.create(JSObject options)
           
static JSObject ScaleLineImpl.create(JSObject options)
           
static JSObject OverviewMapImpl.create(JSObject params)
           
static JSObject NavToolbarImpl.create(JSObject options)
           
static JSObject NavigationHistoryImpl.create(JSObject options)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer)
           
static JSObject MeasureImpl.create(JSObject handler)
           
static JSObject GraticuleImpl.create(JSObject options)
           
static JSObject GetFeatureImpl.create(JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer)
           
static JSObject DeleteFeatureImpl.create(JSObject vector)
           
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 DrawFeatureImpl.create(JSObject layer, JSObject handler)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject DrawFeatureImpl.create(JSObject layer, JSObject handler, JSObject options)
           
static JSObject DragFeatureImpl.createDragCallback(DragFeature.DragFeatureListener listener)
           
static JSObject DrawFeatureImpl.createFeatureAddedCallback(DrawFeature.FeatureAddedListener 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)
           
static JSObject DrawFeatureImpl.getHandler(JSObject control)
           
static JSObject NavigationHistoryImpl.getNext(JSObject self)
           
static JSObject NavigationHistoryImpl.getPrevious(JSObject self)
           
 JSObject NavigationHistory.nextTrigger()
          TODO ahhughes, should this return JSObject or void? APIMethod: nextTrigger Restore the next state.
static JSObject NavigationHistoryImpl.nextTrigger(JSObject self)
           
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type JSObject
static boolean SnappingImpl.activate(JSObject self)
           
static void SnappingImpl.addTarget(JSObject self, JSObject target)
           
static void SnappingImpl.addTargetLayer(JSObject self, JSObject vector)
           
static void NavigationHistoryImpl.autoActivate(JSObject self, boolean autoActivate)
           
static void NavigationHistoryImpl.clear(JSObject self)
           
static JSObject ZoomBoxImpl.create(JSObject options)
           
static JSObject WMSGetFeatureInfoImpl.create(JSObject o)
           
static JSObject SnappingImpl.create(JSObject options)
           
static JSObject ScaleLineImpl.create(JSObject options)
           
static JSObject OverviewMapImpl.create(JSObject params)
           
static JSObject NavToolbarImpl.create(JSObject options)
           
static JSObject NavigationHistoryImpl.create(JSObject options)
           
static JSObject ModifyFeatureImpl.create(JSObject vectorLayer)
           
static JSObject MeasureImpl.create(JSObject handler)
           
static JSObject GraticuleImpl.create(JSObject options)
           
static JSObject GetFeatureImpl.create(JSObject options)
           
static JSObject EditingToolbarImpl.create(JSObject vectorLayer)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer)
           
static JSObject DeleteFeatureImpl.create(JSObject vector)
           
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 DrawFeatureImpl.create(JSObject layer, JSObject handler)
           
static JSObject DragFeatureImpl.create(JSObject vectorLayer, JSObject options)
           
static JSObject DrawFeatureImpl.create(JSObject layer, JSObject handler, JSObject options)
           
static boolean SnappingImpl.deactivate(JSObject self)
           
static JSObject GetFeatureImpl.getBounds(JSObject self)
           
static JSObject DrawFeatureImpl.getHandler(JSObject control)
           
static JSObject NavigationHistoryImpl.getNext(JSObject self)
           
static JSObject NavigationHistoryImpl.getPrevious(JSObject self)
           
static boolean ModifyFeatureImpl.isSelectedFeatureModified(JSObject obj)
           
static void NavigationHistoryImpl.limit(JSObject self, int limit)
           
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 NavigationHistoryImpl.next(JSObject self)
           
static JSObject NavigationHistoryImpl.nextTrigger(JSObject self)
           
static void NavigationHistoryImpl.previous(JSObject self)
           
static void NavigationHistoryImpl.previousTrigger(JSObject self)
           
static void SnappingImpl.removeTarget(JSObject self, JSObject target)
           
static void SnappingImpl.removeTargetLayer(JSObject self, JSObject vector)
           
static void GetFeatureImpl.selectBox(JSObject self, JSObject bounds)
           
static void SnappingImpl.setLayer(JSObject self, JSObject vector)
           
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)
           
DeleteFeature(JSObject element)
           
DragFeature(JSObject dragFeatureObj)
          Internal Constructor
DragPan(JSObject element)
           
DrawFeature(JSObject element)
           
EditingToolbar(JSObject element)
           
GetFeature(JSObject element)
           
Graticule(JSObject element)
           
LayerSwitcher(JSObject element)
           
Measure(JSObject element)
           
ModifyFeature(JSObject modifyFeature)
           
MouseDefaults(JSObject element)
           
MousePosition(JSObject element)
           
MouseToolbar(JSObject element)
          Deprecated.  
Navigation(JSObject element)
           
NavigationHistory(JSObject element)
          TODO hughesa - should this be protected or public?
NavToolbar(JSObject element)
           
OverviewMap(JSObject element)
           
Panel(JSObject element)
           
PanZoom(JSObject element)
           
PanZoomBar(JSObject element)
           
Scale(JSObject element)
           
ScaleLine(JSObject element)
           
SelectFeature(JSObject element)
           
Snapping(JSObject options)
           
SnappingOptions(JSObject object)
           
SnappingTarget(JSObject openLayersObject)
           
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 int MouseEventImpl.clientX(JSObject self)
           
static int MouseEventImpl.clientY(JSObject self)
           
static Event Event.narrowToEvent(JSObject element)
           
static EventObject EventObject.narrowToEventObject(JSObject object)
           
static Events Events.narrowToEvents(JSObject element)
           
static MouseEvent MouseEvent.narrowToMouseEvent(JSObject element)
           
 

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

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

Methods in org.gwtopenmaps.openlayers.client.feature that return JSObject
static JSObject VectorFeatureImpl.clone(JSObject obj)
           
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)
           
 JSObject Feature.getLayer()
           
static JSObject FeatureImpl.getLayer(JSObject feature)
           
static JSObject FeatureImpl.getPopup(JSObject feature)
           
static JSObject FeatureImpl.getStyle(JSObject self)
           
 

Methods in org.gwtopenmaps.openlayers.client.feature with parameters of type JSObject
static JSObject VectorFeatureImpl.clone(JSObject obj)
           
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.getLayer(JSObject feature)
           
static JSObject FeatureImpl.getPopup(JSObject feature)
           
static String VectorFeatureImpl.getRenderIntent(JSObject self)
           
static JSObject FeatureImpl.getStyle(JSObject self)
           
static boolean VectorFeatureImpl.getVisibility(JSObject obj)
           
static VectorFeature VectorFeature.narrowToVectorFeature(JSObject vectorFeature)
           
static boolean VectorFeatureImpl.redraw(JSObject layer, boolean force)
           
static void FeatureImpl.resetPopup(JSObject feature)
           
static void VectorFeatureImpl.setFeatureId(JSObject obj, String featureId)
           
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 GeometryImpl.clone(JSObject geom)
           
static JSObject PointImpl.create(double x, double y)
           
static JSObject PolygonImpl.create(JSObject rings)
           
static JSObject MultiPolygonImpl.create(JSObject polygons)
           
static JSObject MultiLineStringImpl.create(JSObject lines)
           
static JSObject LineStringImpl.create(JSObject points)
           
static JSObject LinearRingImpl.create(JSObject points)
           
static JSObject GeometryImpl.fromWKT(String wkt)
           
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 void GeometryImpl.calculateBounds(JSObject geom)
           
static JSObject GeometryImpl.clone(JSObject geom)
           
static JSObject PolygonImpl.create(JSObject rings)
           
static JSObject MultiPolygonImpl.create(JSObject polygons)
           
static JSObject MultiLineStringImpl.create(JSObject lines)
           
static JSObject LineStringImpl.create(JSObject points)
           
static JSObject LinearRingImpl.create(JSObject points)
           
static void GeometryImpl.destroy(JSObject self)
           
static boolean PointImpl.equals(JSObject self, JSObject geom)
           
static boolean CollectionImpl.equals(JSObject self, JSObject geom)
           
static float PolygonImpl.getArea(JSObject obj)
           
static JSObject GeometryImpl.getBounds(JSObject geom)
           
static JSObject CollectionImpl.getComponent(JSObject self, int index)
           
static double PolygonImpl.getGeodesicArea(JSObject obj, JSObject projection)
           
static String PointImpl.getId(JSObject self)
           
static double CollectionImpl.getLength(JSObject self)
           
static int CollectionImpl.getNumberOfComponents(JSObject self)
           
static double PointImpl.getX(JSObject self)
           
static double PointImpl.getY(JSObject self)
           
static boolean PolygonImpl.intersects(JSObject self, JSObject geometry)
           
static Geometry Geometry.narrowToGeometry(JSObject element)
           
static LinearRing LinearRing.narrowToLinearRing(JSObject linearRing)
           
static LineString LineString.narrowToLineString(JSObject lineString)
           
static MultiLineString MultiLineString.narrowToMultiLineString(JSObject multiLine)
           
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)
           
static String GeometryImpl.toString(JSObject geom)
           
static void PointImpl.transform(JSObject self, JSObject source, JSObject dest)
           
static void CollectionImpl.transform(JSObject self, JSObject source, JSObject dest)
           
 

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)
           
MultiLineString(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()
           
 

Methods in org.gwtopenmaps.openlayers.client.handler with parameters of type JSObject
static Handler Handler.narrowToHandler(JSObject element)
           
static RegularPolygonHandler RegularPolygonHandler.narrowToRegularPolygonHandler(JSObject element)
           
static void RegularPolygonHandlerImpl.setOptions(JSObject handler, JSObject options)
           
 

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 VirtualEarthImpl.create(String name)
           
static JSObject BoxesImpl.create(String name)
           
static JSObject VirtualEarthImpl.create(String name, JSObject params)
           
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[] Markers.getMarkers()
           
 JSObject VectorOptions.getRendererOptions()
           
 JSObject VectorOptions.getStyle(Style style)
           
 JSObject VectorOptions.getStyleMap()
           
 JSObject GMLOptions.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.OSM()
           
static JSObject OSMImpl.OSM(String name, String url, 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 VirtualEarthImpl.create(String name, JSObject params)
           
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.OSM(String name, String url, JSObject params)
           
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)
           
 void TMSOptions.setGetURL(JSObject getURL)
           
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)
           
GML(JSObject gml)
           
GMLParams(JSObject jsObject)
           
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)
           
Params(JSObject jsObject)
           
RendererOptions(JSObject element)
           
TMS(JSObject element)
           
Vector(JSObject vector)
           
VirtualEarth(JSObject element)
           
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)
           
static JSObject FramedImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
           
static JSObject FramedCloudImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
           
 

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 JSObject FramedImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
           
static JSObject FramedCloudImpl.create(String id, JSObject lonlat, JSObject size, String html, JSObject anchor, boolean closeBox, Popup.CloseListener closeBoxCallback)
           
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 HTTPProtocolCRUDOptionsImpl.create(CRUDOptions.Callback callback)
           
static JSObject WFSProtocolImpl.create(JSObject options)
           
static JSObject HTTPProtocolImpl.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 HTTPProtocolImpl.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)
           
static void HTTPProtocolImpl.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 SaveStrategyImpl.create()
           
static JSObject RefreshStrategyImpl.create()
           
static JSObject PagingStrategyImpl.create()
           
static JSObject FixedStrategyImpl.create()
           
static JSObject BBoxStrategyImpl.create()
           
static JSObject FixedStrategyImpl.create(JSObject options)
           
 

Methods in org.gwtopenmaps.openlayers.client.strategy with parameters of type JSObject
static boolean SaveStrategyImpl.activate(JSObject self)
           
static boolean RefreshStrategyImpl.activate(JSObject self)
           
static boolean PagingStrategyImpl.activate(JSObject self)
           
static JSObject FixedStrategyImpl.create(JSObject options)
           
static boolean SaveStrategyImpl.deactivate(JSObject self)
           
static boolean RefreshStrategyImpl.deactivate(JSObject self)
           
static boolean PagingStrategyImpl.deactivate(JSObject self)
           
static void FixedStrategyImpl.destroy(JSObject self)
           
static int PagingStrategyImpl.pageCount(JSObject self)
           
static int PagingStrategyImpl.pageLength(JSObject self)
           
static int PagingStrategyImpl.pageLength(JSObject self, int length)
           
static boolean PagingStrategyImpl.pageNext(JSObject self)
           
static int PagingStrategyImpl.pageNum(JSObject self)
           
static boolean PagingStrategyImpl.pagePrevious(JSObject self)
           
static void FixedStrategyImpl.preload(JSObject self, boolean load)
           
static void RefreshStrategyImpl.refresh(JSObject self)
           
static void SaveStrategyImpl.save(JSObject self)
           
 void SaveStrategy.save(JSObject array)
          Tell the layer protocol which features should be saved
static void SaveStrategyImpl.save(JSObject self, JSObject array)
           
static void SaveStrategyImpl.setAuto(JSObject self, boolean enable)
           
static void SaveStrategyImpl.setAuto(JSObject self, int interval)
           
 

Constructors in org.gwtopenmaps.openlayers.client.strategy with parameters of type JSObject
BBoxStrategy(JSObject strategy)
           
FixedStrategy(JSObject strategy)
          TODO ahhughes - should this be public or private?
FixedStrategy(JSObject strategy, boolean preload)
           
FixedStrategyOptions(JSObject jsObject)
           
PagingStrategy(JSObject strategy)
           
RefreshStrategy(JSObject strategy)
           
SaveStrategy(JSObject strategy)
           
Strategy(JSObject strategy)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.style that return JSObject
static JSObject SymbolizerTextImpl.create()
           
static JSObject SymbolizerRasterImpl.create()
           
static JSObject SymbolizerPolygonImpl.create()
           
static JSObject SymbolizerPointImpl.create()
           
static JSObject SymbolizerMapImpl.create()
           
static JSObject SymbolizerLineImpl.create()
           
static JSObject SymbolizerImpl.create()
           
static JSObject StyleImpl.create()
           
static JSObject RuleImpl.create()
           
static JSObject SymbolizerTextImpl.create(JSObject config)
           
static JSObject SymbolizerRasterImpl.create(JSObject config)
           
static JSObject RuleImpl.create(JSObject options)
           
static JSObject SymbolizerMapImpl.create(JSObject style, JSObject options)
           
static JSObject SymbolizerMapImpl.createSymbolizer(JSObject self, Feature feature, String intent)
           
 

Methods in org.gwtopenmaps.openlayers.client.style with parameters of type JSObject
static JSObject SymbolizerTextImpl.create(JSObject config)
           
static JSObject SymbolizerRasterImpl.create(JSObject config)
           
static JSObject RuleImpl.create(JSObject options)
           
static JSObject SymbolizerMapImpl.create(JSObject style, JSObject options)
           
static JSObject SymbolizerMapImpl.createSymbolizer(JSObject self, Feature feature, String intent)
           
static String SymbolizerLineImpl.getDashstyle(JSObject self)
           
static String SymbolizerPointImpl.getExtenalGraphic(JSObject self)
           
static String SymbolizerPolygonImpl.getFillColor(JSObject self)
           
static double SymbolizerPolygonImpl.getFillOpacity(JSObject self)
           
static String SymbolizerTextImpl.getFontFamily(JSObject self)
           
static String SymbolizerTextImpl.getFontSize(JSObject self)
           
static String SymbolizerTextImpl.getFontStyle(JSObject self)
           
static String SymbolizerTextImpl.getFontWeight(JSObject self)
           
static int SymbolizerPointImpl.getGraphicHeight(JSObject self)
           
static String SymbolizerPointImpl.getGraphicName(JSObject self)
           
static double SymbolizerPointImpl.getGraphicOpacity(JSObject self)
           
static int SymbolizerPointImpl.getGraphicWidth(JSObject self)
           
static int SymbolizerPointImpl.getGraphicXOffset(JSObject self)
           
static int SymbolizerPointImpl.getGraphicYOffset(JSObject self)
           
static String RuleImpl.getId(JSObject self)
           
static String SymbolizerTextImpl.getLabel(JSObject self)
           
static String SymbolizerLineImpl.getLinecap(JSObject self)
           
static double SymbolizerPointImpl.getPointRadius(JSObject self)
           
static double SymbolizerPointImpl.getRotation(JSObject self)
           
static String SymbolizerLineImpl.getStorkeColor(JSObject self)
           
static double SymbolizerLineImpl.getStorkeOpacity(JSObject self)
           
static int SymbolizerLineImpl.getStorkeWidth(JSObject self)
           
static int SymbolizerImpl.getZIndex(JSObject self)
           
static void RuleImpl.setContext(JSObject self, JSObject context)
           
static void SymbolizerLineImpl.setDashstyle(JSObject self, String dashstyle)
          Stroke dash style according to the SLD spec.
static void RuleImpl.setDescription(JSObject self, String description)
           
static void RuleImpl.setElseFilter(JSObject self, boolean elseFilter)
           
static void SymbolizerPointImpl.setExternalGraphic(JSObject self, String url)
           
static void SymbolizerPolygonImpl.setFillColor(JSObject self, String color)
           
static void SymbolizerPolygonImpl.setFillOpacity(JSObject self, double opacity)
           
static void RuleImpl.setFilter(JSObject self, Filter filter)
           
static void SymbolizerTextImpl.setFontFamily(JSObject self, String fontFamily)
           
static void SymbolizerTextImpl.setFontSize(JSObject self, String fontSize)
           
static void SymbolizerTextImpl.setFontStyle(JSObject self, String fontStyle)
           
static void SymbolizerTextImpl.setFontWeight(JSObject self, String fontWeight)
           
static void SymbolizerPointImpl.setGraphicHeight(JSObject self, int height)
           
static void SymbolizerPointImpl.setGraphicName(JSObject self, String name)
           
static void SymbolizerPointImpl.setGraphicOpacity(JSObject self, double opacity)
           
static void SymbolizerPointImpl.setGraphicWidth(JSObject self, int width)
           
static void SymbolizerPointImpl.setGraphicXOffset(JSObject self, int offset)
           
static void SymbolizerPointImpl.setGraphicYOffset(JSObject self, int offset)
           
static void RuleImpl.setId(JSObject self, String id)
           
static void SymbolizerTextImpl.setLabel(JSObject self, String label)
           
static void SymbolizerLineImpl.setLinecap(JSObject self, String linecap)
           
static void RuleImpl.setMaxScaleDenominator(JSObject self, int scale)
           
static void RuleImpl.setMinScaleDenominator(JSObject self, int scale)
           
static void RuleImpl.setName(JSObject self, String name)
           
static void SymbolizerPointImpl.setPointRadius(JSObject self, double radius)
           
static void SymbolizerPointImpl.setRotation(JSObject self, double rotation)
           
static void SymbolizerLineImpl.setStorkeColor(JSObject self, String color)
           
static void SymbolizerLineImpl.setStorkeOpacity(JSObject self, double opacity)
           
static void SymbolizerLineImpl.setStorkeWidth(JSObject self, int width)
           
static void RuleImpl.setSymbolizer(JSObject self, JSObject hashSymbolizer)
           
static void RuleImpl.setSymbolizer(JSObject self, Symbolizer symbolizer)
           
static void RuleImpl.setSymbolizer(JSObject self, Symbolizer[] symbolizer)
           
static void RuleImpl.setTitle(JSObject self, String title)
           
static void SymbolizerImpl.setZIndex(JSObject self, int zIndex)
           
 

Constructors in org.gwtopenmaps.openlayers.client.style with parameters of type JSObject
Rule(JSObject options)
           
Style(JSObject jsObject)
           
Symbolizer(JSObject jsObject)
           
SymbolizerLine(JSObject object)
           
SymbolizerMap(JSObject jsObject)
           
SymbolizerPolygon(JSObject object)
           
SymbolizerRaster(JSObject config)
           
SymbolizerText(JSObject config)
           
 

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

Methods in org.gwtopenmaps.openlayers.client.symbolizer that return JSObject
static JSObject TextSymbolizerImpl.create(JSObject options)
           
static JSObject SymbolizerImpl.create(JSObject options)
           
static JSObject LineSymbolizerImpl.create(JSObject options)
           
 

Methods in org.gwtopenmaps.openlayers.client.symbolizer with parameters of type JSObject
static JSObject TextSymbolizerImpl.create(JSObject options)
           
static JSObject SymbolizerImpl.create(JSObject options)
           
static JSObject LineSymbolizerImpl.create(JSObject options)
           
 

Constructors in org.gwtopenmaps.openlayers.client.symbolizer with parameters of type JSObject
LineSymbolizer(JSObject jsObject)
           
Symbolizer(JSObject jsObject)
           
SymbolizerOptions(JSObject jsObject)
           
TextSymbolizer(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)
           
static void JSObjectHelper.unsetProperty(JSObject object, String name)
          Unset/Clear the property with the given name.
 

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