new FeaturePagedResult()
- Source:
Methods
(async, static) createObj() → {Promise.<FeaturePagedResult>}
构造一个新的 FeaturePagedResult 对象。
- Source:
Returns:
- Type
- Promise.<FeaturePagedResult>
(async, static) getFields() → {Promise.<void>}
获取属性结构
- Source:
Returns:
- Type
- Promise.<void>
(async, static) getPage(pageNumber)
返回页码对应的结果,页码从“1”开始计数
Parameters:
| Name | Type | Description |
|---|---|---|
pageNumber |
页码 |
- Source:
Returns:
返回页码pageNumber对应的结果
(async, static) getPageCount()
获取页数
- Source:
Returns:
页数
(async, static) getTotalFeatureCount() → {Promise.<(*|*)>}
获取要素总数
- Source:
Returns:
- Type
- Promise.<(*|*)>