Read-only metadata from the image service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
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
fields : list<Field> |
Returns information about fields in the image service (read-only).
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.