代码拉取完成,页面将自动刷新
/* 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
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。