GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

MeasureAreaFromImageResult Class

The area and length result from a selected image’s measurement in an image space when the ImageryLayer.measureAreaFromImage()
or imageService.measureAreaFromImage() methods resolve successfully.
ArcGIS Maps SDK for JavaScript

public class MeasureAreaFromImageResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.MeasureAreaFromImageResult>

Inheritance System.Object 🡒 MeasureAreaFromImageResult

Implements System.IEquatable<MeasureAreaFromImageResult>

Constructors

MeasureAreaFromImageResult(Nullable, Point, Polygon, Nullable) Constructor

The area and length result from a selected image’s measurement in an image space when the ImageryLayer.measureAreaFromImage()
or imageService.measureAreaFromImage() methods resolve successfully.
ArcGIS Maps SDK for JavaScript

public MeasureAreaFromImageResult(System.Nullable<double> Area=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center=null, dymaptic.GeoBlazor.Core.Components.Geometries.Polygon? Geometry=null, System.Nullable<double> Length=null);

Parameters

Area System.Nullable<System.Double>

The area of a polygon in square meters.
ArcGIS Maps SDK for JavaScript

Center dymaptic.GeoBlazor.Core.Components.Geometries.Point

The polygon’s center in a map space.
ArcGIS Maps SDK for JavaScript

Geometry dymaptic.GeoBlazor.Core.Components.Geometries.Polygon

The polygon geometry in a map space.
ArcGIS Maps SDK for JavaScript

Length System.Nullable<System.Double>

The perimeter of a polygon in meters.
ArcGIS Maps SDK for JavaScript

Properties

MeasureAreaFromImageResult.Area Property

The area of a polygon in square meters.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Area { get; set; }

Property Value

System.Nullable<System.Double>

MeasureAreaFromImageResult.Center Property

The polygon’s center in a map space.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point

MeasureAreaFromImageResult.Geometry Property

The polygon geometry in a map space.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Polygon? Geometry { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Polygon

MeasureAreaFromImageResult.Length Property

The perimeter of a polygon in meters.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Length { get; set; }

Property Value

System.Nullable<System.Double>