Add classdesc to remaining vector classes
This commit is contained in:
@@ -20,6 +20,11 @@ goog.require('ol.xml');
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @classdesc
|
||||||
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
* instantiated in apps.
|
||||||
|
* Base class for vector sources in one of the supported formats.
|
||||||
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.Vector}
|
* @extends {ol.source.Vector}
|
||||||
* @param {olx.source.FormatVectorOptions} options Options.
|
* @param {olx.source.FormatVectorOptions} options Options.
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ goog.require('ol.structs.RBush');
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @classdesc
|
||||||
|
* A vector source in one of the supported formats, using a custom function to
|
||||||
|
* read in the data from a remote server.
|
||||||
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.FormatVector}
|
* @extends {ol.source.FormatVector}
|
||||||
* @param {olx.source.ServerVectorOptions} options Options.
|
* @param {olx.source.ServerVectorOptions} options Options.
|
||||||
|
|||||||
@@ -6,6 +6,12 @@ goog.require('ol.source.State');
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @classdesc
|
||||||
|
* Abstract base class; normally only used for creating subclasses and not
|
||||||
|
* instantiated in apps.
|
||||||
|
* Base class for vector sources in one of the supported formats, where the data
|
||||||
|
* is read from a file or other static source.
|
||||||
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.FormatVector}
|
* @extends {ol.source.FormatVector}
|
||||||
* @fires ol.source.VectorEvent
|
* @fires ol.source.VectorEvent
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ goog.require('ol.tilegrid.TileGrid');
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @classdesc
|
||||||
|
* A vector source in one of the supported formats, where the data is divided
|
||||||
|
* into tiles in a fixed grid pattern.
|
||||||
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.FormatVector}
|
* @extends {ol.source.FormatVector}
|
||||||
* @param {olx.source.TileVectorOptions} options Options.
|
* @param {olx.source.TileVectorOptions} options Options.
|
||||||
|
|||||||
Reference in New Issue
Block a user