dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

WFSFeatureType Class

Provides information about an individual feature type, or layer, found in the WFS service.
ArcGIS Maps SDK for JavaScript

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

Inheritance System.Object 🡒 WFSFeatureType

Implements System.IEquatable<WFSFeatureType>

Constructors

WFSFeatureType(Nullable, string, Extent, string, string, string, IReadOnlyCollection, string, string) Constructor

Provides information about an individual feature type, or layer, found in the WFS service.
ArcGIS Maps SDK for JavaScript

public WFSFeatureType(System.Nullable<double> DefaultSpatialReference=null, string? Description=null, dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent=null, string? Name=null, string? NamespacePrefix=null, string? NamespaceUri=null, System.Collections.Generic.IReadOnlyCollection<double>? SupportedSpatialReferences=null, string? Title=null, string? TypeName=null);

Parameters

DefaultSpatialReference System.Nullable<System.Double>

the default spatialReference wkid used when not explicitly specified in the GetFeature call.
ArcGIS Maps SDK for JavaScript

Description System.String

The description of the featureType.
ArcGIS Maps SDK for JavaScript

Extent Extent

The extent of the features.
ArcGIS Maps SDK for JavaScript

Name System.String

The name of the featureType.
ArcGIS Maps SDK for JavaScript

NamespacePrefix System.String

The prefix of the namespace.
ArcGIS Maps SDK for JavaScript

NamespaceUri System.String

The namespaceUri of the featureType.
ArcGIS Maps SDK for JavaScript

SupportedSpatialReferences System.Collections.Generic.IReadOnlyCollection<System.Double>

An array of spatialReference wkids that are supported on the featureType.
ArcGIS Maps SDK for JavaScript

Title System.String

The title of the featureType.
ArcGIS Maps SDK for JavaScript

TypeName System.String

The type name of the featureType.
ArcGIS Maps SDK for JavaScript

Properties

WFSFeatureType.DefaultSpatialReference Property

the default spatialReference wkid used when not explicitly specified in the GetFeature call.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> DefaultSpatialReference { get; set; }

Property Value

System.Nullable<System.Double>

WFSFeatureType.Description Property

The description of the featureType.
ArcGIS Maps SDK for JavaScript

public string? Description { get; set; }

Property Value

System.String

WFSFeatureType.Extent Property

The extent of the features.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent { get; set; }

Property Value

Extent

WFSFeatureType.Name Property

The name of the featureType.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String

WFSFeatureType.NamespacePrefix Property

The prefix of the namespace.
ArcGIS Maps SDK for JavaScript

public string? NamespacePrefix { get; set; }

Property Value

System.String

WFSFeatureType.NamespaceUri Property

The namespaceUri of the featureType.
ArcGIS Maps SDK for JavaScript

public string? NamespaceUri { get; set; }

Property Value

System.String

WFSFeatureType.SupportedSpatialReferences Property

An array of spatialReference wkids that are supported on the featureType.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? SupportedSpatialReferences { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

WFSFeatureType.Title Property

The title of the featureType.
ArcGIS Maps SDK for JavaScript

public string? Title { get; set; }

Property Value

System.String

WFSFeatureType.TypeName Property

The type name of the featureType.
ArcGIS Maps SDK for JavaScript

public string? TypeName { get; set; }

Property Value

System.String