ArcGIS Runtime SDK for WPF - Library Reference
LocalMapService Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Local Namespace : LocalMapService Class


The following tables list the members exposed by LocalMapService.

Public Constructors

 NameDescription
public ConstructorLocalMapService ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyCopyrightTextGets the copyright text included with the local map service. Note: this Property is ReadOnly.  
public PropertyDescriptionGets the description of the local map service. Note: this Property is ReadOnly.  
public PropertyDynamicWorkspacesGets or sets the dynamic workspaces to be used in conjunction with the dynamic layers functionality.  
public PropertyEnableDynamicLayersGets or sets a value indicating whether the dynamic layers capability is enabled.  
public PropertyErrorGets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyFullExtentGets the full extent of the local map service. Note: this Property is ReadOnly.  
public PropertyInitialExtentGets the initial extent of the local map service. Note: this Property is ReadOnly.  
public PropertyMapLayersGets the collection of map layers exposed by the local map service.  
public PropertyMapNameGets the map name of the map on which the local map service is based. Note: this Property is ReadOnly.  
public PropertyMaxRecordsGets or Sets the maximum number of records that can be returned by the LocalMapService in response to a query, find, or identify operation.  
public PropertyNameUnique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyPathGets or sets the path of the Map Package on which the LocalMapService is based.  
public PropertySpatialReferenceGets the spatial reference of the LocalMapService. Note: this Property is ReadOnly.  
public PropertyStatusGets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyUnitsGets the map units the local map service uses for its default spatial reference. Note: this Property is ReadOnly.  
public PropertyUrlMapServiceGets the Url of the local map service.  
Top

Public Methods

 NameDescription
public MethodFindMapLayerDetailsOverloaded. Gets the LayerDetails for a given map layer within the local map service.  
public Methodstatic (Shared in Visual Basic)GetServiceOverloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running.  
public Methodstatic (Shared in Visual Basic)GetServiceAsyncOverloaded. This method will either reuse an existing service for the supplied path or create a new service if one is not already running.  
public MethodStartOverridden. Synchronously starts the LocalMapService instance.  
public MethodStartAsyncOverloaded. 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.  
public MethodStopSynchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public MethodStopAsyncOverloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public MethodToStringGets the path to the Map Package on which the LocalMapService is based.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStartCompletedOccurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStopCompletedOccurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
Top

See Also

© ESRI, Inc. All Rights Reserved.