com.supermap.realspace

类 ObliquePhotogrammetry3DModel

  • java.lang.Object
    • com.supermap.realspace.ObliquePhotogrammetry3DModel


  • public class ObliquePhotogrammetry3DModel
    extends java.lang.Object
    倾斜摄影三维模型类
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      void dispose()
      释放。
      boolean outputStreetFacade(java.lang.String path, GeoLine3D geoLine3D, double resolution, double farDist, double minHeight, double maxHeight)
      生成立面图
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ObliquePhotogrammetry3DModel

        public ObliquePhotogrammetry3DModel(Scene scene)
        构造函数
        参数:
        scene -
    • 方法详细资料

      • outputStreetFacade

        public boolean outputStreetFacade(java.lang.String path,
                                          GeoLine3D geoLine3D,
                                          double resolution,
                                          double farDist,
                                          double minHeight,
                                          double maxHeight)
        生成立面图
        参数:
        path - 指定的图片存储路径。
        geoLine3D - 指定的三维线。
        resolution - 指定的分辨率。
        farDist - 指定的分配。
        minHeight - 指定的最小高度。
        maxHeight - 指定的最大高度。
        返回:
        设置是否成功。
      • dispose

        public void dispose()
        释放。