程序包 | 说明 |
---|---|
com.supermap.data |
限定符和类型 | 方法和说明 |
---|---|
HistoricalMoment |
VersionManager.changeHistoricalMoment(String strHistoricalMomentName)
切换到指定的历史时刻,切换后所有的操作都将基于当前历史时刻下的数据状态,此方法前提是已存在指定的历史时刻。
|
HistoricalMoment |
VersionManager.createHistoricalMoment(HistoricalMomentInfo info)
创建历史时刻版本。
|
HistoricalMoment |
VersionManager.getCurrentHistoricalMoment()
获取当前数据源版本下的历史时刻对象。
|
HistoricalMoment |
VersionManager.getHistoricalMoment(String name)
根据版本名称获取历史时刻版本。
|
HistoricalMoment[] |
VersionManager.getHistoricalMoment(Version version)
获取指定版本对象的所有历史时刻版本。
|
HistoricalMoment[] |
VersionManager.getHistoricalMoments(Date startTime,
Date endTime)
获取一段时间内的历史时刻版本。
|
Copyright © 2021–2024 SuperMap. All rights reserved.