ArcGISImageServiceInfo QML Type
Read-only metadata from the image service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- ArcGISImageServiceInfo is part of QML Type List.
Properties
- attribution : string
- currentVersion : string
- fields : list<Field>
- fullExtent : Envelope
- maxScale : double
- minScale : double
- name : string
- pixelType : Enums.PixelType
- renderingRuleInfos : list<RenderingRuleInfo>
- spatialReference : SpatialReference
- timeInfo : LayerTimeInfo
- url : url
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
[read-only] attribution : string |
Returns the attribution of the image service (read-only).
[read-only] currentVersion : string |
Returns the ArcGIS Server version of the image service (read-only).
[read-only] fields : list<Field> |
Returns information about fields in the image service (read-only).
[read-only] fullExtent : Envelope |
Returns the full extent of the image service as an Envelope (read-only).
[read-only] maxScale : double |
Returns the maximum scale of the image service (read-only).
[read-only] minScale : double |
Returns the minimum scale of the image service (read-only).
[read-only] name : string |
Returns the name of the image service (read-only).
[read-only] pixelType : Enums.PixelType |
Returns the pixel type of the image service (read-only).
See also Enums.PixelType.
[read-only] renderingRuleInfos : list<RenderingRuleInfo> |
Returns information about rendering rules supported by the image service (read-only).
[read-only] spatialReference : SpatialReference |
Returns the spatial reference of the image service (read-only).
[read-only, since Esri.ArcGISRuntime 100.3] timeInfo : LayerTimeInfo |
Returns the time info from the image service (read-only).
This property was introduced in Esri.ArcGISRuntime 100.3.
[read-only] url : url |
Returns the url of the image service (read-only).