The following tables list the members exposed by LocalMapService.
Name | Description | |
---|---|---|
LocalMapService Constructor | Overloaded. |
Name | Description | |
---|---|---|
CopyrightText | Gets the copyright text included with the local map service. Note: this Property is ReadOnly. | |
Description | Gets the description of the local map service. Note: this Property is ReadOnly. | |
DynamicWorkspaces | Gets or sets the dynamic workspaces to be used in conjunction with the dynamic layers functionality. | |
EnableDynamicLayers | Gets or sets a value indicating whether the dynamic layers capability is enabled. | |
Error | Gets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
FullExtent | Gets the full extent of the local map service. Note: this Property is ReadOnly. | |
InitialExtent | Gets the initial extent of the local map service. Note: this Property is ReadOnly. | |
MapLayers | Gets the collection of map layers exposed by the local map service. | |
MapName | Gets the map name of the map on which the local map service is based. Note: this Property is ReadOnly. | |
MaxRecords | Gets or Sets the maximum number of records that can be returned by the LocalMapService in response to a query, find, or identify operation. | |
Name | Unique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
Path | Gets or sets the path of the Map Package on which the LocalMapService is based. | |
SpatialReference | Gets the spatial reference of the LocalMapService. Note: this Property is ReadOnly. | |
Status | Gets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
Units | Gets the map units the local map service uses for its default spatial reference. Note: this Property is ReadOnly. | |
UrlMapService | Gets the Url of the local map service. |
Name | Description | |
---|---|---|
FindMapLayerDetails | Overloaded. Gets the LayerDetails for a given map layer within the local map service. | |
GetService | Overloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running. | |
GetServiceAsync | Overloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running. | |
Start | Overridden. Synchronously starts the LocalMapService instance. | |
StartAsync | Overloaded. Overridden. Asynchronously creates a LocalMapService based on the Map Package referenced by the Path property. Returns a Task object on which the Result property contains the LocalService instance. | |
Stop | Synchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopAsync | Overloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
ToString | Gets the path to the Map Package on which the LocalMapService is based. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StartCompleted | Occurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopCompleted | Occurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) |