layout: default title: SupportedSpatialStatisticAggregations parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

SupportedSpatialStatisticAggregations Class

List of supported aggregated geometries returned for each distinct group when groupByFieldsForStatistics is used.

public class SupportedSpatialStatisticAggregations :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.SupportedSpatialStatisticAggregations>

Inheritance System.Object 🡒 SupportedSpatialStatisticAggregations

Implements System.IEquatable<SupportedSpatialStatisticAggregations>

Constructors

SupportedSpatialStatisticAggregations(bool, bool, bool) Constructor

List of supported aggregated geometries returned for each distinct group when groupByFieldsForStatistics is used.

public SupportedSpatialStatisticAggregations(bool Centroid, bool Envelope, bool ConvexHull);

Parameters

Centroid System.Boolean

Indicates if the layer can return centroid for each distinct group for groupByFieldsForStatistics.

Envelope System.Boolean

Indicates if the layer can return extent for each distinct group for groupByFieldsForStatistics.

ConvexHull System.Boolean

Indicates if the layer can return convex hull for each distinct group for groupByFieldsForStatistics.

Properties

SupportedSpatialStatisticAggregations.Centroid Property

Indicates if the layer can return centroid for each distinct group for groupByFieldsForStatistics.

public bool Centroid { get; set; }

Property Value

System.Boolean

SupportedSpatialStatisticAggregations.ConvexHull Property

Indicates if the layer can return convex hull for each distinct group for groupByFieldsForStatistics.

public bool ConvexHull { get; set; }

Property Value

System.Boolean

SupportedSpatialStatisticAggregations.Envelope Property

Indicates if the layer can return extent for each distinct group for groupByFieldsForStatistics.

public bool Envelope { get; set; }

Property Value

System.Boolean