com.supermap.realspace.threeddesigner

类 TINOperator

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


    public class TINOperator
    extends com.supermap.data.InternalHandleDisposable
    根据可视区据点方向俯仰角获取地形可视与不可视区域
    • 构造器详细资料

      • TINOperator

        public TINOperator()
    • 方法详细资料

      • viewShed

        public static HashMap<ViewShedType,ArrayList<Geometry3D>> viewShed(String sctFile,
                                                                           Point3D viewPoint,
                                                                           double dHeading,
                                                                           double dTilt,
                                                                           LightType lightType,
                                                                           double dSample,
                                                                           Geometry clipRegion)
        根据视点、方位角以及俯仰角获取地形可视与不可视区域 \
        参数:
        sctFile - 地形配置文件
        viewPoint - 视点
        dHeading - 方位角
        dTilt - 俯仰角
        lightType - 光源类型
        dSample - 采样距离(单位米)
        clipRegion - 裁剪面,可为空
        返回:
      • compact

        public static boolean compact(String strFile,
                                      String strPassword)
        紧缩TIN地形
        参数:
        strFile - 地形配置文件
        strPassword - 密码,没有则为空字符串
        返回:
      • dispose

        public void dispose()

Copyright © 2021–2024 SuperMap. All rights reserved.