Mark applyTransform api stable

This commit is contained in:
Frederic Junod
2014-11-13 10:46:06 +01:00
parent cee1575a6c
commit c701ad6749
2 changed files with 2 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ ol.geom.GeometryCollection.prototype.setGeometriesArray = function(geometries) {
/** /**
* @inheritDoc * @inheritDoc
* @api stable
*/ */
ol.geom.GeometryCollection.prototype.applyTransform = function(transformFn) { ol.geom.GeometryCollection.prototype.applyTransform = function(transformFn) {
var geometries = this.geometries_; var geometries = this.geometries_;

View File

@@ -245,6 +245,7 @@ ol.geom.SimpleGeometry.prototype.setLayout =
/** /**
* @inheritDoc * @inheritDoc
* @api stable
*/ */
ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) { ol.geom.SimpleGeometry.prototype.applyTransform = function(transformFn) {
if (!goog.isNull(this.flatCoordinates)) { if (!goog.isNull(this.flatCoordinates)) {