com.supermap.data
类 Table3D

java.lang.Object
  继承者 com.supermap.data.CSGEntity
      继承者 com.supermap.data.Table3D

public class Table3D
extends CSGEntity

棱台体


构造方法摘要
Table3D()
           
Table3D(double dBottomLength, double dBottomLength1, double dTopLength, double dTopLength1, double dHeight)
           
Table3D(Table3D table3DEntity)
           
 
方法摘要
 double getBottomLength()
          获取底部长度
 double getBottomLength1()
          获取底部长度1
 double getHeight()
          获取高度
 double getTopLength()
          获取顶部长度
 double getTopLength1()
          获取顶部长度1
 void setBottomLength(double length)
          设置底部长度
 void setBottomLength1(double length)
          设置顶部长度1
 void setHeight(double height)
          设置高度
 void setTopLength(double length)
          设置顶部长度
 void setTopLength1(double length)
          设置顶部长度1
 
从类 com.supermap.data.CSGEntity 继承的方法
difference, getArea, getBoundingBox, getType, getVolume, intersect, multiply, rotate, scale, translate, union
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Table3D

public Table3D()

Table3D

public Table3D(Table3D table3DEntity)

Table3D

public Table3D(double dBottomLength,
               double dBottomLength1,
               double dTopLength,
               double dTopLength1,
               double dHeight)
方法详细信息

getBottomLength

public double getBottomLength()
获取底部长度


setBottomLength

public void setBottomLength(double length)
设置底部长度


getBottomLength1

public double getBottomLength1()
获取底部长度1


setBottomLength1

public void setBottomLength1(double length)
设置顶部长度1


getTopLength

public double getTopLength()
获取顶部长度


setTopLength

public void setTopLength(double length)
设置顶部长度


getTopLength1

public double getTopLength1()
获取顶部长度1


setTopLength1

public void setTopLength1(double length)
设置顶部长度1


getHeight

public double getHeight()
获取高度


setHeight

public void setHeight(double height)
设置高度