Appearance
KBE3D / KBCore / Cesium / ITwinData / loadGeospatialFeatures
函数: loadGeospatialFeatures()
loadGeospatialFeatures(
options: {iTwinId:string;collectionId:string;limit?:number; }):Promise<GeoJsonDataSource>
Load data from the Geospatial Features API as GeoJSON.
参数
options
iTwinId
string
The id of the iTwin to load data from
collectionId
string
The id of the data collection to load
limit?
number
number of items per page, must be between 1 and 10,000 inclusive
返回
Promise<GeoJsonDataSource>
