包 | com.supermap.web.iServerJava6R.networkAnalystServices |
类 | public class OutputFormat |
继承 | OutputFormat ![]() |
常量 | 定义方 | ||
---|---|---|---|
BINARY : String = binary
[static] BINARY 格式。只有当地图图片的格式设置为 “BINARY” 时,
NAResultMapImage.imageData 中才会存储图片的二进制内容,如果地图图片的格式设置为其他格式,MapImage.imageData 的值为空。 |
OutputFormat | ||
BMP : String = bmp
[static] BMP 格式。
|
OutputFormat | ||
DEFAULT : String = default
[static] 默认的图片输出格式,即 PNG 格式。
|
OutputFormat | ||
EMF : String = emf
[static] EMF 格式,该格式暂不支持。
|
OutputFormat | ||
EPS : String = eps
[static] EPS 格式,该格式暂不支持。
|
OutputFormat | ||
GIF : String = gif
[static] GIF 格式。
|
OutputFormat | ||
JPG : String = jpg
[static] JPG 格式。
|
OutputFormat | ||
PDF : String = pdf
[static] {iServerJava6R_OutputFormat_attribute_PDF_D}
|
OutputFormat | ||
PNG : String = png
[static] PNG 格式。
|
OutputFormat |
BINARY | 常量 |
public static const BINARY:String = binary
BINARY 格式。只有当地图图片的格式设置为 “BINARY” 时,NAResultMapImage.imageData
中才会存储图片的二进制内容,如果地图图片的格式设置为其他格式,MapImage.imageData
的值为空。
BMP | 常量 |
public static const BMP:String = bmp
BMP 格式。
DEFAULT | 常量 |
public static const DEFAULT:String = default
默认的图片输出格式,即 PNG 格式。
EMF | 常量 |
public static const EMF:String = emf
EMF 格式,该格式暂不支持。
EPS | 常量 |
public static const EPS:String = eps
EPS 格式,该格式暂不支持。
GIF | 常量 |
public static const GIF:String = gif
GIF 格式。
JPG | 常量 |
public static const JPG:String = jpg
JPG 格式。
常量 |
public static const PDF:String = pdf
{iServerJava6R_OutputFormat_attribute_PDF_D}
PNG | 常量 |
public static const PNG:String = png
PNG 格式。