ArcGISImageServiceInfo QML Type

Read-only metadata from the image service. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

Detailed Description

This metadata is populated once the corresponding ImageServiceRaster object is loaded.

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

Property Documentation

attribution : string

Returns the attribution of the image service (read-only).


currentVersion : string

Returns the ArcGIS Server version of the image service (read-only).


fields : list<Field>

Returns information about fields in the image service (read-only).


fullExtent : Envelope

Returns the full extent of the image service as an Envelope (read-only).


maxScale : double

Returns the maximum scale of the image service (read-only).


minScale : double

Returns the minimum scale of the image service (read-only).


name : string

Returns the name of the image service (read-only).


pixelType : Enums.PixelType

Returns the pixel type of the image service (read-only).

See also Enums.PixelType.


renderingRuleInfos : list<RenderingRuleInfo>

Returns information about rendering rules supported by the image service (read-only).


spatialReference : SpatialReference

Returns the spatial reference of the image service (read-only).


timeInfo : LayerTimeInfo

Returns the time info from the image service (read-only).

This property was introduced in Esri.ArcGISRuntime 100.3.


url : url

Returns the url of the image service (read-only).


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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close