GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ImageBoundaryParameters Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ImageBoundaryParameters.html”>GeoBlazor Docs</a> Image boundary query parameters for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#queryBoundary”>ImageryLayer.queryBoundary()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#queryBoundary”>imageService.queryBoundary()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryParameters.html”>ArcGIS Maps SDK for JavaScript</a>

public record ImageBoundaryParameters : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageBoundaryParameters>

Inheritance System.Object 🡒 ImageBoundaryParameters

Implements System.IEquatable<ImageBoundaryParameters>

Constructors

ImageBoundaryParameters(SpatialReference) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Model.ImageBoundaryParameters.html”>GeoBlazor Docs</a> Image boundary query parameters for <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#queryBoundary”>ImageryLayer.queryBoundary()</a> or <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-imageService.html#queryBoundary”>imageService.queryBoundary()</a> methods. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryParameters.html”>ArcGIS Maps SDK for JavaScript</a>

public ImageBoundaryParameters(dymaptic.GeoBlazor.Core.Components.SpatialReference? OutSpatialReference=null);

Parameters

OutSpatialReference dymaptic.GeoBlazor.Core.Components.SpatialReference

The spatial reference for the output boundary geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryParameters.html#outSpatialReference”>ArcGIS Maps SDK for JavaScript</a>

Properties

ImageBoundaryParameters.OutSpatialReference Property

The spatial reference for the output boundary geometry. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryParameters.html#outSpatialReference”>ArcGIS Maps SDK for JavaScript</a>

public dymaptic.GeoBlazor.Core.Components.SpatialReference? OutSpatialReference { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.SpatialReference