forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.js
More file actions
24 lines (24 loc) · 1.4 KB
/
index.js
File metadata and controls
24 lines (24 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Copyright© 2000 - 2021 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';