com.supermap.mobjects.situationsimulation
类 GeoEntityEffectDetecttoncone
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffect
-
- com.supermap.mobjects.situationsimulation.GeoEntityEffectDetecttoncone
-
- 所有已实现的接口:
- IDisposable
public class GeoEntityEffectDetecttoncone extends GeoEntityEffect
探测波特效类
-
-
构造器概要
构造器 构造器和说明 GeoEntityEffectDetecttoncone()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 voiddispose()释放对象Point3DgetBottomPosition()获取探测波底面圆中心点。GeoStyle3DgetCircleConeTopStyle3D()获取圆锥侧面样式(圆锥模式生效)。DetecttonconeTypegetConeType()获取锥类型。doublegetRadius()获取探测波底面圆半径。intgetSquareConeBottomGridColumnCount()获取方锥底面网格列数(方锥模式生效)。intgetSquareConeBottomGridRowCount()获取方锥底面网格行数(方锥模式生效)。intgetSquareConeTopLineRowCount()获取方锥侧面线行数(方锥模式生效)。GeoStyle3DgetSquareConeTopLineStyle3D()获取方锥侧面线样式(方锥模式生效)。GeoStyle3DgetStyle3D()获取样式。voidsetBottomPosition(Point3D ptBottom)设置探测波底面圆中心点。voidsetCircleConeTopStyle3D(GeoStyle3D style3D)设置圆锥侧面样式(圆锥模式生效)。voidsetConeType(DetecttonconeType nConeType)设置锥类型。voidsetRadius(double dRadius)设置探测波底面圆半径。voidsetSquareConeBottomGridColumnCount(int nColumnCount)设置方锥底面网格列数(方锥模式生效)。voidsetSquareConeBottomGridRowCount(int nRowCount)设置方锥底面网格行数(方锥模式生效)。voidsetSquareConeTopLineRowCount(int nRowCount)设置方锥侧面线行数(方锥模式生效)。voidsetSquareConeTopLineStyle3D(GeoStyle3D style3D)设置方锥侧面线样式(方锥模式生效)。voidsetStyle3D(GeoStyle3D geoStyle3D)设置样式。-
从类继承的方法 com.supermap.mobjects.situationsimulation.GeoEntityEffect
clone, fromXml, generateUuid, getOffset, getType, getUuid, isChangeSizeFlowModel, isVisible, setChangeSizeFlowModel, setOffset, setUuid, setVisible, toXml
-
-
-
-
方法详细资料
-
dispose
public void dispose()
释放对象- 指定者:
dispose在接口中IDisposable- 覆盖:
dispose在类中GeoEntityEffect
-
getBottomPosition
public Point3D getBottomPosition()
获取探测波底面圆中心点。- 返回:
- 探测波底面圆中心点。
-
setBottomPosition
public void setBottomPosition(Point3D ptBottom)
设置探测波底面圆中心点。- 参数:
ptBottom- 探测波底面圆中心点。
-
getRadius
public double getRadius()
获取探测波底面圆半径。- 返回:
- 探测波底面圆半径。
-
setRadius
public void setRadius(double dRadius)
设置探测波底面圆半径。- 参数:
dRadius- 探测波底面圆半径。
-
getStyle3D
public GeoStyle3D getStyle3D()
获取样式。- 返回:
- 样式。
-
setStyle3D
public void setStyle3D(GeoStyle3D geoStyle3D)
设置样式。- 参数:
geoStyle3D- 样式。
-
getConeType
public DetecttonconeType getConeType()
获取锥类型。- 返回:
- 锥类型。
-
setConeType
public void setConeType(DetecttonconeType nConeType)
设置锥类型。- 参数:
nConeType- 锥类型。
-
getCircleConeTopStyle3D
public GeoStyle3D getCircleConeTopStyle3D()
获取圆锥侧面样式(圆锥模式生效)。- 返回:
- 样式。
-
setCircleConeTopStyle3D
public void setCircleConeTopStyle3D(GeoStyle3D style3D)
设置圆锥侧面样式(圆锥模式生效)。- 参数:
style3D- 样式。
-
getSquareConeTopLineStyle3D
public GeoStyle3D getSquareConeTopLineStyle3D()
获取方锥侧面线样式(方锥模式生效)。- 返回:
- 样式。
-
setSquareConeTopLineStyle3D
public void setSquareConeTopLineStyle3D(GeoStyle3D style3D)
设置方锥侧面线样式(方锥模式生效)。- 参数:
style3D- 样式。
-
getSquareConeTopLineRowCount
public int getSquareConeTopLineRowCount()
获取方锥侧面线行数(方锥模式生效)。- 返回:
- 行数。
-
setSquareConeTopLineRowCount
public void setSquareConeTopLineRowCount(int nRowCount)
设置方锥侧面线行数(方锥模式生效)。- 参数:
nRowCount- 行数。
-
getSquareConeBottomGridRowCount
public int getSquareConeBottomGridRowCount()
获取方锥底面网格行数(方锥模式生效)。- 返回:
- 行数。
-
setSquareConeBottomGridRowCount
public void setSquareConeBottomGridRowCount(int nRowCount)
设置方锥底面网格行数(方锥模式生效)。- 参数:
nRowCount- 行数。
-
getSquareConeBottomGridColumnCount
public int getSquareConeBottomGridColumnCount()
获取方锥底面网格列数(方锥模式生效)。- 返回:
- 列数。
-
setSquareConeBottomGridColumnCount
public void setSquareConeBottomGridColumnCount(int nColumnCount)
设置方锥底面网格列数(方锥模式生效)。- 参数:
nColumnCount- 列数。
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.