dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RasterSliceValue Class
Data series returned in RasterIdentifyResult when identify() is called on a
transposed multidimensional ImageryTileLayer.
ArcGIS Maps SDK for JavaScript
public class RasterSliceValue :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterSliceValue>
Inheritance System.Object 🡒 RasterSliceValue
Implements System.IEquatable<RasterSliceValue>
Constructors
RasterSliceValue(IReadOnlyCollection, IReadOnlyCollection, IReadOnlyCollection) Constructor
Data series returned in RasterIdentifyResult when identify() is called on a
transposed multidimensional ImageryTileLayer.
ArcGIS Maps SDK for JavaScript
public RasterSliceValue(System.Collections.Generic.IReadOnlyCollection<double>? MagdirValue=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.DimensionalDefinition>? MultidimensionalDefinition=null, System.Collections.Generic.IReadOnlyCollection<double>? Value=null);
Parameters
MagdirValue
System.Collections.Generic.IReadOnlyCollection<System.Double>
The magnitude and direction values for services containing vector data.
ArcGIS Maps SDK for JavaScript
MultidimensionalDefinition
System.Collections.Generic.IReadOnlyCollection<DimensionalDefinition>
A dimensional definition associated with a given slice.
ArcGIS Maps SDK for JavaScript
Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
Image service pixel values for a given slice.
ArcGIS Maps SDK for JavaScript
Properties
RasterSliceValue.MagdirValue Property
The magnitude and direction values for services containing vector data.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? MagdirValue { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
RasterSliceValue.MultidimensionalDefinition Property
A dimensional definition associated with a given slice.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.DimensionalDefinition>? MultidimensionalDefinition { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<DimensionalDefinition>
RasterSliceValue.Value Property
Image service pixel values for a given slice.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? Value { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>