dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSLayerCapabilitiesData Class

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 WFSLayerCapabilitiesData

Implements System.IEquatable<WFSLayerCapabilitiesData>

Constructors

WFSLayerCapabilitiesData(Nullable, Nullable, Nullable) Constructor

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

public WFSLayerCapabilitiesData(System.Nullable<bool> SupportsAttachment=null, System.Nullable<bool> SupportsM=null, System.Nullable<bool> SupportsZ=null);

Parameters

SupportsAttachment System.Nullable<System.Boolean>

Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript

SupportsM System.Nullable<System.Boolean>

Indicates if the features in the layer support m-values.
ArcGIS Maps SDK for JavaScript

SupportsZ System.Nullable<System.Boolean>

Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript

Properties

WFSLayerCapabilitiesData.SupportsAttachment Property

Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesData.SupportsM Property

Indicates if the features in the layer support m-values.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

WFSLayerCapabilitiesData.SupportsZ Property

Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>