layout: default title: FeatureLayerCapabilities parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
FeatureLayerCapabilities Class
Describes the layer’s supported capabilities.
public class FeatureLayerCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.FeatureLayerCapabilities>
Inheritance System.Object 🡒 FeatureLayerCapabilities
Implements System.IEquatable<FeatureLayerCapabilities>
Constructors
FeatureLayerCapabilities(AnalyticsCapability, AttachmentCapability, DataCapability, EditingCapability, MetadataCapability, OperationsCapability, QueryCapability, QueryRelatedCapability, QueryTopFeaturesCapability) Constructor
Describes the layer’s supported capabilities.
public FeatureLayerCapabilities(dymaptic.GeoBlazor.Core.Components.Layers.AnalyticsCapability Analytics, dymaptic.GeoBlazor.Core.Components.Layers.AttachmentCapability Attachment, dymaptic.GeoBlazor.Core.Components.Layers.DataCapability Data, dymaptic.GeoBlazor.Core.Components.Layers.EditingCapability Editing, dymaptic.GeoBlazor.Core.Components.Layers.MetadataCapability Metadata, dymaptic.GeoBlazor.Core.Components.Layers.OperationsCapability Operations, dymaptic.GeoBlazor.Core.Components.Layers.QueryCapability Query, dymaptic.GeoBlazor.Core.Components.Layers.QueryRelatedCapability QueryRelated, dymaptic.GeoBlazor.Core.Components.Layers.QueryTopFeaturesCapability QueryTopFeatures);
Parameters
Analytics
AnalyticsCapability
Describes what analytics capabilities are enabled on the layer.
Attachment
AttachmentCapability
Describes what attachment capabilities are enabled on the layer.
Data
DataCapability
Describes characteristics of the data in the layer.
Editing
EditingCapability
Describes editing capabilities that can be performed on the features in the layer via ApplyEdits().
Metadata
MetadataCapability
Describes the metadata contained on features in the layer.
Operations
OperationsCapability
Describes operations that can be performed on features in the layer.
Query
QueryCapability
Describes query operations that can be performed on features in the layer.
QueryRelated
QueryRelatedCapability
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
QueryTopFeatures
QueryTopFeaturesCapability
Describes top features query operations that can be performed on features in the layer.
Properties
FeatureLayerCapabilities.Analytics Property
Describes what analytics capabilities are enabled on the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.AnalyticsCapability Analytics { get; set; }
Property Value
FeatureLayerCapabilities.Attachment Property
Describes what attachment capabilities are enabled on the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.AttachmentCapability Attachment { get; set; }
Property Value
FeatureLayerCapabilities.Data Property
Describes characteristics of the data in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.DataCapability Data { get; set; }
Property Value
FeatureLayerCapabilities.Editing Property
Describes editing capabilities that can be performed on the features in the layer via ApplyEdits().
public dymaptic.GeoBlazor.Core.Components.Layers.EditingCapability Editing { get; set; }
Property Value
FeatureLayerCapabilities.Metadata Property
Describes the metadata contained on features in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.MetadataCapability Metadata { get; set; }
Property Value
FeatureLayerCapabilities.Operations Property
Describes operations that can be performed on features in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.OperationsCapability Operations { get; set; }
Property Value
FeatureLayerCapabilities.Query Property
Describes query operations that can be performed on features in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.QueryCapability Query { get; set; }
Property Value
FeatureLayerCapabilities.QueryRelated Property
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.QueryRelatedCapability QueryRelated { get; set; }
Property Value
FeatureLayerCapabilities.QueryTopFeatures Property
Describes top features query operations that can be performed on features in the layer.
public dymaptic.GeoBlazor.Core.Components.Layers.QueryTopFeaturesCapability QueryTopFeatures { get; set; }