GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageBoundaryResult Class
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageBoundaryResult.html”>GeoBlazor Docs</a> Image boundary query result 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 containing boundary geometry of an image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html”>ArcGIS Maps SDK for JavaScript</a>
public record ImageBoundaryResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageBoundaryResult>
Inheritance System.Object 🡒 ImageBoundaryResult
Implements System.IEquatable<ImageBoundaryResult>
Constructors
ImageBoundaryResult(Nullable<double>, Geometry) Constructor
<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Results.ImageBoundaryResult.html”>GeoBlazor Docs</a> Image boundary query result 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 containing boundary geometry of an image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html”>ArcGIS Maps SDK for JavaScript</a>
public ImageBoundaryResult(System.Nullable<double> Area=null, dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null);
Parameters
Area
System.Nullable<System.Double>
The area of the boundary geometry in square meters. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html#area”>ArcGIS Maps SDK for JavaScript</a>
Geometry
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry
The geometry that defines the boundary of the image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html#geometry”>ArcGIS Maps SDK for JavaScript</a>
Properties
ImageBoundaryResult.Area Property
The area of the boundary geometry in square meters. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html#area”>ArcGIS Maps SDK for JavaScript</a>
public System.Nullable<double> Area { get; init; }
Property Value
System.Nullable<System.Double>
ImageBoundaryResult.Geometry Property
The geometry that defines the boundary of the image service. <a target=”_blank” href=”https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageBoundaryResult.html#geometry”>ArcGIS Maps SDK for JavaScript</a>
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; init; }