com.supermap.data
类 GeodesicLineType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.GeodesicLineType

public class GeodesicLineType
extends Enum

该类定义了一系列构造测地线的类型常量。


字段摘要
static GeodesicLineType GEODESIC
          标准球面测地线类型,可以表示地球表面任意两点间的最短距离。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

GEODESIC

public static final GeodesicLineType GEODESIC
标准球面测地线类型,可以表示地球表面任意两点间的最短距离。