ArcGISImageServiceInfo class final

The metadata for an ArcGIS image service.

An ArcGIS image service is a data service that provides access to large collections of imagery, elevation data, rasters, and other remotely sensed data. ArcGISImageServiceInfo provides basic information about the image service, such as the name, extent, spatial reference, pixel type, mosaic field names (if appropriate), and a collection of rendering rules.

To display and interact with the raster images, create a RasterLayer using an ImageServiceRaster constructed from the URL to an ArcGIS Image Service. You can obtain the ArcGISImageServiceInfo content from a loaded ImageServiceRaster.

Implemented types

Properties

attribution String
Copyright information from image service info object.
no setter
currentVersion String
Current version from image service info object.
no setter
fields List<Field>
Optional mosaic dataset catalog table fields from image service info object.
no setter
fullExtent Envelope?
Full extent from image service info object.
no setter
hashCode int
The hash code for this object.
no setterinherited
maxScale double
Max scale value from image service info object.
no setter
minScale double
Min scale value from image service info object.
no setter
name String
Name from image service info object.
no setter
pixelType PixelType
Pixel type from image service info object.
no setter
renderingRuleInfos List<RenderingRuleInfo>
A collection of information about the rendering rules defined in this image service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spatialReference SpatialReference?
Spatial reference from image service info object.
no setter
timeInfo LayerTimeInfo?
The time info from the image service.
no setter
uri Uri
URL from image service info object.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited