dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WFSLayerCapabilitiesQueryRelated Class
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public class WFSLayerCapabilitiesQueryRelated :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSLayerCapabilitiesQueryRelated>
Inheritance System.Object 🡒 WFSLayerCapabilitiesQueryRelated
Implements System.IEquatable<WFSLayerCapabilitiesQueryRelated>
Constructors
WFSLayerCapabilitiesQueryRelated(Nullable, Nullable, Nullable) Constructor
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public WFSLayerCapabilitiesQueryRelated(System.Nullable<bool> SupportsCount=null, System.Nullable<bool> SupportsOrderBy=null, System.Nullable<bool> SupportsPagination=null);
Parameters
SupportsCount
System.Nullable<System.Boolean>
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
SupportsOrderBy
System.Nullable<System.Boolean>
Indicates if the related features or records returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
SupportsPagination
System.Nullable<System.Boolean>
Indicates if the query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
Properties
WFSLayerCapabilitiesQueryRelated.SupportsCount Property
Indicates if the layer’s query response includes the number of features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCount { get; set; }
Property Value
System.Nullable<System.Boolean>
WFSLayerCapabilitiesQueryRelated.SupportsOrderBy Property
Indicates if the related features or records returned in the query response can be ordered by one or more fields.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsOrderBy { get; set; }
Property Value
System.Nullable<System.Boolean>
WFSLayerCapabilitiesQueryRelated.SupportsPagination Property
Indicates if the query response supports pagination for related features or records.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; set; }