GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageHeightParameters Class
Input parameters used by the ImageryLayer.measureHeight() or imageService.measureHeight() methods to perform imagery height mensuration. ArcGIS Maps SDK for JavaScript
public record ImageHeightParameters : dymaptic.GeoBlazor.Core.Model.BaseImageMeasureParameters, System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageHeightParameters>
Inheritance System.Object 🡒 BaseImageMeasureParameters 🡒 ImageHeightParameters
Implements System.IEquatable<ImageHeightParameters>
Constructors
ImageHeightParameters(MosaicRule, Point, Point, Nullable, Nullable, Point) Constructor
Input parameters used by the ImageryLayer.measureHeight() or imageService.measureHeight() methods to perform imagery height mensuration. ArcGIS Maps SDK for JavaScript
public ImageHeightParameters(dymaptic.GeoBlazor.Core.Model.MosaicRule? MosaicRule, dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize, dymaptic.GeoBlazor.Core.Components.Geometries.Point? FromGeometry=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.LengthUnit> LinearUnit=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.OperationType> OperationType=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? ToGeometry=null);
Parameters
MosaicRule
MosaicRule
Specifies the mosaic rule on how individual images should be mosaicked when the measure is computed. ArcGIS Maps SDK for JavaScript
PixelSize
Point
Specifies the pixel size. ArcGIS Maps SDK for JavaScript
FromGeometry
Point
A point that defines the from location of the height measurement. ArcGIS Maps SDK for JavaScript
LinearUnit
System.Nullable<LengthUnit>
Linear unit used for height calculation. default “meters” ArcGIS Maps SDK for JavaScript
OperationType
System.Nullable<OperationType>
Determines how the height will be measured when the sensor info is available. default “base-and-top” ArcGIS Maps SDK for JavaScript
ToGeometry
Point
A point that defines the to location of the height measurement. ArcGIS Maps SDK for JavaScript
Properties
ImageHeightParameters.FromGeometry Property
A point that defines the from location of the height measurement. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? FromGeometry { get; set; }
Property Value
ImageHeightParameters.LinearUnit Property
Linear unit used for height calculation. default “meters” ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.LengthUnit> LinearUnit { get; set; }
Property Value
ImageHeightParameters.OperationType Property
Determines how the height will be measured when the sensor info is available. default “base-and-top” ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.OperationType> OperationType { get; set; }
Property Value
System.Nullable<OperationType>
ImageHeightParameters.ToGeometry Property
A point that defines the to location of the height measurement. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? ToGeometry { get; set; }