setFacilities

fun setFacilities(featureTable: ArcGISFeatureTable, queryParameters: QueryParameters)

Sets the facilities from the features in specified feature table. The feature table can be either local or online. The feature table must be of geometry type point. Attributes from the feature table are mapped to the properties on the facilities objects generated from the specified feature table. The where clause set in the query parameters will be applied to the feature table. If an online feature table is specified the table will not be queried for features until Solve is called. Sets facilities by importing them from local or remote table.

Since

200.1.0

See also

FeatureTable

Sets facilities. The set of service area facilities loaded as network locations during analysis. You need to specify at least one facility to successfully ServiceAreaTask.solveServiceArea(ServiceAreaParameters).

Since

200.1.0