RemoteResource QML Type

  • Esri.ArcGISRuntime
  • RemoteResource
  • Base type for types that can make network requests. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.1
    Inherited By:

    ArcGISTiledElevationSource

    Properties

    Detailed Description

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

    Types that inherit from RemoteResource can use common methods to get and set network request parameters. These types must have the ability to set and get a Credential object to handle any authentication that may be required by the network request, as well as a RequestConfiguration which allows for customizing the parameters used to make the network request. It must also support returning its URL, because network-enabled resources should have a URL from which it is requesting its content.

    Types that implement RemoteResource

    AnnotationLayer

    A layer that can visualize annotation text data

    ArcGISMapImageLayer

    A layer based on a dynamic ArcGIS Map service

    ArcGISSceneLayer

    A layer that displays 3D features from a scene service

    ArcGISTiledLayer

    Displays data from a ArcGIS Map service, by using pre-generated tiles

    ArcGISVectorTiledLayer

    Displays data from an ArcGIS vector tiled data source

    Basemap

    A basemap is a non-editable layer that provides background, or reference information, in your map or scene

    ClosestFacilityTask

    A task to find a closest facility route between facilities and incidents

    DimensionLayer

    A layer that can visualize dimension features data

    DownloadPreplannedOfflineMapJob

    A job to download an offline map area from an online map as part of the preplanned offline workflow

    DynamicEntityDataSource

    A dynamic entity data source that streams observations to a client

    ExportTileCacheTask

    A task used to export a tile cache (.tpk or .tpkx)

    ExportVectorTilesTask

    A task used to export vector tiles and their style resources

    GenerateOfflineMapJob

    A job to generate an offline map from an online map

    GeodatabaseSyncTask

    A task to download and sync a sync-enabled mobile geodatabase

    GeoprocessingTask

    Used to run a geoprocessing task that is published as a web service

    ImageFrame

    A frame that, when added to an ImageOverlay, renders an image on top of a scene

    ImageServiceRaster

    Represents a raster based off an image service

    IntegratedMeshLayer

    An IntegratedMeshLayer represents a layer that can visualize an integrated mesh layer

    Job

    A base type for types representing a long running job on a server

    KmlDataset

    Contains the current state of the KML data specified in a KML/KMZ file

    LocatorTask

    A task for Geocoding and Reverse Geocoding that supports both online and offline capabilities

    ModelSceneSymbol

    Used to display Point or Multipoint GeoElements in a scene using a 3D model

    OfflineMapSyncJob

    A job to synchronize an offline map's geodatabases with their originating services

    OgcFeatureCollectionTable

    An OGC API - Features feature collection table

    OgcFeatureService

    An OGC API - Features service

    PictureFillSymbol

    Uses an image to symbolize the fill for a Polygon GeoElement

    PictureFillSymbolLayer

    A symbol layer that fills polygon geometry with an image

    PictureMarkerSymbol

    Uses an image to symbolize GeoElements that have Point or Multipoint

    PictureMarkerSymbolLayer

    Represents a symbol layer used to place a picture marker on a point geometry

    PointCloudLayer

    A point cloud layer

    Portal

    Represents a view into a portal by a user, either anonymous or with a Credential

    RouteTask

    A task to find a Route between two or more locations

    ServiceAreaTask

    A task to compute areas that can be serviced (reached) from a given location

    ServiceFeatureTable

    A feature table created from the URL to an ArcGIS feature service

    ServiceGeodatabase

    A container for a collection of ServiceFeatureTable instances connected to a feature service

    ServiceImageTiledLayer

    A base class for all image tiled layers that fetches map tiles from a remote service

    SymbolStyle

    A symbol style object

    UtilityNetwork

    A utility network

    WfsFeatureTable

    A table in an OGC Web Feature Service

    WfsService

    An OGC Web Feature Service (WFS)

    WmsLayer

    Displays data from a WMS service

    WmsService

    Represents an OGC Web Map Service (WMS)

    WmtsLayer

    Displays data from a WMTS service by using pre-generated tiles

    WmtsService

    An Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS)

    WmtsServiceInfo

    Represents the service metadata for an Open Geospatial Consortium (OGC) Web Map Tile Service (WMTS)

    Property Documentation

    credential : Credential

    The credential used to authenticate the user requesting this RemoteResource.


    requestConfiguration : RequestConfiguration

    Security credentials to access the remote resource. Only applicable if the resource is secured.


    url : url

    Returns the URL of this RemoteResource (read-only).


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