Ai
48 Star 114 Fork 4

SuperMap/iClient-JavaScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 7.14 KB
一键复制 编辑 原始数据 按行查看 历史
songyumeng 提交于 2025-04-23 09:52 +08:00 . 【copyright】2025
/* 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.*/
import { Logo, logo, ChangeTileVersion, changeTileVersion } from './control';
import {
CommontypesConversion,
BaiduCRS,
TianDiTu_WGS84CRS,
TianDiTu_MercatorCRS,
NonEarthCRS,
nonEarthCRS,
CRS,
crs,
toGeoJSON,
toSuperMapGeometry,
resolutionToScale,
scaleToResolution,
getResolutionFromScaleDpi,
GetResolutionFromScaleDpi,
normalizeScale,
NormalizeScale,
transform
} from './core';
import {
BaiduTileLayer,
baiduTileLayer,
CloudTileLayer,
cloudTileLayer,
ImageMapLayer,
imageMapLayer,
TiandituTileLayer,
tiandituTileLayer,
TiledMapLayer,
tiledMapLayer,
WMTSLayer,
wmtsLayer,
WebMap,
webMap,
ImageTileLayer,
imageTileLayer,
initMap,
crsFromMapJSON
} from './mapping';
import {
DataFlowLayer,
dataFlowLayer,
EchartsLayer,
echartsLayer,
GraphicLayer,
graphicLayer,
GraphThemeLayer,
graphThemeLayer,
heatMapFeature,
HeatMapFeature,
heatMapLayer,
HeatMapLayer,
LabelThemeLayer,
labelThemeLayer,
MapVLayer,
mapVLayer,
NormalRenderer,
RangeThemeLayer,
rangeThemeLayer,
RankSymbolThemeLayer,
rankSymbolThemeLayer,
TileVectorLayer,
TiledVectorLayer,
tiledVectorLayer,
TurfLayer,
turfLayer,
UnicodeMarker,
unicodeMarker,
UniqueThemeLayer,
uniqueThemeLayer,
VectorTileFormat,
ImageStyle,
imageStyle,
CircleStyle,
circleStyle,
Graphic,
graphic,
CloverStyle,
cloverStyle,
MapvRenderer,
MapVRenderer,
GeoFeatureThemeLayer,
ThemeFeature,
themeFeature,
ThemeLayer,
SVGRenderer,
VectorGrid,
FGBLayer,
fgbLayer,
GraphMap
} from './overlay';
import {
AddressMatchService,
addressMatchService,
ChartService,
chartService,
DataFlowService,
dataFlowService,
DatasetService,
datasetService,
DatasourceService,
datasourceService,
FeatureService,
featureService,
FieldService,
fieldService,
GeoprocessingService,
geoprocessingService,
GridCellInfosService,
gridCellInfosService,
LayerInfoService,
layerInfoService,
MapService,
mapService,
MeasureService,
measureService,
NetworkAnalyst3DService,
networkAnalyst3DService,
NetworkAnalystService,
networkAnalystService,
ProcessingService,
processingService,
QueryService,
queryService,
ServiceBase,
SpatialAnalystService,
spatialAnalystService,
ThemeService,
themeService,
TrafficTransferAnalystService,
trafficTransferAnalystService,
WebPrintingJobService,
webPrintingJobService,
ImageCollectionService,
ImageService,
KnowledgeGraphService
} from './services';
import {
OpenFileView,
openFileView,
OpenFileViewModel,
openFileViewModel,
SearchView,
searchView,
SearchViewModel,
searchViewModel,
DataFlowView,
dataFlowView,
DataFlowViewModel,
dataFlowViewModel,
ComponentsViewBase,
componentsViewBase,
ClientComputationView,
clientComputationView,
ClientComputationViewModel,
ClientComputationLayer,
clientComputationLayer,
GeoJSONLayerWithName,
geoJSONLayerWithName,
GeoJsonLayerDataModel,
DistributedAnalysisView,
distributedAnalysisView,
DistributedAnalysisViewModel,
DataServiceQueryView,
dataServiceQueryView,
DataServiceQueryViewModel,
dataServiceQueryViewModel
} from './components';
export {
OpenFileView,
openFileView,
OpenFileViewModel,
openFileViewModel,
SearchView,
searchView,
SearchViewModel,
searchViewModel,
DataFlowView,
dataFlowView,
DataFlowViewModel,
dataFlowViewModel,
ComponentsViewBase,
componentsViewBase,
clientComputationView,
ClientComputationView,
ClientComputationViewModel,
ClientComputationLayer,
clientComputationLayer,
GeoJSONLayerWithName,
geoJSONLayerWithName,
GeoJsonLayerDataModel,
DistributedAnalysisView,
distributedAnalysisView,
DistributedAnalysisViewModel,
DataServiceQueryView,
dataServiceQueryView,
DataServiceQueryViewModel,
dataServiceQueryViewModel
};
export * from '@supermapgis/iclient-common/index.common';
export { Logo, logo, ChangeTileVersion, changeTileVersion };
export {
CommontypesConversion,
BaiduCRS,
TianDiTu_WGS84CRS,
TianDiTu_MercatorCRS,
NonEarthCRS,
nonEarthCRS,
CRS,
crs,
toGeoJSON,
toSuperMapGeometry,
resolutionToScale,
scaleToResolution,
getResolutionFromScaleDpi,
GetResolutionFromScaleDpi,
normalizeScale,
NormalizeScale,
transform
};
export {
BaiduTileLayer,
baiduTileLayer,
CloudTileLayer,
cloudTileLayer,
ImageMapLayer,
imageMapLayer,
TiandituTileLayer,
tiandituTileLayer,
TiledMapLayer,
tiledMapLayer,
WMTSLayer,
wmtsLayer,
WebMap,
webMap,
ImageTileLayer,
imageTileLayer,
initMap,
crsFromMapJSON
};
export {
DataFlowLayer,
dataFlowLayer,
EchartsLayer,
echartsLayer,
GraphicLayer,
graphicLayer,
GraphThemeLayer,
graphThemeLayer,
heatMapFeature,
HeatMapFeature,
heatMapLayer,
HeatMapLayer,
LabelThemeLayer,
labelThemeLayer,
MapVLayer,
mapVLayer,
NormalRenderer,
RangeThemeLayer,
rangeThemeLayer,
RankSymbolThemeLayer,
rankSymbolThemeLayer,
TileVectorLayer,
TiledVectorLayer,
tiledVectorLayer,
TurfLayer,
turfLayer,
UnicodeMarker,
unicodeMarker,
UniqueThemeLayer,
uniqueThemeLayer,
VectorTileFormat,
ImageStyle,
imageStyle,
CircleStyle,
circleStyle,
Graphic,
graphic,
CloverStyle,
cloverStyle,
MapvRenderer,
MapVRenderer,
GeoFeatureThemeLayer,
ThemeFeature,
themeFeature,
ThemeLayer,
SVGRenderer,
VectorGrid,
FGBLayer,
fgbLayer
};
export {
AddressMatchService,
addressMatchService,
ChartService,
chartService,
DataFlowService,
dataFlowService,
DatasetService,
datasetService,
DatasourceService,
datasourceService,
FeatureService,
featureService,
FieldService,
fieldService,
GeoprocessingService,
geoprocessingService,
GridCellInfosService,
gridCellInfosService,
LayerInfoService,
layerInfoService,
MapService,
mapService,
MeasureService,
measureService,
NetworkAnalyst3DService,
networkAnalyst3DService,
NetworkAnalystService,
networkAnalystService,
ProcessingService,
processingService,
QueryService,
queryService,
ServiceBase,
SpatialAnalystService,
spatialAnalystService,
ThemeService,
themeService,
TrafficTransferAnalystService,
trafficTransferAnalystService,
WebPrintingJobService,
webPrintingJobService,
ImageCollectionService,
ImageService,
KnowledgeGraphService,
GraphMap
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/isupermap/iClient-JavaScript.git
git@gitee.com:isupermap/iClient-JavaScript.git
isupermap
iClient-JavaScript
iClient-JavaScript
master

搜索帮助