Zum Hauptinhalt gehen

How to summarixe attribute values in large feature sets

Kommentare

2 Kommentare

  • Berend Veldkamp
    I just tried the QueryTask with outputstatistics and both with and without a geometry set, but it seems to work as expected. Maybe you could post a (small) workflow that reproduces this issue?

     

    If you have proper access to the ArcGIS Server, another approach would be to create a Geoprocessing Task that does the heavy lifting, and invoke that from the workflow.
    0
  • Permanently deleted user
    I have not tried this, but just a thought. Convert the FeatureSet to a DataTable and use the "Invoke Method" activity to execute the DataTable classes' "Compute" method:

     

    https://msdn.microsoft.com/en-us/library/system.data.datatable.compute(v=vs.110).aspx
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.