GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImagePixelLocationParameters Class
Input parameters for the ImageryLayer.computePixelSpaceLocations()
or imageService.computePixelSpaceLocations() methods.
ArcGIS Maps SDK for JavaScript
public class ImagePixelLocationParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImagePixelLocationParameters>
Inheritance System.Object 🡒 ImagePixelLocationParameters
Implements System.IEquatable<ImagePixelLocationParameters>
Constructors
ImagePixelLocationParameters(IReadOnlyCollection, Nullable) Constructor
Input parameters for the ImageryLayer.computePixelSpaceLocations()
or imageService.computePixelSpaceLocations() methods.
ArcGIS Maps SDK for JavaScript
public ImagePixelLocationParameters(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Point>? Geometries=null, System.Nullable<long> RasterId=null);
Parameters
Geometries
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Point>
An array of points that defines pixel locations.
ArcGIS Maps SDK for JavaScript
RasterId
System.Nullable<System.Int64>
The rasterId of a raster catalog in the image service.
ArcGIS Maps SDK for JavaScript
Properties
ImagePixelLocationParameters.Geometries Property
An array of points that defines pixel locations.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Point>? Geometries { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Geometries.Point>
ImagePixelLocationParameters.RasterId Property
The rasterId of a raster catalog in the image service.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> RasterId { get; set; }