dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WFSOperationsGetFeature Class
public record WFSOperationsGetFeature : System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSOperationsGetFeature>
Inheritance System.Object 🡒 WFSOperationsGetFeature
Implements System.IEquatable<WFSOperationsGetFeature>
Constructors
WFSOperationsGetFeature(string, Nullable, string) Constructor
public WFSOperationsGetFeature(string? OutputFormat=null, System.Nullable<bool> SupportsPagination=null, string? Url=null);
Parameters
OutputFormat System.String
Value of the output format parameter to send with the GetFeature call. ArcGIS Maps SDK for JavaScript
SupportsPagination System.Nullable<System.Boolean>
Indicates if the GetFeature request supports pagination. ArcGIS Maps SDK for JavaScript
Url System.String
The URL to the GetFeature endpoint. ArcGIS Maps SDK for JavaScript
Properties
WFSOperationsGetFeature.OutputFormat Property
Value of the output format parameter to send with the GetFeature call. ArcGIS Maps SDK for JavaScript
public string? OutputFormat { get; init; }
Property Value
WFSOperationsGetFeature.SupportsPagination Property
Indicates if the GetFeature request supports pagination. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsPagination { get; init; }
Property Value
System.Nullable<System.Boolean>
WFSOperationsGetFeature.Url Property
The URL to the GetFeature endpoint. ArcGIS Maps SDK for JavaScript
public string? Url { get; init; }