public class GeoEntityEffectDetecttoncone extends GeoEntityEffect
构造器和说明 |
---|
GeoEntityEffectDetecttoncone()
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
Point3D |
getBottomPosition()
获取探测波底面圆中心点。
|
GeoStyle3D |
getCircleConeTopStyle3D()
获取圆锥侧面样式(圆锥模式生效)。
|
DetecttonconeType |
getConeType()
获取锥类型。
|
double |
getRadius()
获取探测波底面圆半径。
|
int |
getSquareConeBottomGridColumnCount()
获取方锥底面网格列数(方锥模式生效)。
|
int |
getSquareConeBottomGridRowCount()
获取方锥底面网格行数(方锥模式生效)。
|
int |
getSquareConeTopLineRowCount()
获取方锥侧面线行数(方锥模式生效)。
|
GeoStyle3D |
getSquareConeTopLineStyle3D()
获取方锥侧面线样式(方锥模式生效)。
|
GeoStyle3D |
getStyle3D()
获取样式。
|
void |
setBottomPosition(Point3D ptBottom)
设置探测波底面圆中心点。
|
void |
setCircleConeTopStyle3D(GeoStyle3D style3D)
设置圆锥侧面样式(圆锥模式生效)。
|
void |
setConeType(DetecttonconeType nConeType)
设置锥类型。
|
void |
setRadius(double dRadius)
设置探测波底面圆半径。
|
void |
setSquareConeBottomGridColumnCount(int nColumnCount)
设置方锥底面网格列数(方锥模式生效)。
|
void |
setSquareConeBottomGridRowCount(int nRowCount)
设置方锥底面网格行数(方锥模式生效)。
|
void |
setSquareConeTopLineRowCount(int nRowCount)
设置方锥侧面线行数(方锥模式生效)。
|
void |
setSquareConeTopLineStyle3D(GeoStyle3D style3D)
设置方锥侧面线样式(方锥模式生效)。
|
void |
setStyle3D(GeoStyle3D geoStyle3D)
设置样式。
|
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 GeoEntityEffect
public Point3D getBottomPosition()
public void setBottomPosition(Point3D ptBottom)
ptBottom
- 探测波底面圆中心点。public double getRadius()
public void setRadius(double dRadius)
dRadius
- 探测波底面圆半径。public GeoStyle3D getStyle3D()
public void setStyle3D(GeoStyle3D geoStyle3D)
geoStyle3D
- 样式。public DetecttonconeType getConeType()
public void setConeType(DetecttonconeType nConeType)
nConeType
- 锥类型。public GeoStyle3D getCircleConeTopStyle3D()
public void setCircleConeTopStyle3D(GeoStyle3D style3D)
style3D
- 样式。public GeoStyle3D getSquareConeTopLineStyle3D()
public void setSquareConeTopLineStyle3D(GeoStyle3D style3D)
style3D
- 样式。public int getSquareConeTopLineRowCount()
public void setSquareConeTopLineRowCount(int nRowCount)
nRowCount
- 行数。public int getSquareConeBottomGridRowCount()
public void setSquareConeBottomGridRowCount(int nRowCount)
nRowCount
- 行数。public int getSquareConeBottomGridColumnCount()
public void setSquareConeBottomGridColumnCount(int nColumnCount)
nColumnCount
- 列数。Copyright © 2021–2024 SuperMap. All rights reserved.