dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
FeatureType Class
FeatureType is a subset of features defined in a FeatureLayer that share the same attributes.
ArcGIS Maps SDK for JavaScript
public class FeatureType :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FeatureType>
Inheritance System.Object 🡒 FeatureType
Implements System.IEquatable<FeatureType>
Constructors
FeatureType(string, string, IReadOnlyCollection, Dictionary<string,Domain>) Constructor
FeatureType is a subset of features defined in a FeatureLayer that share the same attributes.
ArcGIS Maps SDK for JavaScript
public FeatureType(string FeatureTypeId, string Name, System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Interfaces.IFeatureTemplate> Templates, System.Collections.Generic.Dictionary<string,dymaptic.GeoBlazor.Core.Components.Domain> Domains);
Parameters
FeatureTypeId
System.String
The feature type identifier.
ArcGIS Maps SDK for JavaScript
Name
System.String
The feature type name.
ArcGIS Maps SDK for JavaScript
Templates
System.Collections.Generic.IReadOnlyCollection<IFeatureTemplate>
Array of feature templates associated with the feature type.
ArcGIS Maps SDK for JavaScript
Domains
System.Collections.Generic.Dictionary<System.String,Domain>
Domains associated with the feature type.
ArcGIS Maps SDK for JavaScript
Properties
FeatureType.Domains Property
Domains associated with the feature type.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.Dictionary<string,dymaptic.GeoBlazor.Core.Components.Domain> Domains { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String,Domain>
FeatureType.FeatureTypeId Property
The feature type identifier.
ArcGIS Maps SDK for JavaScript
public string FeatureTypeId { get; set; }
Property Value
FeatureType.Name Property
The feature type name.
ArcGIS Maps SDK for JavaScript
public string Name { get; set; }
Property Value
FeatureType.Templates Property
Array of feature templates associated with the feature type.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Core.Interfaces.IFeatureTemplate> Templates { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<IFeatureTemplate>