dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WFSCapabilities Class
WFS service information about the available layers and operations.
ArcGIS Maps SDK for JavaScript
public class WFSCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSCapabilities>
Inheritance System.Object 🡒 WFSCapabilities
Implements System.IEquatable<WFSCapabilities>
Constructors
WFSCapabilities(IReadOnlyCollection, WFSOperations) Constructor
WFS service information about the available layers and operations.
ArcGIS Maps SDK for JavaScript
public WFSCapabilities(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.WFSFeatureType>? FeatureTypes=null, dymaptic.GeoBlazor.Core.Model.WFSOperations? Operations=null);
Parameters
FeatureTypes
System.Collections.Generic.IReadOnlyCollection<WFSFeatureType>
An array of featureTypes (or layers) available in the WFS service.
ArcGIS Maps SDK for JavaScript
Operations
WFSOperations
Information about the operations needed to consume the WFS service.
ArcGIS Maps SDK for JavaScript
Properties
WFSCapabilities.FeatureTypes Property
An array of featureTypes (or layers) available in the WFS service.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Model.WFSFeatureType>? FeatureTypes { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<WFSFeatureType>
WFSCapabilities.Operations Property
Information about the operations needed to consume the WFS service.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.WFSOperations? Operations { get; set; }
Property Value
WFSCapabilities.Url Property
The URL of the WFS service that these capabilities describe.
public string? Url { get; set; }