Class LocalFeatureService
The LocalFeatureService class represents a Feature Service hosted by the Local
Namespace: Esri.ArcGISRuntime.LocalServices
Assembly: Esri.ArcGISRuntime.LocalServices.dll
Syntax
public sealed class LocalFeatureService : LocalMapService
Remarks
LocalFeatureServices form the basis for feature editing in conjunction with an instance of the Feature
Constructors
Name | Description |
---|---|
Local |
Initializes a new instance of the Local |
Properties
Name | Description |
---|---|
Is |
Gets or sets a value indicating whether when creating new features, Z coordinate values will be set to the configured default value. |
Map |
Gets the Url of this LocalFeatureService instance. |
Url | Gets the Url of this LocalFeatureService instance. |
ZDefault | Gets or sets the default value to set Z coordinates on new features. |
Methods
Name | Description |
---|---|
Start |
Starts this LocalFeatureService instance on the LocalServer. The StartCompleted event is called when the service creation is complete. |
Start |
Starts this LocalFeatureService instance on the LocalServer. The StartCompleted event is called when the service creation is complete. |
To |
Returns a string representing the path of the map package on which the LocalFeatureService is based. |
Applies to
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |
.NET Framework | 100.0 - 200.6 |