GeoJSON FeatureCollection
Namespace:
EGIS.Web.ControlsAssembly: 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); |