dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Interfaces

IFeatureLayerBase Interface

Interface for types CatalogLayer, FeatureLayer

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

Derived
↳ FeatureLayer

Implements IMapComponent

Properties

IFeatureLayerBase.Capabilities Property

Describes the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities? Capabilities { get; }

Property Value

FeatureLayerCapabilities

IFeatureLayerBase.Copyright Property

Copyright information for the layer.
ArcGIS Maps SDK for JavaScript

string? Copyright { get; set; }

Property Value

System.String

IFeatureLayerBase.DateFieldsTimeZone Property

The time zone that dates are stored in.
ArcGIS Maps SDK for JavaScript

string? DateFieldsTimeZone { get; set; }

Property Value

System.String

IFeatureLayerBase.DatesInUnknownTimezone Property

This property is set by the service publisher and indicates that dates should be considered without the local timezone.
default false
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> DatesInUnknownTimezone { get; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.DefinitionExpression Property

The SQL where clause used to filter features on the client.
ArcGIS Maps SDK for JavaScript

string? DefinitionExpression { get; set; }

Property Value

System.String

IFeatureLayerBase.DisplayField Property

The name of the layer’s primary display field.
ArcGIS Maps SDK for JavaScript

string? DisplayField { get; set; }

Property Value

System.String

IFeatureLayerBase.EditFieldsInfo Property

The editor tracking fields, which record who adds or edits the data through the feature service and when edits are made.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Model.EditFieldsInfo? EditFieldsInfo { get; }

Property Value

EditFieldsInfo

IFeatureLayerBase.EditingInfo Property

Specifies information about editing.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Model.EditingInfo? EditingInfo { get; }

Property Value

EditingInfo

IFeatureLayerBase.EffectiveCapabilities Property

Describes effective capabilities of the layer taking in to consideration privileges of the currently signed-in user.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.Capabilities? EffectiveCapabilities { get; }

Property Value

Capabilities

IFeatureLayerBase.EffectiveEditingEnabled Property

Indicates whether the layer is editable taking in to consideration privileges of the currently signed-in user.
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> EffectiveEditingEnabled { get; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.ElevationInfo Property

Specifies how features are placed on the vertical axis (z).
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo? ElevationInfo { get; set; }

Property Value

FeatureLayerBaseElevationInfo

IFeatureLayerBase.FieldsIndex Property

A convenient property that can be used to make case-insensitive lookups for a field by name.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Model.FieldsIndex? FieldsIndex { get; }

Property Value

FieldsIndex

IFeatureLayerBase.FloorInfo Property

When a feature layer is configured as floor-aware, it has a floorInfo property defined.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.LayerFloorInfo? FloorInfo { get; set; }

Property Value

LayerFloorInfo

IFeatureLayerBase.FullExtent Property

The full extent of the layer.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Components.Geometries.Extent? FullExtent { get; set; }

Property Value

Extent

IFeatureLayerBase.GdbVersion Property

The version of the geodatabase of the feature service data.
ArcGIS Maps SDK for JavaScript

string? GdbVersion { get; set; }

Property Value

System.String

IFeatureLayerBase.GeometryFieldsInfo Property

Provides information on the system maintained area and length fields along with their respective units.
ArcGIS Maps SDK for JavaScript

dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo? GeometryFieldsInfo { get; }

Property Value

GeometryFieldsInfo

IFeatureLayerBase.GeometryType Property

The geometry type of features in the layer.
ArcGIS Maps SDK for JavaScript

System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType> GeometryType { get; }

Property Value

System.Nullable<FeatureGeometryType>

IFeatureLayerBase.HasM Property

Indicates whether the client-side features in the layer have M (measurement) values.
default undefined
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> HasM { get; set; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.HasZ Property

Indicates whether the client-side features in the layer have Z (elevation) values.
default undefined
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> HasZ { get; set; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.HistoricMoment Property

The historic moment to query.
ArcGIS Maps SDK for JavaScript

System.Nullable<System.DateTime> HistoricMoment { get; set; }

Property Value

System.Nullable<System.DateTime>

IFeatureLayerBase.IsTable Property

Returns true if the layer is loaded from a non-spatial table in a service.
default false
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> IsTable { get; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.LayerIndex Property

The layer ID, or layer index, of a Feature Service layer.
ArcGIS Maps SDK for JavaScript

System.Nullable<int> LayerIndex { get; set; }

Property Value

System.Nullable<System.Int32>

IFeatureLayerBase.ObjectIdField Property

The name of an oid field containing a unique value or identifier for each feature in the layer.
ArcGIS Maps SDK for JavaScript

string? ObjectIdField { get; set; }

Property Value

System.String

IFeatureLayerBase.PreferredTimeZone Property

The IANA time zone the author of the service intended data from date fields to be viewed in.
ArcGIS Maps SDK for JavaScript

string? PreferredTimeZone { get; }

Property Value

System.String

IFeatureLayerBase.Relationships Property

Array of relationships set up for the layer.
ArcGIS Maps SDK for JavaScript

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>? Relationships { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Relationship>

IFeatureLayerBase.ReturnM Property

When true, indicates that M values will be returned.
default undefined
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> ReturnM { get; set; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.ReturnZ Property

When true, indicates that z-values will always be returned.
default undefined
ArcGIS Maps SDK for JavaScript

System.Nullable<bool> ReturnZ { get; set; }

Property Value

System.Nullable<System.Boolean>

IFeatureLayerBase.ServiceDefinitionExpression Property

The service definition expression limits the features available for display and query.
ArcGIS Maps SDK for JavaScript

string? ServiceDefinitionExpression { get; }

Property Value

System.String

IFeatureLayerBase.ServiceItemId Property

Indicates the portal item of the hosted feature service that contains this layer.
ArcGIS Maps SDK for JavaScript

string? ServiceItemId { get; }

Property Value

System.String

IFeatureLayerBase.SourceJSON Property

The feature service’s metadata JSON exposed by the ArcGIS REST API.
ArcGIS Maps SDK for JavaScript

string? SourceJSON { get; set; }

Property Value

System.String

IFeatureLayerBase.SpatialReference Property

The spatial reference of the layer.
ArcGIS Maps SDK for JavaScript

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

Property Value

SpatialReference

IFeatureLayerBase.SubtypeField Property

The name of the field which holds the id of the subtypes.
ArcGIS Maps SDK for JavaScript

string? SubtypeField { get; }

Property Value

System.String

IFeatureLayerBase.Subtypes Property

An array of subtypes defined in the layer.
ArcGIS Maps SDK for JavaScript

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>? Subtypes { get; }

Property Value

System.Collections.Generic.IReadOnlyList<Subtype>

IFeatureLayerBase.Title Property

The title of the layer used to identify it in places such as the Legend and LayerList widgets.
ArcGIS Maps SDK for JavaScript

string? Title { get; set; }

Property Value

System.String

IFeatureLayerBase.Url Property

The absolute URL of the REST endpoint of the layer, non-spatial table or service.
ArcGIS Maps SDK for JavaScript

string? Url { get; set; }

Property Value

System.String

IFeatureLayerBase.Version Property

The version of ArcGIS Server in which the layer is published.
ArcGIS Maps SDK for JavaScript

System.Nullable<double> Version { get; }

Property Value

System.Nullable<System.Double>

Methods

IFeatureLayerBase.GetCapabilities() Method

Asynchronously retrieve the current value of the Capabilities property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FeatureLayerCapabilities?> GetCapabilities();

Returns

System.Threading.Tasks.Task<FeatureLayerCapabilities>

IFeatureLayerBase.GetCopyright() Method

Asynchronously retrieve the current value of the Copyright property.

System.Threading.Tasks.Task<string?> GetCopyright();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetDateFieldsTimeZone() Method

Asynchronously retrieve the current value of the DateFieldsTimeZone property.

System.Threading.Tasks.Task<string?> GetDateFieldsTimeZone();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetDatesInUnknownTimezone() Method

Asynchronously retrieve the current value of the DatesInUnknownTimezone property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetDatesInUnknownTimezone();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetDefinitionExpression() Method

Asynchronously retrieve the current value of the DefinitionExpression property.

System.Threading.Tasks.Task<string?> GetDefinitionExpression();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetDisplayField() Method

Asynchronously retrieve the current value of the DisplayField property.

System.Threading.Tasks.Task<string?> GetDisplayField();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetEditFieldsInfo() Method

Asynchronously retrieve the current value of the EditFieldsInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditFieldsInfo?> GetEditFieldsInfo();

Returns

System.Threading.Tasks.Task<EditFieldsInfo>

IFeatureLayerBase.GetEditingInfo() Method

Asynchronously retrieve the current value of the EditingInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.EditingInfo?> GetEditingInfo();

Returns

System.Threading.Tasks.Task<EditingInfo>

IFeatureLayerBase.GetEffectiveCapabilities() Method

Asynchronously retrieve the current value of the EffectiveCapabilities property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Capabilities?> GetEffectiveCapabilities();

Returns

System.Threading.Tasks.Task<Capabilities>

IFeatureLayerBase.GetEffectiveEditingEnabled() Method

Asynchronously retrieve the current value of the EffectiveEditingEnabled property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetEffectiveEditingEnabled();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetElevationInfo() Method

Asynchronously retrieve the current value of the ElevationInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo?> GetElevationInfo();

Returns

System.Threading.Tasks.Task<FeatureLayerBaseElevationInfo>

IFeatureLayerBase.GetField(string) Method

Returns the Field instance for a field name (case-insensitive).

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Field?> GetField(string fieldName);

Parameters

fieldName System.String

the field name (case-insensitive).

Returns

System.Threading.Tasks.Task<Field>

IFeatureLayerBase.GetFieldDomain(string, Graphic) Method

Returns the Domain associated with the given field name. The domain can be either a CodedValueDomain or RangeDomain.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Domain?> GetFieldDomain(string fieldName, dymaptic.GeoBlazor.Core.Components.Graphic? feature=null);

Parameters

fieldName System.String

feature Graphic

Returns

System.Threading.Tasks.Task<Domain>

IFeatureLayerBase.GetFieldsIndex() Method

Asynchronously retrieve the current value of the FieldsIndex property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.FieldsIndex?> GetFieldsIndex();

Returns

System.Threading.Tasks.Task<FieldsIndex>

IFeatureLayerBase.GetFloorInfo() Method

Asynchronously retrieve the current value of the FloorInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.LayerFloorInfo?> GetFloorInfo();

Returns

System.Threading.Tasks.Task<LayerFloorInfo>

IFeatureLayerBase.GetFullExtent() Method

Asynchronously retrieve the current value of the FullExtent property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.Geometries.Extent?> GetFullExtent();

Returns

System.Threading.Tasks.Task<Extent>

IFeatureLayerBase.GetGdbVersion() Method

Asynchronously retrieve the current value of the GdbVersion property.

System.Threading.Tasks.Task<string?> GetGdbVersion();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetGeometryFieldsInfo() Method

Asynchronously retrieve the current value of the GeometryFieldsInfo property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.GeometryFieldsInfo?> GetGeometryFieldsInfo();

Returns

System.Threading.Tasks.Task<GeometryFieldsInfo>

IFeatureLayerBase.GetGeometryType() Method

Asynchronously retrieve the current value of the GeometryType property.

System.Threading.Tasks.Task<System.Nullable<dymaptic.GeoBlazor.Core.Enums.FeatureGeometryType>> GetGeometryType();

Returns

System.Threading.Tasks.Task<System.Nullable<FeatureGeometryType>>

IFeatureLayerBase.GetHasM() Method

Asynchronously retrieve the current value of the HasM property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetHasM();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetHasZ() Method

Asynchronously retrieve the current value of the HasZ property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetHasZ();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetHistoricMoment() Method

Asynchronously retrieve the current value of the HistoricMoment property.

System.Threading.Tasks.Task<System.Nullable<System.DateTime>> GetHistoricMoment();

Returns

System.Threading.Tasks.Task<System.Nullable<System.DateTime>>

IFeatureLayerBase.GetIsTable() Method

Asynchronously retrieve the current value of the IsTable property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetIsTable();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetLayerIndex() Method

Asynchronously retrieve the current value of the LayerIndex property.

System.Threading.Tasks.Task<System.Nullable<int>> GetLayerIndex();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Int32>>

IFeatureLayerBase.GetObjectIdField() Method

Asynchronously retrieve the current value of the ObjectIdField property.

System.Threading.Tasks.Task<string?> GetObjectIdField();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetPreferredTimeZone() Method

Asynchronously retrieve the current value of the PreferredTimeZone property.

System.Threading.Tasks.Task<string?> GetPreferredTimeZone();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetRelationships() Method

Asynchronously retrieve the current value of the Relationships property.

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Relationship>?> GetRelationships();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Relationship>>

IFeatureLayerBase.GetReturnM() Method

Asynchronously retrieve the current value of the ReturnM property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnM();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetReturnZ() Method

Asynchronously retrieve the current value of the ReturnZ property.

System.Threading.Tasks.Task<System.Nullable<bool>> GetReturnZ();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

IFeatureLayerBase.GetServiceDefinitionExpression() Method

Asynchronously retrieve the current value of the ServiceDefinitionExpression property.

System.Threading.Tasks.Task<string?> GetServiceDefinitionExpression();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetServiceItemId() Method

Asynchronously retrieve the current value of the ServiceItemId property.

System.Threading.Tasks.Task<string?> GetServiceItemId();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetSourceJSON() Method

Asynchronously retrieve the current value of the SourceJSON property.

System.Threading.Tasks.Task<string?> GetSourceJSON();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetSpatialReference() Method

Asynchronously retrieve the current value of the SpatialReference property.

System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.SpatialReference?> GetSpatialReference();

Returns

System.Threading.Tasks.Task<SpatialReference>

IFeatureLayerBase.GetSubtypeField() Method

Asynchronously retrieve the current value of the SubtypeField property.

System.Threading.Tasks.Task<string?> GetSubtypeField();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetSubtypes() Method

Asynchronously retrieve the current value of the Subtypes property.

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.Subtype>?> GetSubtypes();

Returns

System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Subtype>>

IFeatureLayerBase.GetTitle() Method

Asynchronously retrieve the current value of the Title property.

System.Threading.Tasks.Task<string?> GetTitle();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetUrl() Method

Asynchronously retrieve the current value of the Url property.

System.Threading.Tasks.Task<string?> GetUrl();

Returns

System.Threading.Tasks.Task<System.String>

IFeatureLayerBase.GetVersion() Method

Asynchronously retrieve the current value of the Version property.

System.Threading.Tasks.Task<System.Nullable<double>> GetVersion();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Double>>

IFeatureLayerBase.SetCopyright(string) Method

Asynchronously set the value of the Copyright property after render.

System.Threading.Tasks.Task SetCopyright(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetDateFieldsTimeZone(string) Method

Asynchronously set the value of the DateFieldsTimeZone property after render.

System.Threading.Tasks.Task SetDateFieldsTimeZone(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetDefinitionExpression(string) Method

Asynchronously set the value of the DefinitionExpression property after render.

System.Threading.Tasks.Task SetDefinitionExpression(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetDisplayField(string) Method

Asynchronously set the value of the DisplayField property after render.

System.Threading.Tasks.Task SetDisplayField(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetElevationInfo(FeatureLayerBaseElevationInfo) Method

Asynchronously set the value of the ElevationInfo property after render.

System.Threading.Tasks.Task SetElevationInfo(dymaptic.GeoBlazor.Core.Components.FeatureLayerBaseElevationInfo? value);

Parameters

value FeatureLayerBaseElevationInfo

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetFloorInfo(LayerFloorInfo) Method

Asynchronously set the value of the FloorInfo property after render.

System.Threading.Tasks.Task SetFloorInfo(dymaptic.GeoBlazor.Core.Components.LayerFloorInfo? value);

Parameters

value LayerFloorInfo

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetFullExtent(Extent) Method

Asynchronously set the value of the FullExtent property after render.

System.Threading.Tasks.Task SetFullExtent(dymaptic.GeoBlazor.Core.Components.Geometries.Extent? value);

Parameters

value Extent

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetGdbVersion(string) Method

Asynchronously set the value of the GdbVersion property after render.

System.Threading.Tasks.Task SetGdbVersion(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetHasM(Nullable) Method

Asynchronously set the value of the HasM property after render.

System.Threading.Tasks.Task SetHasM(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetHasZ(Nullable) Method

Asynchronously set the value of the HasZ property after render.

System.Threading.Tasks.Task SetHasZ(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetHistoricMoment(Nullable) Method

Asynchronously set the value of the HistoricMoment property after render.

System.Threading.Tasks.Task SetHistoricMoment(System.Nullable<System.DateTime> value);

Parameters

value System.Nullable<System.DateTime>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetLayerIndex(Nullable) Method

Asynchronously set the value of the LayerIndex property after render.

System.Threading.Tasks.Task SetLayerIndex(System.Nullable<int> value);

Parameters

value System.Nullable<System.Int32>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetObjectIdField(string) Method

Asynchronously set the value of the ObjectIdField property after render.

System.Threading.Tasks.Task SetObjectIdField(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetReturnM(Nullable) Method

Asynchronously set the value of the ReturnM property after render.

System.Threading.Tasks.Task SetReturnM(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetReturnZ(Nullable) Method

Asynchronously set the value of the ReturnZ property after render.

System.Threading.Tasks.Task SetReturnZ(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetSourceJSON(string) Method

Asynchronously set the value of the SourceJSON property after render.

System.Threading.Tasks.Task SetSourceJSON(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetSpatialReference(SpatialReference) Method

Asynchronously set the value of the SpatialReference property after render.

System.Threading.Tasks.Task SetSpatialReference(dymaptic.GeoBlazor.Core.Components.SpatialReference value);

Parameters

value SpatialReference

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetTitle(string) Method

Asynchronously set the value of the Title property after render.

System.Threading.Tasks.Task SetTitle(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task

IFeatureLayerBase.SetUrl(string) Method

Asynchronously set the value of the Url property after render.

System.Threading.Tasks.Task SetUrl(string? value);

Parameters

value System.String

Returns

System.Threading.Tasks.Task