GeoJSON FeatureCollection

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Public Class FeatureCollection _
	Inherits GeoJsonObject
C#
public class FeatureCollection : GeoJsonObject
Visual C++
public ref class FeatureCollection : public GeoJsonObject
JavaScript
EGIS.Web.Controls.FeatureCollection = function();

Type.createClass(
	'EGIS.Web.Controls.FeatureCollection',
	EGIS.Web.Controls.GeoJsonObject);

Inheritance Hierarchy

System..::..Object
  EGIS.Web.Controls..::..GeoJsonObject
    EGIS.Web.Controls..::..FeatureCollection

See Also