Add ol.geom.Geometry#transform

This commit is contained in:
Tom Payne
2013-11-09 01:49:17 +01:00
parent 5bca792288
commit e4623af4df
5 changed files with 74 additions and 0 deletions

View File

@@ -114,3 +114,9 @@ ol.geom.Geometry.prototype.getStride = function() {
* @return {ol.geom.GeometryType} Geometry type.
*/
ol.geom.Geometry.prototype.getType = goog.abstractMethod;
/**
* @param {ol.TransformFunction} transformFn Transform.
*/
ol.geom.Geometry.prototype.transform = goog.abstractMethod;