Class ArcGISFeatureLayerInfo
The metadata for an individual layer or table in an ArcGIS feature service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISFeatureLayerInfo
Remarks
An ArcGIS feature service is a data service that provides access to spatial features stored in layers and
non-spatial features stored in tables. Arc
You can obtain the Arc
Properties
Name | Description |
---|---|
Allow |
Gets a value indicating whether the layer allows geometry updates. |
Attribution | Gets the attribution |
Capabilities | Gets the Feature |
Cim |
Gets the layer's Cartography Information Model (CIM) version. |
Data |
Gets a value indicating whether the layer has versioned data. |
Default |
Gets the layer's default subtype code. |
Default |
Gets a value indicating whether layer is visible by default. |
Description | Gets the description of the layer. |
Display |
Gets the name of the display field. |
Drawing |
Gets the Drawing |
Edit |
Gets the layer's Edit |
Effective |
Gets the effective maximum scale of the layer. |
Effective |
Gets the effective minimum scale of the layer. |
Extent | Gets the extent of the layer. |
Feature |
Gets a list of Feature |
Feature |
Gets a list of Feature |
Feature |
Gets the layer's Feature |
Fields | Gets a list of Field of this layer. |
Geometry |
Gets the Geometry |
Global |
Gets the name of the global ID field. |
Has |
Gets a value indicating whether the layer supports attachments. |
Has |
Gets a value indicating whether the layer supports m-values. |
Has |
Gets a value indicating whether layer supports z-values. |
Is |
Gets a value indicating whether the layer provides default Z-values. |
Max |
Gets the maximum record count of the layer. |
Max |
Gets the maximum scale of the layer. |
Min |
Gets the minimum scale of the layer. |
Object |
Gets the name of the object ID field. |
Ownership |
Gets the Ownership |
Relationship |
Gets a list of Relationship |
Service |
Gets the ID of the layer. |
Service |
Gets the name of the layer. |
Service |
Gets the service type of the layer. |
Service |
Gets the type of service, which is layer, table, or group layer.
Arc |
Source | Gets the ArcGIS REST service endpoint. |
Subtype |
Gets the layer's subtype field. |
Supports |
Gets a value indicating whether the layer supports advanced queries. |
Supports |
Gets a value indicating whether the layer supports Ownership-based access control (OBAC) for anonymous users. |
Supports |
Gets a value indicating whether the layer supports paginated queries (with a record count and offset). |
Supports |
Gets a value indicating whether the layer supports extent-only queries. |
Supports |
Gets a value indicating whether the layer supports rollback on failure parameter. |
Supports |
Gets a value indicating whether the layer supports statistics. |
Time |
Gets the Time |
Type |
Gets the name of the type ID field. |
Version | Gets the version of the layer. |
ZDefault | Gets the default Z-value for the layer. |
Methods
Name | Description |
---|---|
Get |
Returns the feature type of the specified feature type name. |
Get |
Gets the associated Field with specified field name. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |