C# 클래스 ArcDeveloper.GeoJSONFeatureCollection

Represents a GeoJSON featurecollection
파일 보기 프로젝트 열기: dtsagile/arcstache 1 사용 예제들

공개 메소드들

메소드 설명
CreateFeatureCollectionFromList ( List features ) : GeoJSONFeatureCollection

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

GeoJSONFeatureCollection ( ) : System

Default Constructor

메소드 상세

CreateFeatureCollectionFromList() 공개 정적인 메소드

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

GeoJSONFeatureCollection() 공개 메소드

Default Constructor
public GeoJSONFeatureCollection ( ) : System
리턴 System