com.supermap.data
类 Sphere

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

public class Sphere
extends CSGEntity

球体


构造方法摘要
Sphere()
           
Sphere(double radius)
           
Sphere(Sphere sphereEntity)
           
 
方法摘要
 double getRadius()
          获取半径
 void setRadius(double radius)
          设置半径
 
从类 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
 

构造方法详细信息

Sphere

public Sphere()

Sphere

public Sphere(Sphere sphereEntity)

Sphere

public Sphere(double radius)
方法详细信息

getRadius

public double getRadius()
获取半径


setRadius

public void setRadius(double radius)
设置半径