The Feature type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CastT |
Converts this feature to a new object of the specified type.
|
![]() | Changed |
Indicates if the value of the specified property has changed.
|
![]() ![]() | CreateT |
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.
|
![]() | GetFieldNames |
Returns the field names. This includes unmapped fields.
|
![]() ![]() | GetMappings |
Returns the mapped properties.
|
![]() | RaisePropertyChanged(String) |
Called from a property setter to notify the framework that a member has changed.
|
![]() | RaisePropertyChangedT(ExpressionFuncT) |
Called from a property setter to notify the framework that a member has changed.
|
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 |
Converts the feature attributes to delimiter-separated values (i.e. CSV).
(Defined by Text.) |
See Also