dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSOperationsGetFeature Class

public class 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; set; }

Property Value

System.String

WFSOperationsGetFeature.SupportsPagination Property

Indicates if the GetFeature request supports pagination.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

WFSOperationsGetFeature.Url Property

The URL to the GetFeature endpoint.
ArcGIS Maps SDK for JavaScript

public string? Url { get; set; }

Property Value

System.String