com.supermap.data
类 Pyramid

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

public class Pyramid
extends CSGEntity

棱锥体


构造方法摘要
Pyramid()
           
Pyramid(double dLength, double dWidth, double dHeight)
           
Pyramid(Pyramid pyramidEntity)
           
 
方法摘要
 double getHeight()
          获取高度
 double getLength()
          获取长度
 double getWidth()
          获取宽度
 void setHeight(double pyramidHeight)
          设置高度
 void setLength(double pyramidLength)
          设置长度
 void setWidth(double pyramidWidth)
          设置宽度
 
从类 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
 

构造方法详细信息

Pyramid

public Pyramid()

Pyramid

public Pyramid(Pyramid pyramidEntity)

Pyramid

public Pyramid(double dLength,
               double dWidth,
               double dHeight)
方法详细信息

getLength

public double getLength()
获取长度


setLength

public void setLength(double pyramidLength)
设置长度


getWidth

public double getWidth()
获取宽度


setWidth

public void setWidth(double pyramidWidth)
设置宽度


getHeight

public double getHeight()
获取高度


setHeight

public void setHeight(double pyramidHeight)
设置高度