Document LinearRing as abstract class
This commit is contained in:
@@ -13,6 +13,8 @@ goog.require('ol.geom.flat.simplify');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
|
* Abstract base class; only used for creating subclasses; do not instantiate
|
||||||
|
* in apps, as cannot be rendered.
|
||||||
* Linear ring geometry.
|
* Linear ring geometry.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ goog.require('ol.geom.flat.transform');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @classdesc
|
* @classdesc
|
||||||
* Abstract base class; normally only used for creating subclasses and not
|
* Abstract base class; only used for creating subclasses; do not instantiate
|
||||||
* instantiated in apps.
|
* in apps, as cannot be rendered.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.geom.Geometry}
|
* @extends {ol.geom.Geometry}
|
||||||
|
|||||||
Reference in New Issue
Block a user