PortalHelperServices QML Type

  • Esri.ArcGISRuntime
  • PortalHelperServices
  • Container for helper services that are provided by the portal. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.0
    Inherits:

    JsonSerializable

    Properties

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    Objects of this class are provided by the helperServices property of a PortalInfo object.

    For detailed information about these services, see the "Services from Esri" topic within the ArcGIS REST API documentation.

    The services include the following:

    • analysis: Hosted geoprocessing services that perform analyses.
    • asyncClosestFacility: ArcGIS geoprocessing service for asynchronous closest-facility analysis.
    • asyncLocationAllocation: ArcGIS geoprocessing service for asynchronous location-allocation network analysis.
    • asyncODCostMatrix: ArcGIS geoprocessing service for generating origin-destination cost matrices.
    • asyncServiceArea: ArcGIS geoprocessing service for asynchronous service-area analysis.
    • asyncVRP: ArcGIS geoprocessing service for solving asynchronous vehicle routing problems.
    • closestFacility: ArcGIS NAServer service for synchronous closest-facility analysis.
    • defaultElevationServices: Limited Error Raster Compression (LERC) elevation service used by ArcGIS Pro and the Web Scene Viewer.
    • elevation: ArcGIS geoprocessing services for elevation analysis.
    • elevationSync: ArcGIS geoprocessing services for elevation analysis.
    • geocode: Array of ArcGIS geocoding services to use for geocoding.
    • geoenrichment: ArcGIS GeoenrichmentServer.
    • geometry: ArcGIS GeometryServer to use for geometry functions.
    • hydrology: ArcGIS geoprocessing services for hydrologic analysis.
    • locationTracking: ArcGIS geoprocessing services for location tracking analysis.
    • printTask: ArcGIS PrintServer task to use for printing functionality.
    • route: ArcGIS NAServer to use for routing functionality.
    • serviceArea: ArcGIS NAServer service for synchronous service-area analysis.
    • syncVRP: ArcGIS NAServer service for solving synchronous vehicle routing problems.
    • traffic: ArcGIS TrafficMapServer service for traffic functionality.

    See also PortalInfo and Portal Self (ArcGIS REST API).

    Property Documentation

    [read-only] analysisServiceUrl : url

    Returns the URL of hosted geoprocessing services that perform analyses (read-only).


    [read-only] asyncClosestFacilityServiceUrl : url

    Returns the URL of the asynchronous closest facility service (read-only).


    [read-only] asyncLocationAllocationServiceUrl : url

    Returns the URL of the asynchronous location-allocation service (read-only).


    [read-only] asyncODCostMatrixServiceUrl : url

    Returns the URL of the asynchronous Origin Destination Cost Matrix service (read-only).


    [read-only] asyncServiceAreaServiceUrl : url

    Returns the URL of the asynchronous service-area service (read-only).


    [read-only] asyncVRPServiceUrl : url

    Returns the URL of the asynchronous vehicle routing problem service (read-only).


    [read-only] closestFacilityServiceUrl : url

    Returns the URL of the asynchronous closest facility service (read-only).


    [read-only, since Esri.ArcGISRuntime 100.5] defaultElevationServices : list<ElevationServiceInfo>

    Returns information about Limited Error Raster Compression (LERC) elevation services used by ArcGIS Pro and the Web Scene Viewer.

    This property was introduced in Esri.ArcGISRuntime 100.5.


    [read-only] elevationServiceUrl : url

    Returns the URL of the asynchronous elevation analysis services (read-only).


    [read-only] elevationSyncServiceUrl : url

    Returns the URL of the elevation sync services (read-only).


    [read-only] geocodeServiceUrls : url

    Returns the list of geocode services (read-only).


    [read-only] geoenrichmentServiceUrl : url

    Returns the URL of the geoenrichment service (read-only).


    [read-only] geometryServiceUrl : url

    Returns the URL of the geometry service (read-only).


    [read-only] hydrologyServiceUrl : url

    Returns the URL of the hydrology service (read-only).


    json : jsobject

    JSON data that can be used to instantiate the PortalHelperServices.


    [read-only, since Esri.ArcGISRuntime 100.5] locationTrackingServiceUrl : url

    Returns the URL of the location tracking service (read-only).

    This property was introduced in Esri.ArcGISRuntime 100.5.


    [read-only] printTaskUrl : url

    Returns the URL of the print service (read-only).


    [read-only] routeServiceUrl : url

    Returns the URL of the synchronous route service (read-only).


    [read-only] serviceAreaServiceUrl : url

    Returns the URL of the synchronous service-area service (read-only).


    [read-only] syncVRPServiceUrl : url

    Returns the URL of the synchronous vehicle routing problem service (read-only).


    [read-only] trafficServiceUrl : url

    Returns the URL of the traffic service (read-only).


    [read-only] unknownJson : jsobject

    Returns the unknown JSON from the source JSON.

    Unknown JSON is a jsobject containing the key/value pairs present in the source JSON that are supported by web maps, but not exposed through this API.

    See also JsonSerializable.


    [read-only] unsupportedJson : jsobject

    Returns the unsupported data from the source JSON.

    Unsupported JSON is a jsobject containing the JSON present in the source JSON that are supported by web maps, but not exposed through this API.

    See also JsonSerializable.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.