Go to the source code of this file.
|
enum | AGSMapServiceImageFormat {
AGSMapServiceImageFormatDefault = 0
, AGSMapServiceImageFormatPNG = 1
, AGSMapServiceImageFormatPNG8 = 2
, AGSMapServiceImageFormatPNG24 = 3
,
AGSMapServiceImageFormatPNG32 = 4
, AGSMapServiceImageFormatJPG = 5
, AGSMapServiceImageFormatJPGPNG = 6
, AGSMapServiceImageFormatBMP = 7
,
AGSMapServiceImageFormatGIF = 8
, AGSMapServiceImageFormatTIFF = 9
, AGSMapServiceImageFormatUnknown = -1
} |
|
◆ AGSMapServiceImageFormat
The image formats supported by ArcGIS map services or ArcGIS image services.
- Since
- 100.0
Enumerator |
---|
AGSMapServiceImageFormatDefault | To use service-defined default image format.
|
AGSMapServiceImageFormatPNG | PNG. Supported in Map Service only.
|
AGSMapServiceImageFormatPNG8 | 8-bit PNG. Supported in both Image Service and Map Service.
|
AGSMapServiceImageFormatPNG24 | 24bit PNG. Supported in both Image Service and Map Service.
|
AGSMapServiceImageFormatPNG32 | PNG32. Supported in Image Service and Map Service.
|
AGSMapServiceImageFormatJPG | JPEG. Supported in both Image Service and Map Service.
|
AGSMapServiceImageFormatJPGPNG | JPG | PNG. Supported in Image Service only.
|
AGSMapServiceImageFormatBMP | BMP.
|
AGSMapServiceImageFormatGIF | GIF.
|
AGSMapServiceImageFormatTIFF | TIFF.
|
AGSMapServiceImageFormatUnknown | Unknown.
|