dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

AdvancedQueryCapabilities Class

Capabilities of advanced spatial/attribute queries exposed by a Feature Service layer.

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

Inheritance System.Object 🡒 AdvancedQueryCapabilities

Implements System.IEquatable<AdvancedQueryCapabilities>

Constructors

AdvancedQueryCapabilities(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, IReadOnlyList, IReadOnlyList, IReadOnlyList, FullTextSearchCapabilities) Constructor

Capabilities of advanced spatial/attribute queries exposed by a Feature Service layer.

public AdvancedQueryCapabilities(System.Nullable<bool> SupportsPagination=null, System.Nullable<bool> SupportsPaginationOnAggregatedQueries=null, System.Nullable<bool> SupportsQueryRelatedPagination=null, System.Nullable<bool> SupportsQueryWithDistance=null, System.Nullable<bool> SupportsOutDistance=null, System.Nullable<bool> SupportsReturningQueryExtent=null, System.Nullable<bool> SupportsStatistics=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsDistinct=null, System.Nullable<bool> SupportsQueryWithResultType=null, System.Nullable<bool> SupportsSqlExpression=null, System.Nullable<bool> SupportsTimeRelation=null, System.Nullable<bool> SupportsAdvancedQueryRelated=null, System.Nullable<bool> SupportsCountDistinct=null, System.Nullable<bool> SupportsPercentileStatistics=null, System.Nullable<bool> SupportsApproxPercentileStatistics=null, System.Nullable<bool> SupportsSpatialAggregationStatistics=null, System.Nullable<bool> SupportsLod=null, System.Nullable<bool> SupportsQueryWithLodSR=null, System.Nullable<bool> SupportsReturningGeometryCentroid=null, System.Nullable<bool> SupportsReturningGeometryEnvelope=null, System.Nullable<bool> SupportsQueryWithDatumTransformation=null, System.Nullable<bool> SupportsCurrentUserQueries=null, System.Nullable<bool> SupportsHavingClause=null, System.Nullable<bool> SupportsOutFieldSQLExpression=null, System.Nullable<bool> SupportsMaxRecordCountFactor=null, System.Nullable<bool> SupportsTopFeaturesQuery=null, System.Nullable<bool> SupportsDisjointSpatialRel=null, System.Nullable<bool> SupportsQueryWithCacheHint=null, System.Nullable<bool> SupportsQueryAnalytic=null, System.Nullable<bool> SupportsQueryPivot=null, System.Nullable<bool> SupportsQueryBins=null, System.Nullable<bool> SupportsDefaultSR=null, System.Nullable<bool> SupportsTranslations=null, System.Nullable<bool> SupportsAggIds=null, System.Nullable<bool> SupportsQueryWithCollation=null, System.Nullable<bool> SupportsISODOW=null, System.Nullable<bool> SupportsISOWeek=null, System.Nullable<bool> SupportsFullTextSearch=null, System.Collections.Generic.IReadOnlyList<string>? SupportedSpatialAggregationStatistics=null, System.Collections.Generic.IReadOnlyList<string>? SupportedLodTypes=null, System.Collections.Generic.IReadOnlyList<string>? SupportedOperationsWithCacheHint=null, dymaptic.GeoBlazor.Pro.Model.FullTextSearchCapabilities? FullTextSearchCapabilities=null);

Parameters

SupportsPagination System.Nullable<System.Boolean>

SupportsPaginationOnAggregatedQueries System.Nullable<System.Boolean>

SupportsQueryRelatedPagination System.Nullable<System.Boolean>

SupportsQueryWithDistance System.Nullable<System.Boolean>

SupportsOutDistance System.Nullable<System.Boolean>

SupportsReturningQueryExtent System.Nullable<System.Boolean>

SupportsStatistics System.Nullable<System.Boolean>

SupportsOrderBy System.Nullable<System.Boolean>

SupportsDistinct System.Nullable<System.Boolean>

SupportsQueryWithResultType System.Nullable<System.Boolean>

SupportsSqlExpression System.Nullable<System.Boolean>

SupportsTimeRelation System.Nullable<System.Boolean>

SupportsAdvancedQueryRelated System.Nullable<System.Boolean>

SupportsCountDistinct System.Nullable<System.Boolean>

SupportsPercentileStatistics System.Nullable<System.Boolean>

SupportsApproxPercentileStatistics System.Nullable<System.Boolean>

SupportsSpatialAggregationStatistics System.Nullable<System.Boolean>

SupportsLod System.Nullable<System.Boolean>

SupportsQueryWithLodSR System.Nullable<System.Boolean>

SupportsReturningGeometryCentroid System.Nullable<System.Boolean>

SupportsReturningGeometryEnvelope System.Nullable<System.Boolean>

SupportsQueryWithDatumTransformation System.Nullable<System.Boolean>

SupportsCurrentUserQueries System.Nullable<System.Boolean>

SupportsHavingClause System.Nullable<System.Boolean>

SupportsOutFieldSQLExpression System.Nullable<System.Boolean>

SupportsMaxRecordCountFactor System.Nullable<System.Boolean>

SupportsTopFeaturesQuery System.Nullable<System.Boolean>

SupportsDisjointSpatialRel System.Nullable<System.Boolean>

SupportsQueryWithCacheHint System.Nullable<System.Boolean>

SupportsQueryAnalytic System.Nullable<System.Boolean>

SupportsQueryPivot System.Nullable<System.Boolean>

SupportsQueryBins System.Nullable<System.Boolean>

SupportsDefaultSR System.Nullable<System.Boolean>

SupportsTranslations System.Nullable<System.Boolean>

SupportsAggIds System.Nullable<System.Boolean>

SupportsQueryWithCollation System.Nullable<System.Boolean>

SupportsISODOW System.Nullable<System.Boolean>

SupportsISOWeek System.Nullable<System.Boolean>

SupportsFullTextSearch System.Nullable<System.Boolean>

SupportedSpatialAggregationStatistics System.Collections.Generic.IReadOnlyList<System.String>

SupportedLodTypes System.Collections.Generic.IReadOnlyList<System.String>

SupportedOperationsWithCacheHint System.Collections.Generic.IReadOnlyList<System.String>

FullTextSearchCapabilities FullTextSearchCapabilities

Properties

AdvancedQueryCapabilities.FullTextSearchCapabilities Property

public dymaptic.GeoBlazor.Pro.Model.FullTextSearchCapabilities? FullTextSearchCapabilities { get; init; }

Property Value

FullTextSearchCapabilities

AdvancedQueryCapabilities.SupportedLodTypes Property

public System.Collections.Generic.IReadOnlyList<string>? SupportedLodTypes { get; init; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

AdvancedQueryCapabilities.SupportedOperationsWithCacheHint Property

public System.Collections.Generic.IReadOnlyList<string>? SupportedOperationsWithCacheHint { get; init; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

AdvancedQueryCapabilities.SupportedSpatialAggregationStatistics Property

public System.Collections.Generic.IReadOnlyList<string>? SupportedSpatialAggregationStatistics { get; init; }

Property Value

System.Collections.Generic.IReadOnlyList<System.String>

AdvancedQueryCapabilities.SupportsAdvancedQueryRelated Property

public System.Nullable<bool> SupportsAdvancedQueryRelated { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsAggIds Property

public System.Nullable<bool> SupportsAggIds { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsApproxPercentileStatistics Property

public System.Nullable<bool> SupportsApproxPercentileStatistics { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsCountDistinct Property

public System.Nullable<bool> SupportsCountDistinct { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsCurrentUserQueries Property

public System.Nullable<bool> SupportsCurrentUserQueries { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsDefaultSR Property

public System.Nullable<bool> SupportsDefaultSR { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsDisjointSpatialRel Property

public System.Nullable<bool> SupportsDisjointSpatialRel { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsDistinct Property

public System.Nullable<bool> SupportsDistinct { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsFullTextSearch Property

public System.Nullable<bool> SupportsFullTextSearch { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsHavingClause Property

public System.Nullable<bool> SupportsHavingClause { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsISODOW Property

public System.Nullable<bool> SupportsISODOW { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsISOWeek Property

public System.Nullable<bool> SupportsISOWeek { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsLod Property

public System.Nullable<bool> SupportsLod { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsMaxRecordCountFactor Property

public System.Nullable<bool> SupportsMaxRecordCountFactor { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsOrderBy Property

public System.Nullable<bool> SupportsOrderBy { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsOutDistance Property

public System.Nullable<bool> SupportsOutDistance { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsOutFieldSQLExpression Property

public System.Nullable<bool> SupportsOutFieldSQLExpression { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsPagination Property

public System.Nullable<bool> SupportsPagination { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsPaginationOnAggregatedQueries Property

public System.Nullable<bool> SupportsPaginationOnAggregatedQueries { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsPercentileStatistics Property

public System.Nullable<bool> SupportsPercentileStatistics { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryAnalytic Property

public System.Nullable<bool> SupportsQueryAnalytic { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryBins Property

public System.Nullable<bool> SupportsQueryBins { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryPivot Property

public System.Nullable<bool> SupportsQueryPivot { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryRelatedPagination Property

public System.Nullable<bool> SupportsQueryRelatedPagination { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithCacheHint Property

public System.Nullable<bool> SupportsQueryWithCacheHint { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithCollation Property

public System.Nullable<bool> SupportsQueryWithCollation { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithDatumTransformation Property

public System.Nullable<bool> SupportsQueryWithDatumTransformation { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithDistance Property

public System.Nullable<bool> SupportsQueryWithDistance { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithLodSR Property

public System.Nullable<bool> SupportsQueryWithLodSR { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsQueryWithResultType Property

public System.Nullable<bool> SupportsQueryWithResultType { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsReturningGeometryCentroid Property

public System.Nullable<bool> SupportsReturningGeometryCentroid { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsReturningGeometryEnvelope Property

public System.Nullable<bool> SupportsReturningGeometryEnvelope { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsReturningQueryExtent Property

public System.Nullable<bool> SupportsReturningQueryExtent { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsSpatialAggregationStatistics Property

public System.Nullable<bool> SupportsSpatialAggregationStatistics { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsSqlExpression Property

public System.Nullable<bool> SupportsSqlExpression { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsStatistics Property

public System.Nullable<bool> SupportsStatistics { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsTimeRelation Property

public System.Nullable<bool> SupportsTimeRelation { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsTopFeaturesQuery Property

public System.Nullable<bool> SupportsTopFeaturesQuery { get; init; }

Property Value

System.Nullable<System.Boolean>

AdvancedQueryCapabilities.SupportsTranslations Property

public System.Nullable<bool> SupportsTranslations { get; init; }

Property Value

System.Nullable<System.Boolean>