dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WFSLayerInfo Class
The layer info from the WFS service.
ArcGIS Maps SDK for JavaScript
public class WFSLayerInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WFSLayerInfo>
Inheritance System.Object 🡒 WFSLayerInfo
Implements System.IEquatable<WFSLayerInfo>
Constructors
WFSLayerInfo(Dictionary<string,object>, Extent, IReadOnlyCollection, Nullable, string, string, string, SpatialReference, Nullable, string, WFSCapabilities) Constructor
The layer info from the WFS service.
ArcGIS Maps SDK for JavaScript
public WFSLayerInfo(System.Collections.Generic.Dictionary<string,object>? CustomParameters=null, dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent=null, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Field>? Fields=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SimpleGeometryType> GeometryType=null, string? Name=null, string? NamespaceUri=null, string? ObjectIdField=null, dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference=null, System.Nullable<bool> SwapXY=null, string? Url=null, dymaptic.GeoBlazor.Core.Model.WFSCapabilities? WfsCapabilities=null);
Parameters
CustomParameters
System.Collections.Generic.Dictionary<System.String,System.Object>
The custom parameters applied to the layer.
ArcGIS Maps SDK for JavaScript
Extent
Extent
The extent of the layer.
ArcGIS Maps SDK for JavaScript
Fields
System.Collections.Generic.IReadOnlyCollection<Field>
The fields on the layer.
ArcGIS Maps SDK for JavaScript
GeometryType
System.Nullable<SimpleGeometryType>
The geometry type of the features in the layer.
ArcGIS Maps SDK for JavaScript
Name
System.String
The name of the layer in the WFS service to display.
ArcGIS Maps SDK for JavaScript
NamespaceUri
System.String
The namespace URI for the layer name.
ArcGIS Maps SDK for JavaScript
ObjectIdField
System.String
The field containing the object ID.
ArcGIS Maps SDK for JavaScript
SpatialReference
SpatialReference
The spatial reference of the layer.
ArcGIS Maps SDK for JavaScript
SwapXY
System.Nullable<System.Boolean>
Determines whether the X and Y coordinates should be swapped.
ArcGIS Maps SDK for JavaScript
Url
System.String
The URL to the WFS service.
ArcGIS Maps SDK for JavaScript
WfsCapabilities
WFSCapabilities
Properties
WFSLayerInfo.CustomParameters Property
The custom parameters applied to the layer.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.Dictionary<string,object>? CustomParameters { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String,System.Object>
WFSLayerInfo.Extent Property
The extent of the layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent { get; set; }
Property Value
WFSLayerInfo.Fields Property
The fields on the layer.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Components.Field>? Fields { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<Field>
WFSLayerInfo.GeometryType Property
The geometry type of the features in the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SimpleGeometryType> GeometryType { get; set; }
Property Value
System.Nullable<SimpleGeometryType>
WFSLayerInfo.Name Property
The name of the layer in the WFS service to display.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }
Property Value
WFSLayerInfo.NamespaceUri Property
The namespace URI for the layer name.
ArcGIS Maps SDK for JavaScript
public string? NamespaceUri { get; set; }
Property Value
WFSLayerInfo.ObjectIdField Property
The field containing the object ID.
ArcGIS Maps SDK for JavaScript
public string? ObjectIdField { get; set; }
Property Value
WFSLayerInfo.SpatialReference Property
The spatial reference of the layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.SpatialReference? SpatialReference { get; set; }
Property Value
WFSLayerInfo.SwapXY Property
Determines whether the X and Y coordinates should be swapped.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SwapXY { get; set; }
Property Value
System.Nullable<System.Boolean>
WFSLayerInfo.Url Property
The URL to the WFS service.
ArcGIS Maps SDK for JavaScript
public string? Url { get; set; }
Property Value
WFSLayerInfo.WfsCapabilities Property
public dymaptic.GeoBlazor.Core.Model.WFSCapabilities? WfsCapabilities { get; set; }