UNPKG

@ciniki/iclient-maplibregl

Version:

@supermapgis/iclient-maplibregl 是一套基于 Maplibre GL 的云 GIS 网络客户端开发平台, 支持访问 SuperMap iServer / iEdge / iPortal / iManager / Online 的地图、服务和资源,为用户提供了完整专业的 GIS 能力, 同时提供了优秀的可视化功能。

27 lines 1.63 kB
/* Copyright© 2000 - 2025 SuperMap Software Co.Ltd. All rights reserved. * This program are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/ export { AddressMatchService } from './AddressMatchService'; export { ChartService } from './ChartService'; export { DataFlowService } from './DataFlowService'; export { DatasetService } from './DatasetService'; export { DatasourceService } from './DatasourceService'; export { FeatureService } from './FeatureService'; export { FieldService } from './FieldService'; export { GridCellInfosService } from './GridCellInfosService'; export { GeoprocessingService } from './GeoprocessingService'; export { LayerInfoService } from './LayerInfoService'; export { MapService } from './MapService'; export { MeasureService } from './MeasureService'; export { NetworkAnalystService } from './NetworkAnalystService'; export { NetworkAnalyst3DService } from './NetworkAnalyst3DService'; export { ProcessingService } from './ProcessingService'; export { QueryService } from './QueryService'; export { ServiceBase } from './ServiceBase'; export { SpatialAnalystService } from './SpatialAnalystService'; export { ThemeService } from './ThemeService'; export { TrafficTransferAnalystService } from './TrafficTransferAnalystService'; export { WebPrintingJobService } from './WebPrintingJobService'; export { ImageService } from './ImageService'; export { ImageCollectionService } from './ImageCollectionService'; export { KnowledgeGraphService } from './KnowledgeGraphService';