Remove the ol.geom.RawMultiLineString type
This commit is contained in:
@@ -203,14 +203,6 @@ ol.geom.Geometry.prototype.transform = function(source, destination) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Array representation of a multilinestring.
|
|
||||||
* @typedef {Array.<Array.<ol.Coordinate>>}
|
|
||||||
* @api stable
|
|
||||||
*/
|
|
||||||
ol.geom.RawMultiLineString;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Array representation of a multipolygon.
|
* Array representation of a multipolygon.
|
||||||
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}
|
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ goog.require('ol.geom.flat.simplify');
|
|||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.geom.SimpleGeometry}
|
* @extends {ol.geom.SimpleGeometry}
|
||||||
* @param {ol.geom.RawMultiLineString} coordinates Coordinates.
|
* @param {Array.<Array.<ol.Coordinate>>} coordinates Coordinates.
|
||||||
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
|
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
@@ -139,7 +139,7 @@ ol.geom.MultiLineString.prototype.getCoordinateAtM =
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {ol.geom.RawMultiLineString} Coordinates.
|
* @return {Array.<Array.<ol.Coordinate>>} Coordinates.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.geom.MultiLineString.prototype.getCoordinates = function() {
|
ol.geom.MultiLineString.prototype.getCoordinates = function() {
|
||||||
@@ -244,7 +244,7 @@ ol.geom.MultiLineString.prototype.getType = function() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.geom.RawMultiLineString} coordinates Coordinates.
|
* @param {Array.<Array.<ol.Coordinate>>} coordinates Coordinates.
|
||||||
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
|
* @param {ol.geom.GeometryLayout=} opt_layout Layout.
|
||||||
* @api stable
|
* @api stable
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user