layout: default title: FeatureType parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

FeatureType Class

FeatureType is a subset of features defined in a FeatureLayer that share the same attributes.
They are used as a way to categorize your data. For example, the streets in a city streets feature layer
could be categorized into three feature types: local streets, collector streets, and arterial streets.

public class FeatureType :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.FeatureType>

Inheritance System.Object 🡒 FeatureType

Implements System.IEquatable<FeatureType>

Constructors

FeatureType(string, string, FeatureTemplate[], Dictionary<string,Domain>) Constructor

FeatureType is a subset of features defined in a FeatureLayer that share the same attributes.
They are used as a way to categorize your data. For example, the streets in a city streets feature layer
could be categorized into three feature types: local streets, collector streets, and arterial streets.

public FeatureType(string Id, string Name, dymaptic.GeoBlazor.Core.Components.Layers.FeatureTemplate[] Templates, System.Collections.Generic.Dictionary<string,dymaptic.GeoBlazor.Core.Components.Widgets.Domain?> Domains);

Parameters

Id System.String

Name System.String

Templates FeatureTemplate[]

Domains System.Collections.Generic.Dictionary<System.String,Domain>