Class | Description | |
---|---|---|
ArcGISLocalDynamicMapServiceLayer | Represents an ArcGIS dynamic map service layer for which the supporting service is a local map service hosted by the runtime local server. | |
ArcGISLocalFeatureLayer | ArcGISLocalFeatureLayers are a special type of Graphics layer that allow you to display graphic features which consist of geometry and attributes. | |
GeocodeField | A class representing information for each Field in a Geocode Service. | |
GeoprocessingTaskInfo | The GeoprocessingTaskInfo class provides information on each task inside a Geoprocessing Service. | |
GeoprocessingTaskParameters | GeoprocessingTaskParameters provide the information available for each parameter in the GeoprocessingTask. | |
LayerDetails | The LayerDetails class provides information on the sub layers within instances of LocalMapService and LocalFeatureService. | |
LocalFeatureService | The LocalFeatureService class represents a Feature Service hosted by the LocalServer. | |
LocalGeocodeService | A class representing a geocode (locator) service managed by the runtime LocalServer. | |
LocalGeometryService | The LocalGeometryService class represents a Geometry Service hosted by the LocalServer. | |
LocalGeoprocessingService | A class representing a local geoprocessing service hosted by the runtime local server. | |
LocalMapService | The LocalMapService class represents a map service hosted by the LocalServer. | |
LocalServer | The static LocalServer class enables a number of LocalService types to be created based on local geographic content. | |
LocalServerException | Represents an error returned from the LocalServer. | |
LocalService | Provides a base class for services which can be initialized on the runtime LocalServer. | |
WorkspaceInfo | A class representing information about a workspace to which the local map service will connect in order to allow the dynamic switching of layer datasources to datasets within this workspace. | |
WorkspaceInfoCollection | A class representing a collection of items that contain information about workspaces which will be registered with the local map service to enable the dynamic switching of layer datasources whilst the map service is running. |
Enumeration | Description | |
---|---|---|
GPParameterDataType | Indicates the data type of the parameter. | |
GPParameterDirection | Indicates the direction of the parameter. | |
GPParameterType | Indicates if the parameter is required, optional or derived (output). | |
GPServiceType | The GPServiceType enumeration contains values which are used to determine how a LocalGeoprocessingService will run. | |
LocalServerStatus | Indicates the current status of the LocalServer. | |
LocalServiceStatus | Indicates the status of a service during its lifecycle on the LocalServer. | |
WorkspaceFactoryType | An enumeration of workspace types for working with the dynamic layers capability of the local map service. |