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 class ImageHeightParameters : dymaptic.GeoBlazor.Core.Model.BaseImageMeasureParameters,
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageHeightParameters>
Inheritance System.Object 🡒 dymaptic.GeoBlazor.Core.Model.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
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
FromGeometry
dymaptic.GeoBlazor.Core.Components.Geometries.Point
A point that defines the from location of the height measurement.
ArcGIS Maps SDK for JavaScript
LinearUnit
System.Nullable<dymaptic.GeoBlazor.Core.Enums.LengthUnit>
Linear unit used for height calculation.
default “meters”
ArcGIS Maps SDK for JavaScript
OperationType
System.Nullable<dymaptic.GeoBlazor.Core.Enums.OperationType>
Determines how the height will be measured when the sensor info is available.
default “base-and-top”
ArcGIS Maps SDK for JavaScript
ToGeometry
dymaptic.GeoBlazor.Core.Components.Geometries.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
dymaptic.GeoBlazor.Core.Components.Geometries.Point
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
System.Nullable<dymaptic.GeoBlazor.Core.Enums.LengthUnit>
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<dymaptic.GeoBlazor.Core.Enums.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; }