Class QueriedFeature
One copied query hit. Feature is a UTF-8 GeoJSON Feature. State is a UTF-8 JSON object when present.
public sealed record QueriedFeature : IEquatable<QueriedFeature>
- Inheritance
-
QueriedFeature
- Implements
- Inherited Members
Constructors
QueriedFeature(byte[], string?, string?, byte[]?)
public QueriedFeature(byte[] Feature, string? SourceId, string? SourceLayerId, byte[]? State)
Parameters
Properties
Feature
public byte[] Feature { get; }
Property Value
- byte[]
SourceId
public string? SourceId { get; }
Property Value
SourceLayerId
public string? SourceLayerId { get; }
Property Value
State
public byte[]? State { get; }
Property Value
- byte[]
Methods
Equals(QueriedFeature?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(QueriedFeature? other)
Parameters
otherQueriedFeatureAn object to compare with this object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.