com.supermap.data
类 Wedge

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

public class Wedge
extends CSGEntity

楔形体


构造方法摘要
Wedge()
           
Wedge(double dBottomLength, double dBottomWidth, double dTopLength, double dTopWidth, double dHeight, Point2D topOffset)
           
Wedge(Wedge wedgeEntity)
           
 
方法摘要
 double getBottomLength()
          获取底部长度
 double getBottomWidth()
          获取底部宽度
 double getHeight()
          获取高度
 double getTopLength()
          获取顶部长度
 Point2D getTopOffset()
          获取顶部偏移量
 double getTopWidth()
          获取顶部宽度
 void setBottomLength(double length)
          设置底部长度
 void setBottomWidth(double width)
          设置底部宽度
 void setHeight(double height)
          设置高度
 void setTopLength(double length)
          设置顶部长度
 void setTopOffset(Point2D point2D)
          设置顶部偏移量
 void setTopWidth(double length)
          设置顶部宽度
 
从类 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
 

构造方法详细信息

Wedge

public Wedge()

Wedge

public Wedge(Wedge wedgeEntity)

Wedge

public Wedge(double dBottomLength,
             double dBottomWidth,
             double dTopLength,
             double dTopWidth,
             double dHeight,
             Point2D topOffset)
方法详细信息

getBottomLength

public double getBottomLength()
获取底部长度


setBottomLength

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


getBottomWidth

public double getBottomWidth()
获取底部宽度


setBottomWidth

public void setBottomWidth(double width)
设置底部宽度


getTopLength

public double getTopLength()
获取顶部长度


setTopLength

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


getTopWidth

public double getTopWidth()
获取顶部宽度


setTopWidth

public void setTopWidth(double length)
设置顶部宽度


getHeight

public double getHeight()
获取高度


setHeight

public void setHeight(double height)
设置高度


getTopOffset

public Point2D getTopOffset()
获取顶部偏移量


setTopOffset

public void setTopOffset(Point2D point2D)
设置顶部偏移量