dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

GeoJSONLayerCapabilities Class

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

public class GeoJSONLayerCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilities>

Inheritance System.Object 🡒 GeoJSONLayerCapabilities

Implements System.IEquatable<GeoJSONLayerCapabilities>

Constructors

GeoJSONLayerCapabilities(GeoJSONLayerCapabilitiesAttachment, GeoJSONLayerCapabilitiesData, GeoJSONLayerCapabilitiesEditing, GeoJSONLayerCapabilitiesOperations, GeoJSONLayerCapabilitiesQuery, GeoJSONLayerCapabilitiesQueryRelated) Constructor

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

public GeoJSONLayerCapabilities(dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesAttachment? Attachment=null, dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesData? Data=null, dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesEditing? Editing=null, dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesOperations? Operations=null, dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQuery? Query=null, dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQueryRelated? QueryRelated=null);

Parameters

Attachment GeoJSONLayerCapabilitiesAttachment

Data GeoJSONLayerCapabilitiesData

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

Editing GeoJSONLayerCapabilitiesEditing

Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript

Operations GeoJSONLayerCapabilitiesOperations

Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript

Query GeoJSONLayerCapabilitiesQuery

Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript

QueryRelated GeoJSONLayerCapabilitiesQueryRelated

Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript

Properties

GeoJSONLayerCapabilities.Attachment Property

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesAttachment? Attachment { get; set; }

Property Value

GeoJSONLayerCapabilitiesAttachment

GeoJSONLayerCapabilities.Data Property

Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesData? Data { get; set; }

Property Value

GeoJSONLayerCapabilitiesData

GeoJSONLayerCapabilities.Editing Property

Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesEditing? Editing { get; set; }

Property Value

GeoJSONLayerCapabilitiesEditing

GeoJSONLayerCapabilities.Operations Property

Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesOperations? Operations { get; set; }

Property Value

GeoJSONLayerCapabilitiesOperations

GeoJSONLayerCapabilities.Query Property

Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQuery? Query { get; set; }

Property Value

GeoJSONLayerCapabilitiesQuery

GeoJSONLayerCapabilities.QueryRelated Property

Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesQueryRelated? QueryRelated { get; set; }

Property Value

GeoJSONLayerCapabilitiesQueryRelated