public class ProceduralBuildingParameter
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
ProceduralBuildingParameter()
构造函数,构造一个 ProceduralBuildingParameter新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放该对象所占用的资源。
|
String |
getAssetPath()
返回建筑物的资产路径。
|
String |
getBottomHeightField()
返回建筑物的底部高程字段
|
String |
getFacadeMaterialPathField()
返回立面材质路径字段。
|
String |
getHeightField()
返回建筑物的高度字段。
|
String |
getLODTypeField()
返回建筑物的精细程度字段。
|
String |
getMaterialTypeField()
返回材质类型字段。
|
int |
getRandomSeed()
返回随机种子。
|
String |
getRoofMaterialPathField()
返回屋顶材质路径字段。
|
String |
getRoofTypeField()
返回屋顶类型字段。
|
String |
getUsageField()
返回建筑物的用途字段。
|
void |
setAssetPath(String strAssetPath)
设置建筑物的资产路径,材质、纹理及顶部附属物。
|
void |
setBottomHeightField(String strBottomHeightField)
设置建筑物的底部高程字段,可选择不传值。
|
void |
setFacadeMaterialPathField(String strFacadeMaterialPathField)
设置立面材质路径字段。
|
void |
setHeightField(String strHeight)
设置建筑物的高度字段。
|
void |
setLODTypeField(String strLODType)
设置建筑物的精细程度字段(普通与精细)。
|
void |
setMaterialTypeField(String strMaterialField)
设置材质类型字段。
|
void |
setRandomSeed(int nRandomSeed)
设置随机种子。
|
void |
setRoofMaterialPathField(String strRoofMaterialPathField)
设置屋顶材质路径字段。
|
void |
setRoofTypeField(String strRoofType)
设置屋顶类型字段。
|
void |
setUsageField(String strUsage)
设置建筑物的用途字段(商业、住宅、工厂)。
|
public ProceduralBuildingParameter()
public void setAssetPath(String strAssetPath)
strAssetPath
- 资产路径。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getAssetPath()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getMaterialTypeField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setMaterialTypeField(String strMaterialField)
strMaterialField
- 材质类型字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getFacadeMaterialPathField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setFacadeMaterialPathField(String strFacadeMaterialPathField)
strFacadeMaterialPathField
- 立面材质路径字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getRoofMaterialPathField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setRoofMaterialPathField(String strRoofMaterialPathField)
strRoofMaterialPathField
- 屋顶材质路径字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getRoofTypeField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setRoofTypeField(String strRoofType)
strRoofType
- 屋顶类型字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getLODTypeField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setLODTypeField(String strLODType)
strLODType
- 精细程度字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getUsageField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setUsageField(String strUsage)
strUsage
- 用途字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getBottomHeightField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setBottomHeightField(String strBottomHeightField)
strBottomHeightField
- 底部高程字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public String getHeightField()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setHeightField(String strHeight)
strHeight
- 高度字段。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public int getRandomSeed()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void setRandomSeed(int nRandomSeed)
nRandomSeed
- 随机种子。UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。public void dispose()
UnsupportedOperationException
- 对象不能被释放,不能调用Dispose方法。Copyright © 2021–2024 SuperMap. All rights reserved.