dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IFeatureEffectLayer Interface

Interface for types CatalogFootprintLayer, CSVLayer, FeatureLayer, GeoJSONLayer, WFSLayer

public interface IFeatureEffectLayer :
dymaptic.GeoBlazor.Core.Interfaces.IMapComponent

Derived
CSVLayer
FeatureLayer
GeoJSONLayer
WFSLayer

Implements IMapComponent

Properties

IFeatureEffectLayer.FeatureEffect Property

The featureEffect can be used to draw attention features of interest.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.FeatureEffect? FeatureEffect { get; set; }

Property Value

FeatureEffect

Methods

IFeatureEffectLayer.GetFeatureEffect() Method

Asynchronously retrieve the current value of the FeatureEffect property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.FeatureEffect?> GetFeatureEffect();

Returns

System.Threading.Tasks.Task<FeatureEffect>

IFeatureEffectLayer.SetFeatureEffect(FeatureEffect) Method

Asynchronously set the value of the FeatureEffect property after render.

System.Threading.Tasks.Task SetFeatureEffect(dymaptic.GeoBlazor.Core.Components.FeatureEffect? value);

Parameters

value FeatureEffect

Returns

System.Threading.Tasks.Task