Add standard docs text to abstract base classes

This commit is contained in:
Peter Robins
2014-06-14 07:20:33 -04:00
parent f1fe1a5ade
commit 75be215497
17 changed files with 44 additions and 16 deletions

View File

@@ -6,7 +6,9 @@ goog.require('goog.functions');
/**
* @classdesc
* Abstract base class for feature formats.
* Abstract base class; normally only used for creating subclasses and not
* instantiated in apps.
* Base class for feature formats.
* {ol.format.Feature} subclasses provide the ability to decode and encode
* {@link ol.Feature} objects from a variety of commonly used geospatial
* file formats. See the documentation for each format for more details.