public class FloorService extends Object
| 构造器和说明 |
|---|
FloorService(Endpoint endpoint,
AccessTokenService accessTokenService) |
FloorService(Endpoint endpoint,
Config config,
AccessTokenService accessTokenService) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.bimface.data.bean.Floor> |
getFileFloors(Long fileId,
Boolean includeArea,
Boolean includeRoom)
获取楼层信息
|
List<com.bimface.data.bean.Floor> |
getIntegrateFloors(Long integrateId,
Boolean includeArea,
Boolean includeRoom)
获取集成模型楼层信息
|
List<Map<String,Object>> |
getSingleModelFileIdFloorsMapping(List<String> fileIds,
Boolean includeArea,
Boolean includeRoom)
获取单模型文件 id 与楼层的映射关系,v2
|
public FloorService(Endpoint endpoint, AccessTokenService accessTokenService)
public FloorService(Endpoint endpoint, Config config, AccessTokenService accessTokenService)
public List<com.bimface.data.bean.Floor> getFileFloors(Long fileId, Boolean includeArea, Boolean includeRoom) throws com.bimface.exception.BimfaceException
fileId - 文件Idcom.bimface.exception.BimfaceExceptionpublic List<com.bimface.data.bean.Floor> getIntegrateFloors(Long integrateId, Boolean includeArea, Boolean includeRoom) throws com.bimface.exception.BimfaceException
integrateId - 模型集成IDincludeArea - 是否将楼层中的空间ID、名称一起返回includeRoom - 是否将楼层中的房间ID、名称一起返回com.bimface.exception.BimfaceExceptionpublic List<Map<String,Object>> getSingleModelFileIdFloorsMapping(List<String> fileIds, Boolean includeArea, Boolean includeRoom) throws com.bimface.exception.BimfaceException
fileIds - includeArea - includeRoom - com.bimface.exception.BimfaceExceptionCopyright © 2024. All rights reserved.