Class: Immediate

Immediate

Extends

Methods

drawAsync(zIndex, callback) experimental

Name Type Description
zIndex number

Z index.

callback function

Callback.

drawCircleGeometry(circleGeometry, feature) experimental

Name Type Description
circleGeometry ol.geom.Circle

Circle geometry.

feature ol.Feature

Feature,

drawFeature(feature, style) experimental

Name Type Description
feature ol.Feature

Feature.

style ol.style.Style

Style.

drawGeometryCollectionGeometry(geometryCollectionGeometry, feature) experimental

Name Type Description
geometryCollectionGeometry ol.geom.GeometryCollection

Geometry collection.

feature ol.Feature

Feature.

drawLineStringGeometry(lineStringGeometry, feature) experimental

Name Type Description
lineStringGeometry ol.geom.LineString

Line string geometry.

feature ol.Feature

Feature.

drawMultiLineStringGeometry(multiLineStringGeometry, feature) experimental

Name Type Description
multiLineStringGeometry ol.geom.MultiLineString

MultiLineString geometry.

feature ol.Feature

Feature.

drawMultiPointGeometry(multiPointGeometry, feature) experimental

Name Type Description
multiPointGeometry ol.geom.MultiPoint

MultiPoint geometry.

feature ol.Feature

Feature.

drawMultiPolygonGeometry(multiPolygonGeometry, feature) experimental

Name Type Description
multiPolygonGeometry ol.geom.MultiPolygon

MultiPolygon geometry.

feature ol.Feature

Feature.

drawPointGeometry(pointGeometry, feature) experimental

Name Type Description
pointGeometry ol.geom.Point

Point geometry.

feature ol.Feature

Feature.

drawPolygonGeometry(polygonGeometry, feature) experimental

Name Type Description
polygonGeometry ol.geom.Polygon

Polygon geometry.

feature ol.Feature

Feature.

drawText(flatCoordinates, offset, end, stride, geometry, feature) experimental

Name Type Description
flatCoordinates Array.<number>

Flat coordinates.

offset number

Offset.

end number

End.

stride number

Stride.

geometry ol.geom.Geometry

Geometry.

feature ol.Feature

Feature.

setFillStrokeStyle(fillStyle, strokeStyle) experimental

Name Type Description
fillStyle ol.style.Fill

Fill style.

strokeStyle ol.style.Stroke

Stroke style.

setImageStyle(imageStyle) experimental

Name Type Description
imageStyle ol.style.Image

Image style.

setTextStyle(textStyle) experimental

Name Type Description
textStyle ol.style.Text

Text style.