程序包 | 说明 |
---|---|
com.supermap.data.processing |
限定符和类型 | 字段和说明 |
---|---|
static ObjRotateOption |
ObjRotateOption.NO_ROTATE
不旋转。
|
static ObjRotateOption |
ObjRotateOption.ROTATE_YZ
右手系绕X轴旋转90度,即(x, -z, y)。
|
static ObjRotateOption |
ObjRotateOption.ROTATE_ZY
右手系绕X轴旋转-90度,即(x, z, -y)。
|
限定符和类型 | 方法和说明 |
---|---|
static boolean |
CacheBuilderOSGBTool.objToosgb(String xmlFileName,
String outputFolder,
Point3D pointSrc,
Point3D pointDest,
ObjRotateOption option)
已过时。
将由PhotoScan导出的OBJ格式的倾斜摄影模型数据转换为OSGB格式,此转换支持模型旋转。
|
static boolean |
ObliquePhotogrammetry3DModelTool.objToosgb(String xmlFileName,
String outputFolder,
Point3D pointSrc,
Point3D pointDest,
ObjRotateOption option)
obj转osgb,支持设置转换之后的结果出现的位置。
|
Copyright © 2021–2024 SuperMap. All rights reserved.