GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImagePointResult Class
Image service point or centroid measurement result returned when the ImageryLayer.measurePointOrCentroid()
or imageService.measurePointOrCentroid() methods resolve successfully.
ArcGIS Maps SDK for JavaScript
public class ImagePointResult : dymaptic.GeoBlazor.Pro.Results.BaseImageMeasureResult,
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImagePointResult>
Inheritance System.Object 🡒 BaseImageMeasureResult 🡒 ImagePointResult
Implements System.IEquatable<ImagePointResult>
Constructors
ImagePointResult(string, string, Point) Constructor
Image service point or centroid measurement result returned when the ImageryLayer.measurePointOrCentroid()
or imageService.measurePointOrCentroid() methods resolve successfully.
ArcGIS Maps SDK for JavaScript
public ImagePointResult(string? Name, string? SensorName, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Point=null);
Parameters
Name
System.String
Name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript
SensorName
System.String
Sensor name of the raster dataset used in the area and height measurement.
ArcGIS Maps SDK for JavaScript
Point
dymaptic.GeoBlazor.Core.Components.Geometries.Point
The measured point on an image service.
ArcGIS Maps SDK for JavaScript
Properties
ImagePointResult.Point Property
The measured point on an image service.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Point { get; set; }