dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
GeoJSONLayerCapabilitiesOperations Class
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public class GeoJSONLayerCapabilitiesOperations :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.GeoJSONLayerCapabilitiesOperations>
Inheritance System.Object 🡒 GeoJSONLayerCapabilitiesOperations
Implements System.IEquatable<GeoJSONLayerCapabilitiesOperations>
Constructors
GeoJSONLayerCapabilitiesOperations(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
Describes operations that can be performed on features in the layer.
ArcGIS Maps SDK for JavaScript
public GeoJSONLayerCapabilitiesOperations(System.Nullable<bool> SupportsAdd=null, System.Nullable<bool> SupportsCalculate=null, System.Nullable<bool> SupportsDelete=null, System.Nullable<bool> SupportsEditing=null, System.Nullable<bool> SupportsQuery=null, System.Nullable<bool> SupportsQueryAttachments=null, System.Nullable<bool> SupportsResizeAttachments=null, System.Nullable<bool> SupportsUpdate=null, System.Nullable<bool> SupportsValidateSql=null);
Parameters
SupportsAdd
System.Nullable<System.Boolean>
Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript
SupportsCalculate
System.Nullable<System.Boolean>
Indicates if values of one or more field values in the layer can be updated.
ArcGIS Maps SDK for JavaScript
SupportsDelete
System.Nullable<System.Boolean>
Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript
SupportsEditing
System.Nullable<System.Boolean>
Indicates if features in the layer can be edited.
ArcGIS Maps SDK for JavaScript
SupportsQuery
System.Nullable<System.Boolean>
Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript
SupportsQueryAttachments
System.Nullable<System.Boolean>
Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript
SupportsResizeAttachments
System.Nullable<System.Boolean>
Indicates if resized attachments are supported in the layer.
ArcGIS Maps SDK for JavaScript
SupportsUpdate
System.Nullable<System.Boolean>
Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript
SupportsValidateSql
System.Nullable<System.Boolean>
Indicates if the layer supports a SQL-92 expression or where clause.
ArcGIS Maps SDK for JavaScript
Properties
GeoJSONLayerCapabilitiesOperations.SupportsAdd Property
Indicates if new features can be added to the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsAdd { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsCalculate Property
Indicates if values of one or more field values in the layer can be updated.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsCalculate { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsDelete Property
Indicates if features can be deleted from the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsDelete { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsEditing Property
Indicates if features in the layer can be edited.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsEditing { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsQuery Property
Indicates if features in the layer can be queried.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQuery { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsQueryAttachments Property
Indicates if the layer supports REST API queryAttachments operation.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsQueryAttachments { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsResizeAttachments Property
Indicates if resized attachments are supported in the layer.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsResizeAttachments { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsUpdate Property
Indicates if features in the layer can be updated.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsUpdate { get; set; }
Property Value
System.Nullable<System.Boolean>
GeoJSONLayerCapabilitiesOperations.SupportsValidateSql Property
Indicates if the layer supports a SQL-92 expression or where clause.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> SupportsValidateSql { get; set; }