com.supermap.data
类 PlaneType

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

public class PlaneType
extends Enum

该枚举定义了平面类型常量。


字段摘要
static PlaneType PLANEXY
          由X、Y坐标方向构成的平面,即XY平面。
static PlaneType PLANEXZ
          由X、Z坐标方向构成的平面,即XZ平面。
static PlaneType PLANEYZ
          由Y、Z坐标方向构成的平面,即YZ平面。
 
方法摘要
 
从类 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
 

字段详细信息

PLANEXY

public static final PlaneType PLANEXY
由X、Y坐标方向构成的平面,即XY平面。


PLANEYZ

public static final PlaneType PLANEYZ
由Y、Z坐标方向构成的平面,即YZ平面。


PLANEXZ

public static final PlaneType PLANEXZ
由X、Z坐标方向构成的平面,即XZ平面。