Class StatisticsQueryResult

java.lang.Object
com.esri.arcgisruntime.data.StatisticsQueryResult

public final class StatisticsQueryResult extends Object
Represents the results of a statistics query.
Since:
100.2.0
  • Method Details

    • iterator

      public Iterator<StatisticRecord> iterator()
      Returns a new iterator over the set of statistic records.

      Iterators previously returned from this method will become invalid and their methods will throw an IllegalStateException.

      Returns:
      a new iterator of statistic records
      Since:
      100.2.0