C# Class ArcDeveloper.GeoJSONFeature

Datei anzeigen Open project: dtsagile/arcstache Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateFromIFeature ( IFeature feat ) : GeoJSONFeature

Creates A GeoJSON feature from an IFeature

GeoJSONFeature ( ) : System.Runtime.Serialization

Default Constructor

Method Details

CreateFromIFeature() public static method

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

GeoJSONFeature() public method

Default Constructor
public GeoJSONFeature ( ) : System.Runtime.Serialization
return System.Runtime.Serialization