Add @classdesc to classes
This commit is contained in:
@@ -9,6 +9,9 @@ goog.require('ol.geom.flat.deflate');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Circle geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawPoint} center Center.
|
||||
|
||||
@@ -44,6 +44,9 @@ ol.geom.GeometryLayout = {
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Abstract base class for vector geometries.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.Observable}
|
||||
* @fires change Triggered when the geometry changes.
|
||||
|
||||
@@ -12,6 +12,9 @@ goog.require('ol.geom.GeometryType');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* An array of {@link ol.geom.Geometry} objects.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.Geometry}
|
||||
* @param {Array.<ol.geom.Geometry>=} opt_geometries Geometries.
|
||||
|
||||
@@ -12,6 +12,9 @@ goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Linear ring geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawLinearRing} coordinates Coordinates.
|
||||
|
||||
@@ -15,6 +15,9 @@ goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Linestring geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawLineString} coordinates Coordinates.
|
||||
|
||||
@@ -15,6 +15,9 @@ goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-linestring geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawMultiLineString} coordinates Coordinates.
|
||||
|
||||
@@ -13,6 +13,9 @@ goog.require('ol.math');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-point geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawMultiPoint} coordinates Coordinates.
|
||||
|
||||
@@ -20,6 +20,9 @@ goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Multi-polygon geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawMultiPolygon} coordinates Coordinates.
|
||||
|
||||
@@ -10,6 +10,9 @@ goog.require('ol.math');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Point geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawPoint} coordinates Coordinates.
|
||||
|
||||
@@ -20,6 +20,9 @@ goog.require('ol.geom.flat.simplify');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Polygon geometry.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.SimpleGeometry}
|
||||
* @param {ol.geom.RawPolygon} coordinates Coordinates.
|
||||
|
||||
@@ -10,6 +10,9 @@ goog.require('ol.geom.flat.transform');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Abstract base class for geometry objects
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.geom.Geometry}
|
||||
* @todo api
|
||||
|
||||
Reference in New Issue
Block a user