public class GeoSphere extends Geometry3D
继承于 Geometry3D
类。
该类仅在 Windows、Linux 平台版本中支持。
注意:添加该类型的实例到三维场景的跟踪图层时,必须要先调用 getGeoModel()
方法使其按 GeoModel 的方式重新构建。具体使用方法可参见 GeoBox
类的范例程序。
构造器和说明 |
---|
GeoSphere()
构造一个新的 GeoSphere 对象。
|
GeoSphere(GeoSphere geoSphere)
根据给定的 GeoSphere 对象构造一个与其完全相同的新对象。
|
GeoSphere(Point3D position,
double radius)
根据指定的参数来构造一个 GeoSphere 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoSphere |
clone()
克隆一个Geometry对象。
|
void |
dispose()
释放该对象所占用的资源。
|
Point3D |
getCenter()
返回球体几何对象的球心。
|
double |
getRadius()
返回球体几何对象的半径,单位为米。
|
void |
setRadius(double value)
设置球体几何对象的半径,单位为米。
|
convertToGeoModel3D, convertToGeoModel3D, convertToGeoModel3D, getBoundingBox, getGeoModel, getInnerPoint3D, getPosition, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getStyle3D, getVolume, offset, setPosition, setRotationX, setRotationY, setRotationZ, setScaleX, setScaleY, setScaleZ, setStyle3D
public GeoSphere()
public GeoSphere(GeoSphere geoSphere)
geoSphere
- 给定的 GeoSphere 对象。public GeoSphere(Point3D position, double radius)
position
- 球体几何对象的位置。radius
- 球体几何对象的半径,单位为米。public Point3D getCenter()
public double getRadius()
public void setRadius(double value)
value
- 球体几何对象的半径。单位为米。public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
Copyright © 2021–2024 SuperMap. All rights reserved.