com.supermap.realspace

类 ModifyTerrainObject

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.realspace.ModifyTerrainObject
  • 所有已实现的接口:
    IDisposable


    public class ModifyTerrainObject
    extends com.supermap.data.InternalHandleDisposable
    地形区域对象类。该类主要用于地形图层集合修改地形。
    • 构造器详细资料

      • ModifyTerrainObject

        public ModifyTerrainObject()
        构造一个新的ModifyTerrainObject对象。
    • 方法详细资料

      • dispose

        public void dispose()
        释放ModifyTerrainObject对象占用的资源 。
      • getModifyRegion

        public Geometry getModifyRegion()
        获取地形区域的多边形 。
        返回:
      • setModifyRegion

        public void setModifyRegion(Geometry geometry)
        设置地形区域的多边形 。
        参数:
        geometry -
      • getHeight

        public double getHeight()
        获取地形区域的多边形对象高度 。
        返回:
      • setHeight

        public void setHeight(double height)
        设置地形区域的多边形对象高度 。
        参数:
        height -
      • setIsDisposable

        public static void setIsDisposable(com.supermap.data.InternalHandleDisposable obj,
                                           boolean disposable)

Copyright © 2021–2024 SuperMap. All rights reserved.