com.supermap.realspace
Class ObliquePhotogrammetry3DModel
- java.lang.Object
-
- com.supermap.realspace.ObliquePhotogrammetry3DModel
-
public class ObliquePhotogrammetry3DModel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ObliquePhotogrammetry3DModel(Scene scene)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Relaeseboolean
outputStreetFacade(java.lang.String path, GeoLine3D geoLine3D, double resolution, double farDist, double minHeight, double maxHeight)
Generate elevation map
-
-
-
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
-
-