MapServiceImageFormat enum
The image formats supported by ArcGIS map services and ArcGIS image services.
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
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.