com.supermap.data.processing
类 S3MTo3DTilesParameters

java.lang.Object
  继承者 com.supermap.data.processing.S3MTo3DTilesParameters

public class S3MTo3DTilesParameters
extends java.lang.Object

用来封装S3M转3DTiles参数


构造方法摘要
S3MTo3DTilesParameters(java.lang.String importScpPath, java.lang.String outputPath, int threadCount)
           
 
方法摘要
 java.lang.String getImportScpPath()
           
 java.lang.String getOutputPath()
           
 int getThreadCount()
           
 void setImportScpPath(java.lang.String importScpPath)
           
 void setOutputPath(java.lang.String outputPath)
           
 void setThreadCount(int threadCount)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

S3MTo3DTilesParameters

public S3MTo3DTilesParameters(java.lang.String importScpPath,
                              java.lang.String outputPath,
                              int threadCount)
方法详细信息

getImportScpPath

public java.lang.String getImportScpPath()

setImportScpPath

public void setImportScpPath(java.lang.String importScpPath)

setOutputPath

public void setOutputPath(java.lang.String outputPath)

setThreadCount

public void setThreadCount(int threadCount)

getOutputPath

public java.lang.String getOutputPath()

getThreadCount

public int getThreadCount()