GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageVolumeParameters Class
Input parameters for the calculateVolume()
method on ImageryLayer.
ArcGIS Maps SDK for JavaScript
public class ImageVolumeParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageVolumeParameters>
Inheritance System.Object 🡒 ImageVolumeParameters
Implements System.IEquatable<ImageVolumeParameters>
Constructors
ImageVolumeParameters(Nullable, Nullable, IReadOnlyCollection, MosaicRule, Point) Constructor
Input parameters for the calculateVolume()
method on ImageryLayer.
ArcGIS Maps SDK for JavaScript
public ImageVolumeParameters(System.Nullable<dymaptic.GeoBlazor.Pro.Enums.BaseType> BaseType=null, System.Nullable<double> ConstantZ=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>? Geometries=null, dymaptic.GeoBlazor.Core.Model.MosaicRule? MosaicRule=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize=null);
Parameters
BaseType
System.Nullable<BaseType>
Surface type of the base elevation plane.
default “plane”
ArcGIS Maps SDK for JavaScript
ConstantZ
System.Nullable<System.Double>
Constant Z value.
ArcGIS Maps SDK for JavaScript
Geometries
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>
An array of geometries containing extents or polygons.
ArcGIS Maps SDK for JavaScript
MosaicRule
dymaptic.GeoBlazor.Core.Model.MosaicRule
Specifies the mosaic rule on how individual images should be mosaicked
when the measure is computed.
ArcGIS Maps SDK for JavaScript
PixelSize
dymaptic.GeoBlazor.Core.Components.Geometries.Point
Specifies the pixel size.
ArcGIS Maps SDK for JavaScript
Properties
ImageVolumeParameters.BaseType Property
Surface type of the base elevation plane.
default “plane”
ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Pro.Enums.BaseType> BaseType { get; set; }
Property Value
ImageVolumeParameters.ConstantZ Property
Constant Z value.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> ConstantZ { get; set; }
Property Value
System.Nullable<System.Double>
ImageVolumeParameters.Geometries Property
An array of geometries containing extents or polygons.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>? Geometries { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Geometry>
ImageVolumeParameters.MosaicRule Property
Specifies the mosaic rule on how individual images should be mosaicked
when the measure is computed.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.MosaicRule? MosaicRule { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Model.MosaicRule
ImageVolumeParameters.PixelSize Property
Specifies the pixel size.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize { get; set; }