GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Results
ImageBoundaryResult Class
Image boundary query result for ImageryLayer.queryBoundary() or imageService.queryBoundary() methods containing boundary geometry of an image service. ArcGIS Maps SDK for JavaScript
public record ImageBoundaryResult : System.IEquatable<dymaptic.GeoBlazor.Pro.Results.ImageBoundaryResult>
Inheritance System.Object 🡒 ImageBoundaryResult
Implements System.IEquatable<ImageBoundaryResult>
Constructors
  ImageBoundaryResult(Nullable, Geometry) Constructor  
 Image boundary query result for ImageryLayer.queryBoundary() or imageService.queryBoundary() methods containing boundary geometry of an image service. ArcGIS Maps SDK for JavaScript
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. ArcGIS Maps SDK for JavaScript
Geometry Geometry
The geometry that defines the boundary of the image service. ArcGIS Maps SDK for JavaScript
Properties
ImageBoundaryResult.Area Property
The area of the boundary geometry in square meters. ArcGIS Maps SDK for JavaScript
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. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; init; }