com.supermap.realspace
类 Volume3D
- java.lang.Object
-
- com.supermap.realspace.Volume3D
-
public class Volume3D extends Object
三维体(栅格体)数据图层类。用来表达例如指定空间范围的手机信号强度、雾霾污染指数等。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 double
get_bottom()
返回三维体图层的下边界坐标值。Rectangle2D
getBounds()
返回三维体图层中包含所有对象的最小外接矩形。ArrayList<String>
getFileNames()
返回三维体图层的文件名列表。double
getTop()
返回三维体图层的上边界坐标值。void
setBottom(double bottom)
设置三维体图层的下边界坐标值。void
setBounds(Rectangle2D bounds)
设置三维体图层中包含所有对象的最小外接矩形。void
setFileNames(ArrayList<String> fileNames)
设置三维体图层的文件名列表。void
setTop(double top)
设置三维体图层的上边界坐标值。
-
-
-
方法详细资料
-
get_bottom
public double get_bottom()
返回三维体图层的下边界坐标值。- 返回:
-
setBottom
public void setBottom(double bottom)
设置三维体图层的下边界坐标值。- 参数:
bottom
-
-
getTop
public double getTop()
返回三维体图层的上边界坐标值。- 返回:
-
setTop
public void setTop(double top)
设置三维体图层的上边界坐标值。- 参数:
top
-
-
getBounds
public Rectangle2D getBounds()
返回三维体图层中包含所有对象的最小外接矩形。
-
setBounds
public void setBounds(Rectangle2D bounds)
设置三维体图层中包含所有对象的最小外接矩形。- 参数:
bounds
-
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.