Extends
Methods
- 
    drawAsync(zIndex, callback) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 415
- 
    
    
    Register a function to be called for rendering at a given zIndex. The function will be called asynchronously. The callback will receive a reference to ol.render.canvas.Immediatecontext for drawing.Name Type Description zIndexnumber Z index. callbackfunction Callback. 
- 
    drawCircleGeometry(circleGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 434
- 
    
    
    Render a circle geometry into the canvas. Rendering is immediate and uses the current fill and stroke styles. Name Type Description circleGeometryol.geom.Circle Circle geometry. featureol.Feature Feature, 
- 
    drawFeature(feature, style) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 479
- 
    
    
    Render a feature into the canvas. In order to respect the zIndex of the style this method draws asynchronously and thus after calls to drawXxxxGeometry have been finished, effectively drawing the feature on top of everything else. You probably should be using ol.FeatureOverlayinstead of calling this method directly.Name Type Description featureol.Feature Feature. styleol.style.Style Style. 
- 
    drawLineStringGeometry(lineStringGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 573
- 
    
    
    Render a LineString into the canvas. Rendering is immediate and uses the current style. Name Type Description lineStringGeometryol.geom.LineString Line string geometry. featureol.Feature Feature. 
- 
    drawMultiLineStringGeometry(multiLineStringGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 603
- 
    
    
    Render a MultiLineString geometry into the canvas. Rendering is immediate and uses the current style. Name Type Description multiLineStringGeometryol.geom.MultiLineString MultiLineString geometry. featureol.Feature Feature. 
- 
    drawMultiPointGeometry(multiPointGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 552
- 
    
    
    Render a MultiPoint geometry into the canvas. Rendering is immediate and uses the current style. Name Type Description multiPointGeometryol.geom.MultiPoint MultiPoint geometry. featureol.Feature Feature. 
- 
    drawMultiPolygonGeometry(multiPolygonGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 676
- 
    
    
    Render MultiPolygon geometry into the canvas. Rendering is immediate and uses the current style. Name Type Description multiPolygonGeometryol.geom.MultiPolygon MultiPolygon geometry. featureol.Feature Feature. 
- 
    drawPointGeometry(pointGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 531
- 
    
    
    Render a Point geometry into the canvas. Rendering is immediate and uses the current style. Name Type Description pointGeometryol.geom.Point Point geometry. featureol.Feature Feature. 
- 
    drawPolygonGeometry(polygonGeometry, feature) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 639
- 
    
    
    Render a Polygon geometry into the canvas. Rendering is immediate and uses the current style. Name Type Description polygonGeometryol.geom.Polygon Polygon geometry. featureol.Feature Feature. 
- 
    setFillStrokeStyle(fillStyle, strokeStyle) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 850
- 
    
    
    Set the fill and stroke style for subsequent draw operations. To clear either fill or stroke styles, pass null for the appropriate parameter. Name Type Description fillStyleol.style.Fill Fill style. strokeStyleol.style.Stroke Stroke style. 
- 
    setImageStyle(imageStyle) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 895
- 
    
    
    Set the image style for subsequent draw operations. Pass null to remove the image style. Name Type Description imageStyleol.style.Image Image style. 
- 
    setTextStyle(textStyle) experimentalsrc/ol/render/canvas/canvasimmediate.js, line 931
- 
    
    
    Set the text style for subsequent draw operations. Pass null to remove the text style. Name Type Description textStyleol.style.Text Text style. 
 OpenLayers 3
 OpenLayers 3