FeatureT Methods

PreStorm - A Data Client for ArcGIS Server REST API

The FeatureT generic type exposes the following members.

Methods

  NameDescription
Public methodCastT
Converts this feature to a new object of the specified type.
(Inherited from Feature.)
Public methodChanged
Indicates if the value of the specified property has changed.
(Inherited from Feature.)
Public methodGetFieldNames
Returns the field names. This includes unmapped fields.
(Inherited from Feature.)
Protected methodRaisePropertyChanged(String)
Called from a property setter to notify the framework that a member has changed.
(Inherited from Feature.)
Public methodRaisePropertyChangedT(ExpressionFuncT)
Called from a property setter to notify the framework that a member has changed.
(Inherited from Feature.)
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(String, NullableChar, FuncDateTime, String)Overloaded.
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.)
Public Extension MethodToTextT(String, NullableChar, FuncT, Object, FuncDateTime, String)Overloaded.
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.)
Top
See Also

Reference