GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageVolume Class
The calculateVolume method on ImageryLayer returns ImageVolumeResult containing array of this class. ArcGIS Maps SDK for JavaScript
public record ImageVolume : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageVolume>
Inheritance System.Object 🡒 ImageVolume
Implements System.IEquatable<ImageVolume>
Constructors
ImageVolume(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
The calculateVolume method on ImageryLayer returns ImageVolumeResult containing array of this class. ArcGIS Maps SDK for JavaScript
public ImageVolume(System.Nullable<double> Area=null, System.Nullable<double> Cut=null, System.Nullable<int> CutCellCount=null, System.Nullable<double> Fill=null, System.Nullable<int> FillCellCount=null, System.Nullable<double> MaxZ=null, System.Nullable<double> MeanZ=null, System.Nullable<double> MinZ=null);
Parameters
Area System.Nullable<System.Double>
Area of the surface. ArcGIS Maps SDK for JavaScript
Cut System.Nullable<System.Double>
The cut volume. ArcGIS Maps SDK for JavaScript
CutCellCount System.Nullable<System.Int32>
Cut cell count. ArcGIS Maps SDK for JavaScript
Fill System.Nullable<System.Double>
The fill volume (negative). ArcGIS Maps SDK for JavaScript
FillCellCount System.Nullable<System.Int32>
Fill cell count. ArcGIS Maps SDK for JavaScript
MaxZ System.Nullable<System.Double>
Maximum z of the surface perimeter. ArcGIS Maps SDK for JavaScript
MeanZ System.Nullable<System.Double>
Average z of the surface perimeter. ArcGIS Maps SDK for JavaScript
MinZ System.Nullable<System.Double>
Minimum z of the surface perimeter. ArcGIS Maps SDK for JavaScript
Properties
ImageVolume.Area Property
Area of the surface. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Area { get; init; }
Property Value
System.Nullable<System.Double>
ImageVolume.Cut Property
The cut volume. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Cut { get; init; }
Property Value
System.Nullable<System.Double>
ImageVolume.CutCellCount Property
Cut cell count. ArcGIS Maps SDK for JavaScript
public System.Nullable<int> CutCellCount { get; init; }
Property Value
ImageVolume.Fill Property
The fill volume (negative). ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Fill { get; init; }
Property Value
System.Nullable<System.Double>
ImageVolume.FillCellCount Property
Fill cell count. ArcGIS Maps SDK for JavaScript
public System.Nullable<int> FillCellCount { get; init; }
Property Value
ImageVolume.MaxZ Property
Maximum z of the surface perimeter. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MaxZ { get; init; }
Property Value
System.Nullable<System.Double>
ImageVolume.MeanZ Property
Average z of the surface perimeter. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MeanZ { get; init; }
Property Value
System.Nullable<System.Double>
ImageVolume.MinZ Property
Minimum z of the surface perimeter. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MinZ { get; init; }