GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ImageInspectionInfo Class

Image information for images returned as a result of running ImageryLayer.findImages()
or imageService.findImages() methods.
ArcGIS Maps SDK for JavaScript

public class ImageInspectionInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfo>

Inheritance System.Object 🡒 ImageInspectionInfo

Implements System.IEquatable<ImageInspectionInfo>

Constructors

ImageInspectionInfo(Nullable, string, Point, Nullable, Nullable, Nullable, string, string, ImageInspectionInfoOrientation, Point, Nullable, string, Nullable) Constructor

Image information for images returned as a result of running ImageryLayer.findImages()
or imageService.findImages() methods.
ArcGIS Maps SDK for JavaScript

public ImageInspectionInfo(System.Nullable<System.DateTime> AcquisitionDate=null, string? CameraID=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center=null, System.Nullable<double> Cols=null, System.Nullable<double> FocalLength=null, System.Nullable<long> ImageInspectionInfoId=null, string? Make=null, string? Model=null, dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation? Orientation=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? PerspectiveCenter=null, System.Nullable<int> PixelSize=null, string? ReferenceUri=null, System.Nullable<double> Rows=null);

Parameters

AcquisitionDate System.Nullable<System.DateTime>

Image acquisition date represented in Linux Epoch time.
ArcGIS Maps SDK for JavaScript

CameraID System.String

Image’s camera id.
ArcGIS Maps SDK for JavaScript

Center dymaptic.GeoBlazor.Core.Components.Geometries.Point

Image’s center.
ArcGIS Maps SDK for JavaScript

Cols System.Nullable<System.Double>

Camera’s columns.
ArcGIS Maps SDK for JavaScript

FocalLength System.Nullable<System.Double>

Camera’s focal length.
ArcGIS Maps SDK for JavaScript

ImageInspectionInfoId System.Nullable<System.Int64>

Image id.
ArcGIS Maps SDK for JavaScript

Make System.String

Camera’s manufacturer.
ArcGIS Maps SDK for JavaScript

Model System.String

Camera’s model.
ArcGIS Maps SDK for JavaScript

Orientation ImageInspectionInfoOrientation

Image’s orientation along x, y, z axis.
ArcGIS Maps SDK for JavaScript

PerspectiveCenter dymaptic.GeoBlazor.Core.Components.Geometries.Point

Perspective center.
ArcGIS Maps SDK for JavaScript

PixelSize System.Nullable<System.Int32>

Camera’s pixel size.
ArcGIS Maps SDK for JavaScript

ReferenceUri System.String

The relative reference to the image’s uri.
ArcGIS Maps SDK for JavaScript

Rows System.Nullable<System.Double>

Camera’s rows.
ArcGIS Maps SDK for JavaScript

Properties

ImageInspectionInfo.AcquisitionDate Property

Image acquisition date represented in Linux Epoch time.
ArcGIS Maps SDK for JavaScript

public System.Nullable<System.DateTime> AcquisitionDate { get; set; }

Property Value

System.Nullable<System.DateTime>

ImageInspectionInfo.CameraID Property

Image’s camera id.
ArcGIS Maps SDK for JavaScript

public string? CameraID { get; set; }

Property Value

System.String

ImageInspectionInfo.Center Property

Image’s center.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point

ImageInspectionInfo.Cols Property

Camera’s columns.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Cols { get; set; }

Property Value

System.Nullable<System.Double>

ImageInspectionInfo.FocalLength Property

Camera’s focal length.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> FocalLength { get; set; }

Property Value

System.Nullable<System.Double>

ImageInspectionInfo.ImageInspectionInfoId Property

Image id.
ArcGIS Maps SDK for JavaScript

public System.Nullable<long> ImageInspectionInfoId { get; set; }

Property Value

System.Nullable<System.Int64>

ImageInspectionInfo.Make Property

Camera’s manufacturer.
ArcGIS Maps SDK for JavaScript

public string? Make { get; set; }

Property Value

System.String

ImageInspectionInfo.Model Property

Camera’s model.
ArcGIS Maps SDK for JavaScript

public string? Model { get; set; }

Property Value

System.String

ImageInspectionInfo.Orientation Property

Image’s orientation along x, y, z axis.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation? Orientation { get; set; }

Property Value

ImageInspectionInfoOrientation

ImageInspectionInfo.PerspectiveCenter Property

Perspective center.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? PerspectiveCenter { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point

ImageInspectionInfo.PixelSize Property

Camera’s pixel size.
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> PixelSize { get; set; }

Property Value

System.Nullable<System.Int32>

ImageInspectionInfo.ReferenceUri Property

The relative reference to the image’s uri.
ArcGIS Maps SDK for JavaScript

public string? ReferenceUri { get; set; }

Property Value

System.String

ImageInspectionInfo.Rows Property

Camera’s rows.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Rows { get; set; }

Property Value

System.Nullable<System.Double>