Rename ol.geom.Layout to ol.geom.GeometryLayout

This commit is contained in:
Tom Payne
2013-12-04 16:27:03 +01:00
parent 600cb3a0ff
commit c2228b1d19
13 changed files with 71 additions and 70 deletions

View File

@@ -9,7 +9,7 @@ goog.require('ol.geom.flat');
* @constructor
* @extends {ol.geom.Geometry}
* @param {ol.geom.RawLinearRing} coordinates Coordinates.
* @param {ol.geom.Layout=} opt_layout Layout.
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
*/
ol.geom.LinearRing = function(coordinates, opt_layout) {
goog.base(this);
@@ -46,7 +46,7 @@ ol.geom.LinearRing.prototype.getType = function() {
/**
* @param {ol.geom.RawLinearRing} coordinates Coordinates.
* @param {ol.geom.Layout=} opt_layout Layout.
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
*/
ol.geom.LinearRing.prototype.setCoordinates =
function(coordinates, opt_layout) {