GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ImageGPSInfoParameters Class
Image GPS info parameters for ImageryLayer.queryGPSInfo() or imageService.queryGPSInfo() methods. ArcGIS Maps SDK for JavaScript
public record ImageGPSInfoParameters : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageGPSInfoParameters>
Inheritance System.Object 🡒 ImageGPSInfoParameters
Implements System.IEquatable<ImageGPSInfoParameters>
Constructors
ImageGPSInfoParameters(Geometry, IReadOnlyCollection, Nullable, TimeExtent, string) Constructor
Image GPS info parameters for ImageryLayer.queryGPSInfo() or imageService.queryGPSInfo() methods. ArcGIS Maps SDK for JavaScript
public ImageGPSInfoParameters(dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SpatialRelationship> SpatialRelationship=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent=null, string? Where=null);
Parameters
Geometry
Geometry
The geometry to query images. ArcGIS Maps SDK for JavaScript
ObjectIds
System.Collections.Generic.IReadOnlyCollection<ObjectId>
An array of ObjectIDs to be used to query images. ArcGIS Maps SDK for JavaScript
SpatialRelationship
System.Nullable<SpatialRelationship>
For spatial queries, this parameter defines the spatial relationship to query image footprints in the layer against the input geometry. default “intersects” ArcGIS Maps SDK for JavaScript
TimeExtent
TimeExtent
A time extent for a temporal query to query images. ArcGIS Maps SDK for JavaScript
Where
System.String
A where clause for the query. ArcGIS Maps SDK for JavaScript
Properties
ImageGPSInfoParameters.Geometry Property
The geometry to query images. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }
Property Value
ImageGPSInfoParameters.ObjectIds Property
An array of ObjectIDs to be used to query images. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<ObjectId>
ImageGPSInfoParameters.SpatialRelationship Property
For spatial queries, this parameter defines the spatial relationship to query image footprints in the layer against the input geometry. default “intersects” ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SpatialRelationship> SpatialRelationship { get; set; }
Property Value
System.Nullable<SpatialRelationship>
ImageGPSInfoParameters.TimeExtent Property
A time extent for a temporal query to query images. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }
Property Value
ImageGPSInfoParameters.Where Property
A where clause for the query. ArcGIS Maps SDK for JavaScript
public string? Where { get; set; }