Add ol.geom.Geometry#intersectsExtent (abstract method)
This commit is contained in:
@@ -184,6 +184,16 @@ ol.geom.Geometry.prototype.getType = goog.abstractMethod;
|
|||||||
ol.geom.Geometry.prototype.applyTransform = goog.abstractMethod;
|
ol.geom.Geometry.prototype.applyTransform = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Test if the geometry and the passed extent intersect.
|
||||||
|
* @param {ol.Extent} extent Extent.
|
||||||
|
* @return {boolean} `true` if the geometry and the extent intersect.
|
||||||
|
* @function
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
ol.geom.Geometry.prototype.intersectsExtent = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Transform each coordinate of the geometry from one coordinate reference
|
* Transform each coordinate of the geometry from one coordinate reference
|
||||||
* system to another. The geometry is modified in place.
|
* system to another. The geometry is modified in place.
|
||||||
|
|||||||
Reference in New Issue
Block a user