dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSOperations Class

Information about some operations of the WFS service.
ArcGIS Maps SDK for JavaScript

public class WFSOperations :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSOperations>

Inheritance System.Object 🡒 WFSOperations

Implements System.IEquatable<WFSOperations>

Constructors

WFSOperations(WFSOperationsDescribeFeatureType, WFSOperationsGetCapabilities, WFSOperationsGetFeature) Constructor

Information about some operations of the WFS service.
ArcGIS Maps SDK for JavaScript

public WFSOperations(dymaptic.GeoBlazor.Core.Model.WFSOperationsDescribeFeatureType? DescribeFeatureType=null, dymaptic.GeoBlazor.Core.Model.WFSOperationsGetCapabilities? GetCapabilities=null, dymaptic.GeoBlazor.Core.Model.WFSOperationsGetFeature? GetFeature=null);

Parameters

DescribeFeatureType WFSOperationsDescribeFeatureType

GetCapabilities WFSOperationsGetCapabilities

GetFeature WFSOperationsGetFeature

Properties

WFSOperations.DescribeFeatureType Property

public dymaptic.GeoBlazor.Core.Model.WFSOperationsDescribeFeatureType? DescribeFeatureType { get; set; }

Property Value

WFSOperationsDescribeFeatureType

WFSOperations.GetCapabilities Property

public dymaptic.GeoBlazor.Core.Model.WFSOperationsGetCapabilities? GetCapabilities { get; set; }

Property Value

WFSOperationsGetCapabilities

WFSOperations.GetFeature Property

public dymaptic.GeoBlazor.Core.Model.WFSOperationsGetFeature? GetFeature { get; set; }

Property Value

WFSOperationsGetFeature