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 record 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 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 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; init; }
Property Value
System.Nullable<System.DateTime>
ImageInspectionInfo.CameraID Property
Image’s camera id. ArcGIS Maps SDK for JavaScript
public string? CameraID { get; init; }
Property Value
ImageInspectionInfo.Center Property
Image’s center. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center { get; init; }
Property Value
ImageInspectionInfo.Cols Property
Camera’s columns. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Cols { get; init; }
Property Value
System.Nullable<System.Double>
ImageInspectionInfo.FocalLength Property
Camera’s focal length. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> FocalLength { get; init; }
Property Value
System.Nullable<System.Double>
ImageInspectionInfo.ImageInspectionInfoId Property
Image id. ArcGIS Maps SDK for JavaScript
public System.Nullable<long> ImageInspectionInfoId { get; init; }
Property Value
ImageInspectionInfo.Make Property
Camera’s manufacturer. ArcGIS Maps SDK for JavaScript
public string? Make { get; init; }
Property Value
ImageInspectionInfo.Model Property
Camera’s model. ArcGIS Maps SDK for JavaScript
public string? Model { get; init; }
Property Value
ImageInspectionInfo.Orientation Property
Image’s orientation along x, y, z axis. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Pro.Model.ImageInspectionInfoOrientation? Orientation { get; init; }
Property Value
ImageInspectionInfoOrientation
ImageInspectionInfo.PerspectiveCenter Property
Perspective center. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? PerspectiveCenter { get; init; }
Property Value
ImageInspectionInfo.PixelSize Property
Camera’s pixel size. ArcGIS Maps SDK for JavaScript
public System.Nullable<int> PixelSize { get; init; }
Property Value
ImageInspectionInfo.ReferenceUri Property
The relative reference to the image’s uri. ArcGIS Maps SDK for JavaScript
public string? ReferenceUri { get; init; }
Property Value
ImageInspectionInfo.Rows Property
Camera’s rows. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Rows { get; init; }