C# Class ArcDeveloper.GeoJSONFeatureCollection

Represents a GeoJSON featurecollection
Show file Open project: dtsagile/arcstache Class Usage Examples

Public Methods

Method Description
CreateFeatureCollectionFromList ( List features ) : GeoJSONFeatureCollection

Creates the GeoJSON feature collection from list of ArcDeveloper.REST.Core.Interfaces.IFeature.

GeoJSONFeatureCollection ( ) : System

Default Constructor

Method Details

CreateFeatureCollectionFromList() public static method

Creates the GeoJSON feature collection from list of ArcDeveloper.REST.Core.Interfaces.IFeature.
public static CreateFeatureCollectionFromList ( List features ) : GeoJSONFeatureCollection
features List The features.
return GeoJSONFeatureCollection

GeoJSONFeatureCollection() public method

Default Constructor
public GeoJSONFeatureCollection ( ) : System
return System