Document LinearRing as abstract class

This commit is contained in:
Peter Robins
2014-08-04 10:05:01 +00:00
parent b88cb727c9
commit 652fcede22
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ goog.require('ol.geom.flat.simplify');
/**
* @classdesc
* Abstract base class; only used for creating subclasses; do not instantiate
* in apps, as cannot be rendered.
* Linear ring geometry.
*
* @constructor