com.supermap.realspace

Class ObliquePhotogrammetry3DModel

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


  • public class ObliquePhotogrammetry3DModel
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dispose()
      Relaese
      boolean outputStreetFacade(java.lang.String path, GeoLine3D geoLine3D, double resolution, double farDist, double minHeight, double maxHeight)
      Generate elevation map
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObliquePhotogrammetry3DModel

        public ObliquePhotogrammetry3DModel(Scene scene)
    • Method Detail

      • outputStreetFacade

        public boolean outputStreetFacade(java.lang.String path,
                                          GeoLine3D geoLine3D,
                                          double resolution,
                                          double farDist,
                                          double minHeight,
                                          double maxHeight)
        Generate elevation map
        Parameters:
        path - specifies the image storage path.
        geoLine3D - specifies the three-dimensional line.
        resolution - The specified resolution. The allocation specified by @param farDist.
        minHeight - specifies the minimum height.
        maxHeight - specifies the maximum height.
        Returns:
        Whether the setting is successful.
      • dispose

        public void dispose()
        Relaese