Module type for ol.format.Feature
This commit is contained in:
@@ -52,7 +52,7 @@ import {get as getProjection, equivalent as equivalentProjection, transformExten
|
||||
* 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
|
||||
* {module:ol/format/Feature~FeatureFormat} subclasses provide the ability to decode and encode
|
||||
* {@link module:ol/Feature~Feature} objects from a variety of commonly used geospatial
|
||||
* file formats. See the documentation for each format for more details.
|
||||
*
|
||||
|
||||
@@ -13,7 +13,7 @@ import FormatType from '../format/FormatType.js';
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.format.Feature}
|
||||
* @extends {module:ol/format/Feature~FeatureFormat}
|
||||
*/
|
||||
const JSONFeature = function() {
|
||||
FeatureFormat.call(this);
|
||||
|
||||
@@ -43,7 +43,7 @@ import RenderFeature from '../render/Feature.js';
|
||||
* Feature format for reading data in the Mapbox MVT format.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.format.Feature}
|
||||
* @extends {module:ol/format/Feature~FeatureFormat}
|
||||
* @param {module:ol/format/MVT~Options=} opt_options Options.
|
||||
* @api
|
||||
*/
|
||||
|
||||
@@ -13,7 +13,7 @@ import FormatType from '../format/FormatType.js';
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.format.Feature}
|
||||
* @extends {module:ol/format/Feature~FeatureFormat}
|
||||
*/
|
||||
const TextFeature = function() {
|
||||
FeatureFormat.call(this);
|
||||
|
||||
@@ -15,7 +15,7 @@ import {isDocument, isNode, parse} from '../xml.js';
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
* @extends {ol.format.Feature}
|
||||
* @extends {module:ol/format/Feature~FeatureFormat}
|
||||
*/
|
||||
const XMLFeature = function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user