com.supermap.realspace.threeddesigner
类 SpatialGridCodingParameterSpatialExtent
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.realspace.threeddesigner.SpatialGridCodingParameter
-
- com.supermap.realspace.threeddesigner.SpatialGridCodingParameterSpatialExtent
-
- 所有已实现的接口:
- IDisposable
public class SpatialGridCodingParameterSpatialExtent extends SpatialGridCodingParameter
空间范围生成空间格网切片参数,继承自SpatialGridCodingParameter
-
-
构造器概要
构造器 构造器和说明 SpatialGridCodingParameterSpatialExtent()构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 doublegetMaxHeight()获取最大高度doublegetMinHeight()获取最小高度GeoRegiongetRegion()获取二维范围面voidsetMaxHeight(double dMaxHeight)设置最大高度voidsetMinHeight(double dMinHeight)设置最小高度voidsetRegion(GeoRegion geoRegion)设置二维范围面-
从类继承的方法 com.supermap.realspace.threeddesigner.SpatialGridCodingParameter
dispose, getLevel, getSpatialGridCodingType, getTilePyramidSplitType, setLevel, setSpatialGridCodingType, setTilePyramidSplitType
-
-
-
-
构造器详细资料
-
SpatialGridCodingParameterSpatialExtent
public SpatialGridCodingParameterSpatialExtent()
构造函数
-
-
方法详细资料
-
getRegion
public GeoRegion getRegion()
获取二维范围面- 返回:
- 范围面
-
setRegion
public void setRegion(GeoRegion geoRegion)
设置二维范围面- 参数:
geoRegion- 范围面
-
setMinHeight
public void setMinHeight(double dMinHeight)
设置最小高度- 参数:
dMinHeight- 最小高度
-
getMinHeight
public double getMinHeight()
获取最小高度- 返回:
- 最小高度
-
setMaxHeight
public void setMaxHeight(double dMaxHeight)
设置最大高度- 参数:
dMaxHeight- 最大高度
-
getMaxHeight
public double getMaxHeight()
获取最大高度- 返回:
- 最大高度
-
-
Copyright © 2021–2025 SuperMap. All rights reserved.