GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageGPSInfo Class
Image GPS information for images returned as a result of the ImageryLayer.queryGPSInfo()
or imageService.queryGPSInfo() methods.
ArcGIS Maps SDK for JavaScript
public class ImageGPSInfo :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageGPSInfo>
Inheritance System.Object 🡒 ImageGPSInfo
Implements System.IEquatable<ImageGPSInfo>
Constructors
ImageGPSInfo(Nullable, string, Point, string, Nullable, string, string) Constructor
Image GPS information for images returned as a result of the ImageryLayer.queryGPSInfo()
or imageService.queryGPSInfo() methods.
ArcGIS Maps SDK for JavaScript
public ImageGPSInfo(System.Nullable<System.DateTime> AcquisitionDate=null, string? CameraID=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? Center=null, string? Gps=null, System.Nullable<long> ImageGPSInfoId=null, string? Name=null, string? Orientation=null);
Parameters
AcquisitionDate
System.Nullable<System.DateTime>
Image acquisition date represented using 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
Gps
System.String
Image’s GPS location.
ArcGIS Maps SDK for JavaScript
ImageGPSInfoId
System.Nullable<System.Int64>
Image id.
ArcGIS Maps SDK for JavaScript
Name
System.String
Image name.
ArcGIS Maps SDK for JavaScript
Orientation
System.String
Image’s orientation.
ArcGIS Maps SDK for JavaScript
Properties
ImageGPSInfo.AcquisitionDate Property
Image acquisition date represented using Linux Epoch time.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> AcquisitionDate { get; set; }
Property Value
System.Nullable<System.DateTime>
ImageGPSInfo.CameraID Property
Image’s camera id.
ArcGIS Maps SDK for JavaScript
public string? CameraID { get; set; }
Property Value
ImageGPSInfo.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
ImageGPSInfo.Gps Property
Image’s GPS location.
ArcGIS Maps SDK for JavaScript
public string? Gps { get; set; }
Property Value
ImageGPSInfo.ImageGPSInfoId Property
Image id.
ArcGIS Maps SDK for JavaScript
public System.Nullable<long> ImageGPSInfoId { get; set; }
Property Value
ImageGPSInfo.Name Property
Image name.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }
Property Value
ImageGPSInfo.Orientation Property
Image’s orientation.
ArcGIS Maps SDK for JavaScript
public string? Orientation { get; set; }