public interface ChartSceneSnapshotService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSceneSnapshot(String ids)
删除场景快照
|
ChartSnapshot |
getChartSnapshot(String sceneId,
String snapshotKey)
图表详情
|
String |
getMapShot(String sceneId,
String snapshotKey)
获取地图截图
|
String |
getSceneShot(String sceneId,
String snapshotKey)
获取场景截图
|
com.github.pagehelper.PageInfo<ChartSnapshot> |
list(int page,
int rows,
String sceneId,
String keyword)
获取分图表场景
|
void |
saveSceneSnapshot(ChartSnapshot chartSnapshot)
保存场景快照
|
com.github.pagehelper.PageInfo<ChartSnapshot> list(int page, int rows, String sceneId, String keyword)
page - rows - sceneId - 场景idkeyword - ChartSnapshot getChartSnapshot(String sceneId, String snapshotKey)
sceneId - 场景idsnapshotKey - 快照标识String getSceneShot(String sceneId, String snapshotKey)
sceneId - 场景idsnapshotKey - 快照标识String getMapShot(String sceneId, String snapshotKey)
sceneId - 场景idsnapshotKey - 快照标识void saveSceneSnapshot(ChartSnapshot chartSnapshot)
chartSnapshot - void deleteSceneSnapshot(String ids)
ids - Copyright © 2025. All rights reserved.