dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WFSOperationsDescribeFeatureType Class
public class WFSOperationsDescribeFeatureType :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSOperationsDescribeFeatureType>
Inheritance System.Object 🡒 WFSOperationsDescribeFeatureType
Implements System.IEquatable<WFSOperationsDescribeFeatureType>
Constructors
WFSOperationsDescribeFeatureType(string) Constructor
public WFSOperationsDescribeFeatureType(string? Url=null);
Parameters
Url
System.String
The URL to the DescribeFeatureType endpoint.
ArcGIS Maps SDK for JavaScript
Properties
WFSOperationsDescribeFeatureType.Url Property
The URL to the DescribeFeatureType endpoint.
ArcGIS Maps SDK for JavaScript
public string? Url { get; set; }