com.supermap.data
类 GeoTruncatedCone
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.Geometry3D
-
- com.supermap.data.GeoTruncatedCone
-
- 所有已实现的接口:
- IDisposable
public class GeoTruncatedCone extends Geometry3D
参数化对象-圆台体。- 作者:
- Administrator
-
-
构造器概要
构造器 构造器和说明 GeoTruncatedCone()
构造一个新的 GeoTruncatedCone 对象。GeoTruncatedCone(GeoTruncatedCone geoTruncatedCone)
根据指定参数构造一个 GeoTruncatedCone 新对象。GeoTruncatedCone(Point3D position, double bottomRaDius, double topRaDius, double height)
根据指定参数构造一个 GeoTruncatedCone 新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoTruncatedCone
clone()
克隆一个Geometry对象。void
dispose()
释放该对象所占用的资源。double
getBottomRadius()
获取圆台体底面半径。Point3D
getCenter()
获取圆台体的中心点坐标。double
getHeight()
获取圆台体圆台高度。double
getTopRadius()
获取圆台体顶面半径。double
getTopXOffset()
获取圆台体顶面圆心X偏移量。double
getTopYOffset()
获取圆台体顶面圆心Y偏移量。void
setBottomRadius(double bottomRadius)
设置圆台体底面半径。void
setHeight(double height)
设置圆台体圆台高度。void
setTopRadius(double topRadius)
设置圆台体顶面半径。void
setTopXOffset(double topXOffset)
设置圆台体顶面圆心X偏移量。void
setTopYOffset(double topYOffset)
设置圆台体顶面圆心Y偏移量。-
从类继承的方法 com.supermap.data.Geometry3D
convertToGeoModel3D, convertToGeoModel3D, convertToGeoModel3D, getBoundingBox, getGeoModel, getInnerPoint3D, getOrientedBoundingBox, getPosition, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getStyle3D, getVolume, offset, setPosition, setRotationX, setRotationY, setRotationZ, setScaleX, setScaleY, setScaleZ, setStyle3D
-
-
-
-
构造器详细资料
-
GeoTruncatedCone
public GeoTruncatedCone()
构造一个新的 GeoTruncatedCone 对象。
-
GeoTruncatedCone
public GeoTruncatedCone(GeoTruncatedCone geoTruncatedCone)
根据指定参数构造一个 GeoTruncatedCone 新对象。- 参数:
geoTruncatedCone
- 指定的GeoTruncatedCone对象。
-
GeoTruncatedCone
public GeoTruncatedCone(Point3D position, double bottomRaDius, double topRaDius, double height)
根据指定参数构造一个 GeoTruncatedCone 新对象。- 参数:
position
- 圆台体的中心点坐标。bottomRaDius
- 圆台体底面半径。topRaDius
- 圆台体顶面半径。height
- 圆台体圆台高度。
-
-
方法详细资料
-
clone
public GeoTruncatedCone clone()
从类复制的说明:Geometry
克隆一个Geometry对象。
-
dispose
public void dispose()
从类复制的说明:Geometry
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。- 指定者:
dispose
在接口中IDisposable
- 指定者:
dispose
在类中Geometry
-
getBottomRadius
public double getBottomRadius()
获取圆台体底面半径。- 返回:
- 圆台体底面半径
-
setBottomRadius
public void setBottomRadius(double bottomRadius)
设置圆台体底面半径。- 参数:
bottomRadius
- 圆台体底面半径
-
getTopRadius
public double getTopRadius()
获取圆台体顶面半径。- 返回:
- 圆台体顶面半径
-
setTopRadius
public void setTopRadius(double topRadius)
设置圆台体顶面半径。- 参数:
topRadius
- 圆台体顶面半径
-
getHeight
public double getHeight()
获取圆台体圆台高度。- 返回:
- 圆台体圆台高度
-
setHeight
public void setHeight(double height)
设置圆台体圆台高度。- 参数:
height
- 圆台体圆台高度
-
getTopXOffset
public double getTopXOffset()
获取圆台体顶面圆心X偏移量。- 返回:
- 圆台体顶面圆心X偏移量
-
setTopXOffset
public void setTopXOffset(double topXOffset)
设置圆台体顶面圆心X偏移量。- 参数:
topXOffset
- 圆台体顶面圆心X偏移量
-
getTopYOffset
public double getTopYOffset()
获取圆台体顶面圆心Y偏移量。- 返回:
- 圆台体顶面圆心Y偏移量
-
setTopYOffset
public void setTopYOffset(double topYOffset)
设置圆台体顶面圆心Y偏移量。- 参数:
topYOffset
- 圆台体顶面圆心Y偏移量
-
getCenter
public Point3D getCenter()
获取圆台体的中心点坐标。- 返回:
- 圆台体的中心点坐标
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.