public class OperationParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
OperationParameter(ProcessType _processType)
构造一个新的倾斜处理对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
double |
getBottomHeight()
返回底部高度,单位:米。
|
String |
getCacheName()
返回目标瓦片名称
|
ClippingType |
getClippingType()
返回裁剪类型
|
ConstraintType |
getConstraintType()
返回约束条件
|
MosaicQuality |
getMosaicQuality()
返回镶嵌质量,仅针对TIN,处理倾斜时该值无效,默认为Fast,Fast时不支持限制高度
|
String |
getOutputFolder()
获取目标瓦片路径
|
ProcessType |
getProcessType()
返回倾斜处理类型
|
Color |
getReplaceColor()
返回替换的颜色
|
double |
getSlopeWidth()
返回缓坡宽度,单位:米。
|
double |
getTopHeight()
返回顶部高度,单位:米。
|
boolean |
isCreateHistory()
返回是否创建历史记录,默认为true。
|
boolean |
isLimitHeight()
返回是否限制高度范围。
|
void |
setBottomHeight(double bottomHeight)
设置底部高度。
|
void |
setCacheName(String cacheName)
设置目标瓦片名称
|
void |
setClippingType(ClippingType clippingType)
设置裁剪类型
|
void |
setConstraintType(ConstraintType constraintType)
设置约束条件,约束条件分为软约束、硬约束。
|
void |
setCreateHistory(boolean isCreateHistory)
设置是否创建历史记录。
|
void |
setLimitHeight(boolean limitHeight)
设置是否限制高度范围。
|
void |
setMosaicQuality(MosaicQuality mosaicQuality)
设置镶嵌质量,仅针对TIN,处理倾斜时该值无效,默认为Fast,Fast时不支持限制高度
|
void |
setOutputFolder(String outputFolder)
设置目标瓦片路径。
|
void |
setReplaceColor(Color replaceColor)
设置替换颜色
|
void |
setSlopeWidth(double slopeWidth)
设置缓坡宽度。
|
void |
setTopHeight(double topHeight)
设置顶部高度。
|
public OperationParameter(ProcessType _processType)
public void dispose()
public ProcessType getProcessType()
public double getBottomHeight()
public void setBottomHeight(double bottomHeight)
bottomHeight
- 底部高度public double getTopHeight()
public void setTopHeight(double topHeight)
topHeight
- 顶部高度public boolean isLimitHeight()
public void setLimitHeight(boolean limitHeight)
limitHeight
- true,限制高度范围;false,没有限制高度范围。public Color getReplaceColor()
public void setReplaceColor(Color replaceColor)
public double getSlopeWidth()
public void setSlopeWidth(double slopeWidth)
public ConstraintType getConstraintType()
public void setConstraintType(ConstraintType constraintType)
constraintType
- 约束条件:软约束、硬约束。public ClippingType getClippingType()
public void setClippingType(ClippingType clippingType)
clippingType
- 裁剪类型:保留区域内,保留区域外。public boolean isCreateHistory()
public void setCreateHistory(boolean isCreateHistory)
isCreateHistory
- 设置为true时,创建历史记录,结果数据无法另存;设置为false时,结果数据可以另存文件夹。public String getOutputFolder()
public void setOutputFolder(String outputFolder)
OperationParameter.setCreateHistory(boolean)
为false才有效果public String getCacheName()
public void setCacheName(String cacheName)
public MosaicQuality getMosaicQuality()
public void setMosaicQuality(MosaicQuality mosaicQuality)
mosaicQuality
- 镶嵌质量Copyright © 2021–2024 SuperMap. All rights reserved.