C# 클래스 ArcDeveloper.GeoJSONFeature

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateFromIFeature ( IFeature feat ) : GeoJSONFeature

Creates A GeoJSON feature from an IFeature

GeoJSONFeature ( ) : System.Runtime.Serialization

Default Constructor

메소드 상세

CreateFromIFeature() 공개 정적인 메소드

Creates A GeoJSON feature from an IFeature
public static CreateFromIFeature ( IFeature feat ) : GeoJSONFeature
feat IFeature The feature.
리턴 GeoJSONFeature

GeoJSONFeature() 공개 메소드

Default Constructor
public GeoJSONFeature ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization