com.supermap.data
类 GeoExtrudedBody
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.Geometry
-
- com.supermap.data.Geometry3D
-
- com.supermap.data.GeoExtrudedBody
-
- 所有已实现的接口:
- IDisposable
public class GeoExtrudedBody extends Geometry3D
参数化对象-拉伸体- 作者:
- Administrator
-
-
构造器概要
构造器 构造器和说明 GeoExtrudedBody()
构造一个新的 GeoExtrudedBody 对象。GeoExtrudedBody(GeoExtrudedBody geoExtrudedBody)
根据指定参数构建一个 GeoExtrudedBody 新对象。GeoExtrudedBody(Point3D position, Point3Ds bottomRegion, Point3D extrudedDirection, double extrudedLength)
根据指定参数构建一个 GeoExtrudedBody 新对象。
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 GeoExtrudedBody
clone()
克隆一个Geometry对象。void
dispose()
释放该对象所占用的资源。Point3Ds
getBottomRegion()
获取拉伸体的拉伸底面。Point3D
getCenter()
获取拉伸体的中心点坐标。Point3D
getExtrudedDirection()
获取拉伸体的拉伸方向。double
getExtrudedLength()
获取拉伸体的拉伸长度。void
setBottomRegion(Point3Ds p3ds)
设置拉伸体的拉伸底面。void
setExtrudedDirection(Point3D p3d)
设置拉伸体的拉伸方向。void
setExtrudedLength(double length)
设置拉伸体的拉伸长度。-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
GeoExtrudedBody
public GeoExtrudedBody()
构造一个新的 GeoExtrudedBody 对象。
-
GeoExtrudedBody
public GeoExtrudedBody(GeoExtrudedBody geoExtrudedBody)
根据指定参数构建一个 GeoExtrudedBody 新对象。- 参数:
geoExtrudedBody
- 指定的GeoExtrudedBody对象。
-
-
方法详细资料
-
clone
public GeoExtrudedBody clone()
从类复制的说明:Geometry
克隆一个Geometry对象。
-
dispose
public void dispose()
从类复制的说明:Geometry
释放该对象所占用的资源。当调用该方法之后,此对象不再可用。- 指定者:
dispose
在接口中IDisposable
- 指定者:
dispose
在类中Geometry
-
getBottomRegion
public Point3Ds getBottomRegion()
获取拉伸体的拉伸底面。- 返回:
- 拉伸体的拉伸底面
-
setBottomRegion
public void setBottomRegion(Point3Ds p3ds)
设置拉伸体的拉伸底面。- 参数:
p3ds
- 拉伸体的拉伸底面
-
getExtrudedDirection
public Point3D getExtrudedDirection()
获取拉伸体的拉伸方向。- 返回:
- 拉伸体的拉伸方向
-
setExtrudedDirection
public void setExtrudedDirection(Point3D p3d)
设置拉伸体的拉伸方向。- 参数:
p3d
- 拉伸体的拉伸方向
-
getExtrudedLength
public double getExtrudedLength()
获取拉伸体的拉伸长度。- 返回:
- 拉伸体的拉伸长度
-
setExtrudedLength
public void setExtrudedLength(double length)
设置拉伸体的拉伸长度。- 参数:
length
- 拉伸体的拉伸长度
-
getCenter
public Point3D getCenter()
获取拉伸体的中心点坐标。- 返回:
- 拉伸体的中心点坐标
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.