Feature Methods

PreStorm - A Data Client for ArcGIS Server REST API

The Feature type exposes the following members.

Methods

  NameDescription
Public methodCastT
Converts this feature to a new object of the specified type.
Public methodChanged
Indicates if the value of the specified property has changed.
Public methodStatic memberCreateT
Instantiates a new object of the specified type. Use this method instead of the constructor to ensure that the mapped properties automatically raise the PropertyChanged event.
Public methodGetFieldNames
Returns the field names. This includes unmapped fields.
Public methodStatic memberGetMappings
Returns the mapped properties.
Protected methodRaisePropertyChanged(String)
Called from a property setter to notify the framework that a member has changed.
Public methodRaisePropertyChangedT(ExpressionFuncT)
Called from a property setter to notify the framework that a member has changed.
Top
Extension Methods

  NameDescription
Public Extension MethodToKml(String, KmlStyle)Overloaded.
Converts the feature to KML.
(Defined by Kml.)
Public Extension MethodToKml(String, NullableDouble, XElement, XElement)Overloaded.
Converts the feature to KML.
(Defined by Kml.)
Public Extension MethodToText
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.)
Top
See Also

Reference