C# Class ArcDeveloper.GeoJSONFeatureCollection

Represents a GeoJSON featurecollection
Afficher le fichier Open project: dtsagile/arcstache Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GeoJSONFeatureCollection() public méthode

Default Constructor
public GeoJSONFeatureCollection ( ) : System
Résultat System