dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeoJSONLayerCapabilitiesData Class
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
public class GeoJSONLayerCapabilitiesData :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesData>
Inheritance System.Object 🡒 GeoJSONLayerCapabilitiesData
Implements System.IEquatable<GeoJSONLayerCapabilitiesData>
Constructors
GeoJSONLayerCapabilitiesData(Nullable, Nullable, Nullable) Constructor
Describes characteristics of the data in the layer.
ArcGIS Maps SDK for JavaScript
public GeoJSONLayerCapabilitiesData(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
GeoJSONLayerCapabilitiesData.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>
GeoJSONLayerCapabilitiesData.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>
GeoJSONLayerCapabilitiesData.SupportsZ Property
Indicates if the features in the layer support z-values.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsZ { get; set; }