StatisticsQueryParameters

class StatisticsQueryParameters

Represents a type used for defining a statistics query.

Constructors

Link copied to clipboard
fun StatisticsQueryParameters(statisticDefinitions: Iterable<StatisticDefinition>)

Creates a statistics query parameters.

Properties

Link copied to clipboard
var geometry: Geometry?
Link copied to clipboard
val groupByFieldNames: MutableList<String>
Link copied to clipboard
val orderByFields: MutableList<OrderBy>
Link copied to clipboard
var spatialRelationship: SpatialRelationship

The spatial relationship that (along with the filter geometry) defines features to be included in the statistical query. If not set, the spatial relationship defaults to intersects. A combination of attribute, spatial, and temporal criteria can be used to filter the features evaluated in a statistical query. If no filters are defined, all features in the table are included in the query.

Link copied to clipboard
val statisticDefinitions: MutableList<StatisticDefinition>
Link copied to clipboard
var timeExtent: TimeExtent?
Link copied to clipboard
var whereClause: String

The attribute expression that defines features to be included in the statistics query. A combination of attribute, spatial, and temporal criteria can be used to filter the features evaluated in a statistical query. If no filters are defined, all features in the table are included in the query.