MapServiceImageFormat enum

The image formats supported by ArcGIS map services and ArcGIS image services.

Inheritance

Constructors

MapServiceImageFormat()
const

Values

default_ → const MapServiceImageFormat

To use service-defined default image format.

png → const MapServiceImageFormat

PNG. Supported in ArcGIS map service only.

png8 → const MapServiceImageFormat

8-bit PNG. Supported in both the ArcGIS image and map services.

png24 → const MapServiceImageFormat

24bit PNG. Supported in both the ArcGIS image and map services.

png32 → const MapServiceImageFormat

PNG32. Supported in both the ArcGIS image and map services.

jpg → const MapServiceImageFormat

JPEG. Supported in both the ArcGIS image and map services.

jpgpng → const MapServiceImageFormat

JPG | PNG. Supported in ArcGIS image service only.

This format returns a JPG if there are no transparent pixels in the requested extent, otherwise it returns a PNG.

bmp → const MapServiceImageFormat

BMP.

gif → const MapServiceImageFormat

GIF.

tiff → const MapServiceImageFormat

TIFF.

unknown → const MapServiceImageFormat

Unknown.

Properties

coreValue int
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<MapServiceImageFormat>
A constant List of the values in this enum, in order of their declaration.