dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Options

WfsUtilsGetWFSLayerInfoOptions Class

public class WfsUtilsGetWFSLayerInfoOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.WfsUtilsGetWFSLayerInfoOptions>

Inheritance System.Object 🡒 WfsUtilsGetWFSLayerInfoOptions

Implements System.IEquatable<WfsUtilsGetWFSLayerInfoOptions>

Constructors

WfsUtilsGetWFSLayerInfoOptions(string, string) Constructor

public WfsUtilsGetWFSLayerInfoOptions(string? CustomParameters=null, string? SpatialReference=null);

Parameters

CustomParameters System.String

A list of key-value pairs of parameters to append to the url.
ArcGIS Maps SDK for JavaScript

SpatialReference System.String

The desired spatial reference for the layer.
ArcGIS Maps SDK for JavaScript

Properties

WfsUtilsGetWFSLayerInfoOptions.CustomParameters Property

A list of key-value pairs of parameters to append to the url.
ArcGIS Maps SDK for JavaScript

public string? CustomParameters { get; set; }

Property Value

System.String

WfsUtilsGetWFSLayerInfoOptions.SpatialReference Property

The desired spatial reference for the layer.
ArcGIS Maps SDK for JavaScript

public string? SpatialReference { get; set; }

Property Value

System.String