The FeatureT generic type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CastT |
Converts this feature to a new object of the specified type.
(Inherited from Feature.) | |
| Changed |
Indicates if the value of the specified property has changed.
(Inherited from Feature.) | |
| GetFieldNames |
Returns the field names. This includes unmapped fields.
(Inherited from Feature.) | |
| RaisePropertyChanged(String) |
Called from a property setter to notify the framework that a member has changed.
(Inherited from Feature.) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Called from a property setter to notify the framework that a member has changed.
(Inherited from Feature.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToKml(String, KmlStyle) | Overloaded.
Converts the feature to KML.
(Defined by Kml.) | |
| ToKml(String, NullableDouble, XElement, XElement) | Overloaded.
Converts the feature to KML.
(Defined by Kml.) | |
| ToText(String, NullableChar, FuncDateTime, String) | Overloaded.
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.) | |
| ToTextT(String, NullableChar, FuncT, Object, FuncDateTime, String) | Overloaded.
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.) |
See Also