com.supermap.web.mapping
public class ImageFormat
继承 ImageFormat Inheritance Object

图片格式枚举类. 该类是图层加载图片时,图片文件格式的常数值枚举。



公共常量
  常量 定义方
    GIF : String = gif
[static] 定义 ImageFormat.JPG 常量的 type 属性值为 gif。
ImageFormat
    JPG : String = jpg
[static] 定义 ImageFormat.JPG 常量的 type 属性值为 jpg。
ImageFormat
    PNG : String = png
[static] 定义 ImageFormat.PNG 常量的 type 属性值为 png。
ImageFormat
常量描述
GIF 常量
public static const GIF:String = gif

定义 ImageFormat.JPG 常量的 type 属性值为 gif。

JPG 常量  
public static const JPG:String = jpg

定义 ImageFormat.JPG 常量的 type 属性值为 jpg。

PNG 常量  
public static const PNG:String = png

定义 ImageFormat.PNG 常量的 type 属性值为 png。