dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

QueryFeature Class

Single feature row in a Feature Service query response. Geometry shape varies by layer geometryType.

public record QueryFeature : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.QueryFeature>

Inheritance System.Object 🡒 QueryFeature

Implements System.IEquatable<QueryFeature>

Constructors

QueryFeature(IReadOnlyDictionary<string,object>, object) Constructor

Single feature row in a Feature Service query response. Geometry shape varies by layer geometryType.

public QueryFeature(System.Collections.Generic.IReadOnlyDictionary<string,object?>? Attributes=null, object? Geometry=null);

Parameters

Attributes System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>

Geometry System.Object

Properties

QueryFeature.Attributes Property

public System.Collections.Generic.IReadOnlyDictionary<string,object?>? Attributes { get; init; }

Property Value

System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>

QueryFeature.Geometry Property

public object? Geometry { get; init; }

Property Value

System.Object