GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
AttributeBinsFeatureSet Class
The AttributeBinsFeatureSet is a collection of AttributeBinsGraphic returned from the queryAttributeBins()
method based on a given AttributeBinsQuery.
ArcGIS Maps SDK for JavaScript
public class AttributeBinsFeatureSet : dymaptic.GeoBlazor.Core.Model.FeatureSet,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.AttributeBinsFeatureSet>
Inheritance System.Object 🡒 dymaptic.GeoBlazor.Core.Model.FeatureSet 🡒 AttributeBinsFeatureSet
Implements System.IEquatable<AttributeBinsFeatureSet>
Constructors
AttributeBinsFeatureSet(string, Nullable, IReadOnlyList, Nullable, Geometry, SpatialReference) Constructor
The AttributeBinsFeatureSet is a collection of AttributeBinsGraphic returned from the queryAttributeBins()
method based on a given AttributeBinsQuery.
ArcGIS Maps SDK for JavaScript
public AttributeBinsFeatureSet(string DisplayFieldName, System.Nullable<bool> ExceededTransferLimit, System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field> Fields, System.Nullable<dymaptic.GeoBlazor.Core.Enums.GeometryType> GeometryType, dymaptic.GeoBlazor.Core.Components.Geometries.Geometry QueryGeometry, dymaptic.GeoBlazor.Core.Components.SpatialReference SpatialReference);
Parameters
DisplayFieldName
System.String
The name of the layer’s primary display field.
ArcGIS Maps SDK for JavaScript
ExceededTransferLimit
System.Nullable<System.Boolean>
Typically, a layer has a limit on the number of features (i.e., records) returned by the query operation.
ArcGIS Maps SDK for JavaScript
Fields
System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Components.Field>
Information about each field.
ArcGIS Maps SDK for JavaScript
GeometryType
System.Nullable<dymaptic.GeoBlazor.Core.Enums.GeometryType>
The geometry type of features in the FeatureSet.
ArcGIS Maps SDK for JavaScript
QueryGeometry
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
The geometry used to query the features.
ArcGIS Maps SDK for JavaScript
SpatialReference
dymaptic.GeoBlazor.Core.Components.SpatialReference
When a FeatureSet is used as input to Geoprocessor, the spatial reference is set to the map’s spatial reference by default.
ArcGIS Maps SDK for JavaScript
Properties
AttributeBinsFeatureSet.Features Property
The array of attribute bin graphics returned from a queryAttributeBins()
operation.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Pro.Components.AttributeBinsGraphic>? Features { get; set; }
Property Value
System.Collections.Generic.IReadOnlyList<AttributeBinsGraphic>