dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CSVLayerCapabilities Class
Describes the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript
public class CSVLayerCapabilities :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilities>
Inheritance System.Object 🡒 CSVLayerCapabilities
Implements System.IEquatable<CSVLayerCapabilities>
Constructors
CSVLayerCapabilities(CSVLayerCapabilitiesAttachment, CSVLayerCapabilitiesData, CSVLayerCapabilitiesEditing, CSVLayerCapabilitiesOperations, CSVLayerCapabilitiesQuery, CSVLayerCapabilitiesQueryRelated) Constructor
Describes the layer’s supported capabilities.
ArcGIS Maps SDK for JavaScript
public CSVLayerCapabilities(dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesAttachment? Attachment=null, dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesData? Data=null, dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesEditing? Editing=null, dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesOperations? Operations=null, dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQuery? Query=null, dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQueryRelated? QueryRelated=null);
Parameters
Attachment
CSVLayerCapabilitiesAttachment
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
Editing
CSVLayerCapabilitiesEditing
Describes editing capabilities that can be performed on the features in the layer.
ArcGIS Maps SDK for JavaScript
Operations
CSVLayerCapabilitiesOperations
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
Query
CSVLayerCapabilitiesQuery
Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
QueryRelated
CSVLayerCapabilitiesQueryRelated
Indicates if the layer’s query operation supports querying features or records related to features in the layer.
ArcGIS Maps SDK for JavaScript
Properties
CSVLayerCapabilities.Attachment Property
public dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesAttachment? Attachment { get; set; }
Property Value
CSVLayerCapabilitiesAttachment
CSVLayerCapabilities.Data Property
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesData? Data { get; set; }
Property Value
CSVLayerCapabilities.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.CSVLayerCapabilitiesEditing? Editing { get; set; }
Property Value
CSVLayerCapabilities.Operations Property
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesOperations? Operations { get; set; }
Property Value
CSVLayerCapabilitiesOperations
CSVLayerCapabilities.Query Property
Describes query operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesQuery? Query { get; set; }
Property Value
CSVLayerCapabilities.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.CSVLayerCapabilitiesQueryRelated? QueryRelated { get; set; }