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


The following tables list the members exposed by LocalFeatureService.

Public Constructors

 NameDescription
public ConstructorLocalFeatureService ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyCopyrightTextGets the copyright text included with the local map service. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyDescriptionGets the description of the local map service. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyDynamicWorkspacesGets or sets the dynamic workspaces to be used in conjunction with the dynamic layers functionality. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyEnableDynamicLayersGets or sets a value indicating whether the dynamic layers capability is enabled. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyEnableZDefaultsTODO  
public PropertyErrorGets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyFeatureLayersGets metadata for the individual layers within the LocalFeatureService.  
public PropertyFullExtentGets the full extent of the local map service. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyInitialExtentGets the initial extent of the local map service. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyMapLayersGets the collection of map layers exposed by the local map service. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyMapNameGets the map name of the map on which the local map service is based. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
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. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
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. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertySpatialReferenceGets the spatial reference of the LocalMapService. Note: this Property is ReadOnly. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
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. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyUrlFeatureServiceThe Url of this LocalFeatureService instance.  
public PropertyUrlMapServiceGets the Url of the local map service. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public PropertyZDefaultValueTODO  
Top

Public Methods

 NameDescription
public MethodFindFeatureLayerDetailsOverloaded. Finds the metadata about a layer specified by its layer name in the LocalFeatureService  
public MethodFindMapLayerDetailsOverloaded. Gets the LayerDetails for a given map layer within the local map service. (Inherited from ESRI.ArcGIS.Client.Local.LocalMapService)
public Methodstatic (Shared in Visual Basic)GetServiceCreates and attempts to start a new LocalFeatureService instance based on the provided path to a Map Package.  
public Methodstatic (Shared in Visual Basic)GetServiceAsyncOverloaded. Creates and starts a new LocalFeatureService or reuses an existing LocalFeatureService if one exists with the same properties in the runtime LocalServer.  
public MethodStartOverridden. Synchronously starts this LocalFeatureService instance on the LocalServer.  
public MethodStartAsyncOverloaded. Overridden. Starts this LocalFeatureService instance asynchronously. 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 MethodToStringReturns a string representing the path of the map package on which the LocalFeatureService 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.