com.supermap.data
类 SlopedCylinder

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

public class SlopedCylinder
extends CSGEntity

斜口圆柱


构造方法摘要
SlopedCylinder()
           
SlopedCylinder(double dRadiusBottom, double dRadiusTop, double dHeight, Point2D top_slope, Point2D bottom_slope)
           
SlopedCylinder(SlopedCylinder slopedCylinderEntity)
           
 
方法摘要
 double getBottomRadius()
          获取底部半径
 Point2D getBottomSlope()
          获取底部坡度
 double getHeight()
          获取高度
 double getTopRadius()
          获取顶部半径
 Point2D getTopSlope()
          获取顶部坡度
 void setBottomRadius(double bottomRadius)
          设置底部半径
 void setBottomSlope(Point2D point2D)
          设置底部坡度
 void setHeight(double height)
          设置高度
 void setTopRadius(double topRadius)
          设置顶部半径
 void setTopSlope(Point2D point2D)
          设置顶部坡度
 
从类 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
 

构造方法详细信息

SlopedCylinder

public SlopedCylinder()

SlopedCylinder

public SlopedCylinder(SlopedCylinder slopedCylinderEntity)

SlopedCylinder

public SlopedCylinder(double dRadiusBottom,
                      double dRadiusTop,
                      double dHeight,
                      Point2D top_slope,
                      Point2D bottom_slope)
方法详细信息

getBottomRadius

public double getBottomRadius()
获取底部半径


setBottomRadius

public void setBottomRadius(double bottomRadius)
设置底部半径


getTopRadius

public double getTopRadius()
获取顶部半径


setTopRadius

public void setTopRadius(double topRadius)
设置顶部半径


getHeight

public double getHeight()
获取高度


setHeight

public void setHeight(double height)
设置高度


getTopSlope

public Point2D getTopSlope()
获取顶部坡度


setTopSlope

public void setTopSlope(Point2D point2D)
设置顶部坡度


getBottomSlope

public Point2D getBottomSlope()
获取底部坡度


setBottomSlope

public void setBottomSlope(Point2D point2D)
设置底部坡度