ArcGIS Runtime SDK for iOS: AGSArcGISImageServiceInfo.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSArcGISImageServiceInfo.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPixelType {
  AGSPixelTypeUnknown = -1 , AGSPixelTypeUInt1 = 0 , AGSPixelTypeUInt2 = 1 , AGSPixelTypeUInt4 = 2 ,
  AGSPixelTypeUInt8 = 3 , AGSPixelTypeInt8 = 4 , AGSPixelTypeUInt16 = 5 , AGSPixelTypeInt16 = 6 ,
  AGSPixelTypeUInt32 = 7 , AGSPixelTypeInt32 = 8 , AGSPixelTypeFloat32 = 9 , AGSPixelTypeFloat64 = 10
}
 

Enumeration Type Documentation

◆ AGSPixelType

The list of raster pixel types.

Since
100.1
Enumerator
AGSPixelTypeUnknown 

Unknown pixel type.

AGSPixelTypeUInt1 

1-bit.

AGSPixelTypeUInt2 

2-bit.

AGSPixelTypeUInt4 

4-bit.

AGSPixelTypeUInt8 

Unsigned 8-bit integer.

AGSPixelTypeInt8 

Signed 8-bit integer.

AGSPixelTypeUInt16 

Unsigned 16-bit integer.

AGSPixelTypeInt16 

Signed 16-bit integer.

AGSPixelTypeUInt32 

Unsigned 32-bit integer.

AGSPixelTypeInt32 

Signed 32-bit integer.

AGSPixelTypeFloat32 

32-bit floating point number.

AGSPixelTypeFloat64 

64-bit floating point number.