loadOrRefreshFeatures

Loads all attributes and geometries for features that have not been loaded and fetches attributes and geometries for previously loaded features. Features returned from ServiceFeatureTable.queryFeatures(QueryParameters, QueryFeatureFields) or ServiceFeatureTable.queryRelatedFeatures(ArcGISFeature, RelatedQueryParameters, QueryFeatureFields) may be in the minimally loaded state (minimum attributes required for rendering and no m-values). To load all attributes, pass an Iterable of the features to this method.

Any feature requested, but not returned, by the server will have its object id cleared (set to an invalid negative value) to indicate it is no longer associated with the service feature table.

After calling this method, any non-applied edits on the table will be lost.

This method will not refresh feature attachments. Use ArcGISFeature.fetchAttachments() to retrieve attachments.

All features loaded or refreshed by this method will have m-values if defined by the service. Note that an m-value may be NaN.

Return

A Result that has no return value.

Since

200.1.0

Parameters

features

the features to load or refresh