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 record 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; init; }
Property Value
System.Nullable<System.Double>
WFSFeatureType.Description Property
The description of the featureType. ArcGIS Maps SDK for JavaScript
public string? Description { get; init; }
Property Value
WFSFeatureType.Extent Property
The extent of the features. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Extent { get; init; }
Property Value
WFSFeatureType.Name Property
The name of the featureType. ArcGIS Maps SDK for JavaScript
public string? Name { get; init; }
Property Value
WFSFeatureType.NamespacePrefix Property
The prefix of the namespace. ArcGIS Maps SDK for JavaScript
public string? NamespacePrefix { get; init; }
Property Value
WFSFeatureType.NamespaceUri Property
The namespaceUri of the featureType. ArcGIS Maps SDK for JavaScript
public string? NamespaceUri { get; init; }
Property Value
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; init; }
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; init; }
Property Value
WFSFeatureType.TypeName Property
The type name of the featureType. ArcGIS Maps SDK for JavaScript
public string? TypeName { get; init; }