Class: Transaction

Transaction

标绘对象操作记录。

new Transaction(options)

Usage
// 浏览器
<script type="text/javascript" src="../../web/libs/plotting/leaflet/11.3.0/iclient-plot-leaflet-es6.min.js"></script>
<script>
  new SuperMap.Plot.Transaction(options);
  
  
</script>

// ES6 Import
import { Transaction } from '../../public/iclient-plot/iclient-plot-leaflet-es6.min.js';

new Transaction(options);

common/plot/Transaction.js, line 2
Name Type Description
options Object

生命值参数。

Name Type Description
transType TransactionType 可选

事务类型。

Members

transInfosArray.<TransactionInfo>

编辑事务列表。

transTypeTransactionType

编辑事务类型。

Methods

destroy()

common/plot/Transaction.js, line 31

销毁图形对象数据。