C# Class ArcDeveloper.GeoJSONFeature

Afficher le fichier Open project: dtsagile/arcstache Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CreateFromIFeature ( IFeature feat ) : GeoJSONFeature

Creates A GeoJSON feature from an IFeature

GeoJSONFeature ( ) : System.Runtime.Serialization

Default Constructor

Method Details

CreateFromIFeature() public static méthode

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

GeoJSONFeature() public méthode

Default Constructor
public GeoJSONFeature ( ) : System.Runtime.Serialization
Résultat System.Runtime.Serialization