FeatureTable Methods |
The FeatureTable type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddFeatureAsync |
Asynchronously adds new Feature to the table.
|
![]() | AddFeaturesAsync |
Asynchronously adds the set of Features to the table.
|
![]() | CanAdd |
Determines if a feature can be added to the table.
|
![]() | CancelLoad |
Cancel the previous load operation,
|
![]() | CanDelete |
Determines if the specified Feature can be deleted from the table.
|
![]() | CanEditGeometry |
Determines if the table allows for the geometry field to be modified.
|
![]() | CanUpdate |
Determines if the specified Feature can be updated on the table.
|
![]() ![]() | CreateFeature |
Creates a new feature.
|
![]() | CreateFeature(IEnumerableKeyValuePairString, Object, Geometry) |
Creates a new feature with specified attributes and geometry.
|
![]() ![]() | DeleteFeatureAsync |
Asynchronously deletes new Feature from the table.
|
![]() | DeleteFeaturesAsync |
Asynchronously deletes the set of Features from the table.
|
![]() | GetField |
Gets the associated Field with specified field name.
|
![]() ![]() | LoadAsync |
Asynchronously initiates loading of this table.
|
![]() ![]() | QueryExtentAsync | Asynchronously queries the extent of all features that satisfy the provided parameters. |
![]() ![]() | QueryFeatureCountAsync | Asynchronously queries the count of all features that satisfy the provided parameters. |
![]() ![]() | QueryFeaturesAsync(QueryParameters) |
Asynchronously performs query against the table.
|
![]() | QueryFeaturesAsync(QueryParameters, CancellationToken) |
Asynchronously performs query against the table.
|
![]() ![]() | QueryStatisticsAsync | Calculates values for the requested statistics. |
![]() | RetryLoadAsync |
Asynchronously retries loading of this table table.
|
![]() ![]() | UpdateFeatureAsync |
Asynchronously updates new Feature on the table.
|
![]() | UpdateFeaturesAsync |
Asynchronously updates the set of Features on the table.
|