dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CSVLayerCapabilitiesData Class
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
public class CSVLayerCapabilitiesData :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CSVLayerCapabilitiesData>
Inheritance System.Object 🡒 CSVLayerCapabilitiesData
Implements System.IEquatable<CSVLayerCapabilitiesData>
Constructors
CSVLayerCapabilitiesData(Nullable, Nullable, Nullable) Constructor
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
public CSVLayerCapabilitiesData(System.Nullable<bool> SupportsAttachment=null, System.Nullable<bool> SupportsM=null, System.Nullable<bool> SupportsZ=null);
Parameters
SupportsAttachment
System.Nullable<System.Boolean>
Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript
SupportsM
System.Nullable<System.Boolean>
Indicates if the features in the layer support m-values.
ArcGIS Maps SDK for JavaScript
SupportsZ
System.Nullable<System.Boolean>
Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript
Properties
CSVLayerCapabilitiesData.SupportsAttachment Property
Indicates if the attachment is enabled on the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsAttachment { get; set; }
Property Value
System.Nullable<System.Boolean>
CSVLayerCapabilitiesData.SupportsM Property
Indicates if the features in the layer support m-values.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsM { get; set; }
Property Value
System.Nullable<System.Boolean>
CSVLayerCapabilitiesData.SupportsZ Property
Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsZ { get; set; }