Base type for types that can make network requests. More...
Import Statement | import Esri. |
Since | Esri. |
Inherited By |
Properties
- credential : Credential
- requestConfiguration : RequestConfiguration
- url : url
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
A layer that can visualize annotation text data | |
A layer based on a dynamic ArcGI | |
A layer that displays 3 | |
Displays data from a ArcGI | |
Displays data from an ArcGI | |
A basemap that can be displayed in a map | |
A task to find a closest facility route between facilities and incidents | |
A layer that can visualize dimension features data | |
A job to download an offline map area from an online map as part of the preplanned offline workflow | |
A task used to export a tile cache (.tpk or .tpkx) | |
A task used to export vector tiles and their style resources | |
A job to generate an offline map from an online map | |
A task to download and sync a sync-enabled mobile geodatabase | |
A data file input or output parameter | |
A features (or records) input or output parameter | |
Used to run a geoprocessing task that is published as a web service | |
A frame that, when added to an Image | |
Represents a raster based off an image service | |
An Integrated | |
A base type for types representing a long running job on a server | |
Contains the current state of the KM | |
A task for Geocoding and Reverse Geocoding that supports both online and offline capabilities | |
Used to display Point or Multipoint Geo | |
A job to synchronize an offline map's geodatabases with their originating services | |
A task with methods related to synchronizing an offline map's geodatabases with their originating services | |
A task with methods related to taking a map offline and synchronizing online and offline maps | |
An OG | |
An OG | |
Uses an image to symbolize the fill for a Polygon Geo | |
A symbol layer that fills polygon geometry with an image | |
Uses an image to symbolize Geo | |
Represents a symbol layer used to place a picture marker on a point geometry | |
A point cloud layer | |
Represents a view into a portal by a user, either anonymous or with a Credential | |
A task to find a Route between two or more locations | |
A task to compute areas that can be serviced (reached) from a given location | |
A feature table created from the UR | |
A container for a collection of Service | |
A base class for all image tiled layers that fetches map tiles from a remote service | |
A symbol style object | |
A utility network | |
A table in an OG | |
An OG | |
Defines an Open Geospatial Consortium ( | |
Represents an OG | |
Defines an Open Geospatial Consortium ( | |
An Open Geospatial Consortium ( | |
Represents the service metadata for an Open Geospatial Consortium ( |
Property Documentation
credential : Credential |
The credential used to authenticate the user requesting this RemoteResource.
request |
Security credentials to access the remote resource. Only applicable if the resource is secured.
Returns the URL of this RemoteResource (read-only).