ArcGISImageServiceInfo QML Type
Read-only metadata from the image service. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
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
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).
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).
[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.
url : url |
Returns the url of the image service (read-only).