public class GeoRectangularRing extends Geometry3D
构造器和说明 |
---|
GeoRectangularRing()
构造一个新的 GeoRectangularRing 对象。
|
GeoRectangularRing(GeoRectangularRing geoRectangularRing)
根据指定的参数构造一个 GeoRectangularRing 新对象。
|
GeoRectangularRing(Point3D position,
double length,
double width,
double pipeRadius,
double chamferRadius)
根据指定的参数构造一个 GeoRectangularRing 新对象。
|
限定符和类型 | 方法和说明 |
---|---|
GeoRectangularRing |
clone()
克隆一个Geometry对象。
|
void |
dispose()
释放该对象所占用的资源。
|
Point3D |
getCenter()
获取矩形环体的中心点坐标。
|
double |
getChamferRadius()
获取矩形环体的倒角半径。
|
double |
getLength()
获取矩形环体的环长度。
|
double |
getPipeRadius()
获取矩形环体的圆管半径。
|
double |
getWidth()
获取矩形环体的环宽度。
|
void |
setChamferRadius(double chamferRadius)
设置矩形环体的倒角半径。
|
void |
setLength(double length)
设置矩形环体的环长度。
|
void |
setPipeRadius(double pipeRadius)
设置矩形环体的圆管半径。
|
void |
setWidth(double width)
设置矩形环体的环宽度。
|
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 GeoRectangularRing()
public GeoRectangularRing(GeoRectangularRing geoRectangularRing)
geoRectangularRing
- 指定的GeoRectangularRing对象public GeoRectangularRing(Point3D position, double length, double width, double pipeRadius, double chamferRadius)
position
- 矩形环体的中心点坐标。length
- 矩形环体的环长度。width
- 矩形环体的环宽度。pipeRadius
- 矩形环体的圆管半径。chamferRadius
- 矩形环体的倒角半径。public GeoRectangularRing clone()
Geometry
public void dispose()
Geometry
dispose
在接口中 IDisposable
dispose
在类中 Geometry
public double getLength()
public void setLength(double length)
length
- 矩形环体的环长度public double getWidth()
public void setWidth(double width)
width
- 矩形环体的环宽度public double getPipeRadius()
public void setPipeRadius(double pipeRadius)
pipeRadius
- 矩形环体的圆管半径public double getChamferRadius()
public void setChamferRadius(double chamferRadius)
chamferRadius
- 矩形环体的倒角半径public Point3D getCenter()
Copyright © 2021–2024 SuperMap. All rights reserved.