dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Interfaces
IQueryMixin Interface
Interface for types AttributeBinsQuery
public interface IQueryMixin
Derived
↳ Query
Properties
IQueryMixin.CacheHint Property
System.Nullable<bool> CacheHint { get; set; }
Property Value
System.Nullable<System.Boolean>
IQueryMixin.Distance Property
System.Nullable<double> Distance { get; set; }
Property Value
System.Nullable<System.Double>
IQueryMixin.Geometry Property
dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }
Property Value
IQueryMixin.OutSpatialReference Property
dymaptic.GeoBlazor.Core.Components.SpatialReference? OutSpatialReference { get; set; }
Property Value
IQueryMixin.SpatialRelationship Property
System.Nullable<dymaptic.GeoBlazor.Core.Enums.SpatialRelationship> SpatialRelationship { get; set; }
Property Value
System.Nullable<SpatialRelationship>
IQueryMixin.TimeExtent Property
dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }
Property Value
IQueryMixin.Units Property
System.Nullable<dymaptic.GeoBlazor.Core.Enums.QueryUnits> Units { get; set; }
Property Value
IQueryMixin.Where Property
string? Where { get; set; }