dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
SubsetDimension Class
Dimension name and its extent or range computed from the subsetDefinitions and it is added to dimensions.
ArcGIS Maps SDK for JavaScript
public class SubsetDimension :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.SubsetDimension>
Inheritance System.Object 🡒 SubsetDimension
Implements System.IEquatable<SubsetDimension>
Constructors
SubsetDimension(IReadOnlyCollection, string) Constructor
Dimension name and its extent or range computed from the subsetDefinitions and it is added to dimensions.
ArcGIS Maps SDK for JavaScript
public SubsetDimension(System.Collections.Generic.IReadOnlyCollection<double>? Extent=null, string? Name=null);
Parameters
Extent
System.Collections.Generic.IReadOnlyCollection<System.Double>
The computed extent or ranges for the given dimension.
ArcGIS Maps SDK for JavaScript
Name
System.String
The dimension name.
ArcGIS Maps SDK for JavaScript
Properties
SubsetDimension.Extent Property
The computed extent or ranges for the given dimension.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? Extent { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
SubsetDimension.Name Property
The dimension name.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }