dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
FindImagesParameters Class
Input parameter for the ImageryLayer.findImages()
or imageService.findImages() methods.
ArcGIS Maps SDK for JavaScript
public class FindImagesParameters :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FindImagesParameters>
Inheritance System.Object đŸ¡’ FindImagesParameters
Implements System.IEquatable<FindImagesParameters>
Constructors
FindImagesParameters(Point, Nullable, IReadOnlyCollection, Point, string) Constructor
Input parameter for the ImageryLayer.findImages()
or imageService.findImages() methods.
ArcGIS Maps SDK for JavaScript
public FindImagesParameters(dymaptic.GeoBlazor.Core.Components.Geometries.Point? FromGeometry=null, System.Nullable<int> MaxCount=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.ObjectId>? ObjectIds=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? ToGeometry=null, string? Where=null);
Parameters
FromGeometry
Point
A point geometry with z
value.
ArcGIS Maps SDK for JavaScript
MaxCount
System.Nullable<System.Int32>
The maximum image count.
ArcGIS Maps SDK for JavaScript
ObjectIds
System.Collections.Generic.IReadOnlyCollection<ObjectId>
An array of ObjectIDs to filter images.
ArcGIS Maps SDK for JavaScript
ToGeometry
Point
A point geometry with z
value that defines the target geometry’s location.
ArcGIS Maps SDK for JavaScript
Where
System.String
A where clause for the query.
ArcGIS Maps SDK for JavaScript
Properties
FindImagesParameters.FromGeometry Property
A point geometry with z
value.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? FromGeometry { get; set; }
Property Value
FindImagesParameters.MaxCount Property
The maximum image count.
ArcGIS Maps SDK for JavaScript
public System.Nullable<int> MaxCount { get; set; }
Property Value
FindImagesParameters.ObjectIds Property
An array of ObjectIDs to filter 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>
FindImagesParameters.ToGeometry Property
A point geometry with z
value that defines the target geometry’s location.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Point? ToGeometry { get; set; }
Property Value
FindImagesParameters.Where Property
A where clause for the query.
ArcGIS Maps SDK for JavaScript
public string? Where { get; set; }