Add methods to base class

This commit is contained in:
Tim Schaub
2016-03-18 08:47:53 -06:00
parent 873e4176c6
commit cf0c4dcf3f

View File

@@ -19,6 +19,22 @@ ol.render.VectorContext = function() {
ol.render.VectorContext.prototype.drawAsync = goog.abstractMethod;
/**
* Render a geometry.
*
* @param {ol.geom.Geometry} geometry The geometry to render.
*/
ol.render.VectorContext.prototype.drawGeometry = goog.abstractMethod;
/**
* Set the rendering style.
*
* @param {ol.style.Style} style The rendering style.
*/
ol.render.VectorContext.prototype.setStyle = goog.abstractMethod;
/**
* @param {ol.geom.Circle} circleGeometry Circle geometry.
* @param {ol.Feature} feature Feature,