dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CapabilitiesQuerySupportedSpatialAggregationStatistics Class
List of supported aggregated geometries returned for each distinct group when groupByFieldsForStatistics is used.
ArcGIS Maps SDK for JavaScript
public class CapabilitiesQuerySupportedSpatialAggregationStatistics :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CapabilitiesQuerySupportedSpatialAggregationStatistics>
Inheritance System.Object 🡒 CapabilitiesQuerySupportedSpatialAggregationStatistics
Implements System.IEquatable<CapabilitiesQuerySupportedSpatialAggregationStatistics>
Constructors
CapabilitiesQuerySupportedSpatialAggregationStatistics(Nullable, Nullable, Nullable) Constructor
List of supported aggregated geometries returned for each distinct group when groupByFieldsForStatistics is used.
ArcGIS Maps SDK for JavaScript
public CapabilitiesQuerySupportedSpatialAggregationStatistics(System.Nullable<bool> Centroid=null, System.Nullable<bool> ConvexHull=null, System.Nullable<bool> Envelope=null);
Parameters
Centroid
System.Nullable<System.Boolean>
Indicates if the layer can return centroid for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
ConvexHull
System.Nullable<System.Boolean>
Indicates if the layer can return convex hull for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
Envelope
System.Nullable<System.Boolean>
Indicates if the layer can return extent for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
Properties
CapabilitiesQuerySupportedSpatialAggregationStatistics.Centroid Property
Indicates if the layer can return centroid for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Centroid { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQuerySupportedSpatialAggregationStatistics.ConvexHull Property
Indicates if the layer can return convex hull for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> ConvexHull { get; set; }
Property Value
System.Nullable<System.Boolean>
CapabilitiesQuerySupportedSpatialAggregationStatistics.Envelope Property
Indicates if the layer can return extent for each distinct group for groupByFieldsForStatistics.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Envelope { get; set; }