com.supermap.data
类 SerializeConverterType

java.lang.Object
  继承者 com.supermap.data.SerializeConverterType

public class SerializeConverterType
extends java.lang.Object

该类定义了Feature序列化和反序列化的格式类型常量。

序列化即将UGC的Feature转换为指定格式类型的字符串。

反序列化即将指定格式类型的字符串转换为UGC的Feature。


字段摘要
static SerializeConverterType SerializeGeojson
          序列化 GeoJson 格式类型,对应的枚举值为1。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

SerializeGeojson

public static final SerializeConverterType SerializeGeojson
序列化 GeoJson 格式类型,对应的枚举值为1。