GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

ImagePixelLocationResult Class

The results from imageService.computePixelSpaceLocations() or
ImageryLayer.computePixelSpaceLocations() method.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 ImagePixelLocationResult

Implements System.IEquatable<ImagePixelLocationResult>

Constructors

ImagePixelLocationResult(IReadOnlyCollection) Constructor

The results from imageService.computePixelSpaceLocations() or
ImageryLayer.computePixelSpaceLocations() method.
ArcGIS Maps SDK for JavaScript

public ImagePixelLocationResult(System.Collections.Generic.IReadOnlyCollection<string>? Geometries=null);

Parameters

Geometries System.Collections.Generic.IReadOnlyCollection<System.String>

An array of objects containing pixel space x,y coordinates and the pixel’s z values of the pixel location geometries.
ArcGIS Maps SDK for JavaScript

Properties

ImagePixelLocationResult.Geometries Property

An array of objects containing pixel space x,y coordinates and the pixel’s z values of the pixel location geometries.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? Geometries { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>