UNPKG

imobile_for_javascript

Version:

iMobile for JavaScript,是SuperMap iMobile推出的一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。

183 lines (172 loc) 6.47 kB
import BufferAnalyst from './NativeModule/BufferAnalyst.js'; import BufferAnalystGeometry from './NativeModule/BufferAnalystGeometry.js'; import BufferAnalystParameter from './NativeModule/BufferAnalystParameter.js'; import CallOut from './NativeModule/CallOut.js' import CursorType from './NativeModule/CursorType.js'; import DataDownloadService from './NativeModule/DataDownloadService.js'; import Dataset from './NativeModule/Dataset.js'; import Datasets from './NativeModule/Datasets.js'; import DatasetVector from './NativeModule/DatasetVector.js'; import DatasetVectorInfo from './NativeModule/DatasetVectorInfo.js'; import Datasource from './NativeModule/Datasource.js'; import DatasourceConnectionInfo from './NativeModule/DatasourceConnectionInfo.js'; import Datasources from './NativeModule/Datasources.js'; import DataUploadService from './NativeModule/DataUploadService.js'; import GeoLine from './NativeModule/GeoLine.js'; import Geometry from './NativeModule/Geometry.js'; import GeoPoint from './NativeModule/GeoPoint.js'; import GeoRegion from './NativeModule/GeoRegion.js'; import GeoStyle from './NativeModule/GeoStyle.js'; import Feature from './NativeModule/Feature.js'; import FeatureSet from './NativeModule/FeatureSet.js'; import Layer from './NativeModule/Layer.js'; import Layers from './NativeModule/Layers.js'; import LayerSetting from './NativeModule/LayerSetting.js'; import LayerSettingVector from './NativeModule/LayerSettingVector.js'; import Legend from './NativeModule/Legend.js'; import LocationManager from './NativeModule/LayerSetting.js'; import Map from './NativeModule/Map.js'; import MapControl from './NativeModule/MapControl.js'; import Maps from './NativeModule/Maps.js'; import MapView from './NativeModule/MapView.js'; import Navigation2 from './NativeModule/Navigation2.js'; import OverlayAnalyst from './NativeModule/OverlayAnalyst.js'; import OverlayAnalystParameter from './NativeModule/OverlayAnalystParameter.js'; import Point from './NativeModule/Point.js'; import Point2D from './NativeModule/Point2D.js'; import PrjCoordSys from './NativeModule/PrjCoordSys.js'; import QueryParameter from './NativeModule/QueryParameter.js'; import QueryService from './NativeModule/QueryService.js'; import Recordset from './NativeModule/Recordset.js'; import Rectangle2D from './NativeModule/Rectangle2D.js'; import ScaleView from './NativeModule/ScaleView.js'; import Scene from './NativeModule/Scene.js'; import SceneControl from './NativeModule/SceneControl.js'; import Selection from './NativeModule/Selection.js'; import ServiceBase from './NativeModule/ServiceBase.js'; import ServiceQueryParameter from './NativeModule/ServiceQueryParameter.js'; import Size2D from './NativeModule/Size2D.js'; import Track from './NativeModule/Track.js'; import TrackingLayer from './NativeModule/TrackingLayer.js'; import TraditionalNavi from './NativeModule/TraditionalNavi.js'; import Workspace from './NativeModule/Workspace.js'; import WorkspaceConnectionInfo from './NativeModule/WorkspaceConnectionInfo.js'; import ChartData from './NativeModule/ChartData.js'; import ChartView from './NativeModule/ChartView.js'; import ChartPoint from './NativeModule/ChartPoint.js'; import ChartLegend from './NativeModule/ChartLegend.js'; import ColorScheme from './NativeModule/ColorScheme.js'; import BarChart from './NativeModule/BarChart.js'; import BarChartData from './NativeModule/BarChartData.js'; import LineChart from './NativeModule/LineChart.js'; import LineChartData from './NativeModule/LineChartData.js'; import PieChart from './NativeModule/PieChart.js'; import PieChartData from './NativeModule/PieChartData.js'; import HotChart from './NativeModule/HotChart.js'; import GridHotChart from './NativeModule/GridHotChart.js'; import InstrumentChart from './NativeModule/InstrumentChart.js'; import PointDensityChart from './NativeModule/PointDensityChart.js'; import PolymerChart from './NativeModule/PolymerChart.js'; import RelationalPointChart from './NativeModule/RelationalPointChart.js'; import LogTest from './NativeModule/LogTest.js'; import AMQPManager from './NativeModule/AMQPManager.js'; import AMQPReceiver from './NativeModule/AMQPReceiver.js'; import AMQPSender from './NativeModule/AMQPSender.js'; import STOMPManager from './NativeModule/STOMPManager.js'; import STOMPReceiver from './NativeModule/STOMPReceiver.js'; import STOMPSender from './NativeModule/STOMPSender.js'; import MQTTClientSide from './NativeModule/MQTTClientSide.js'; import Utility from './NativeModule/utility/utility.js'; import SMMapView from './NativeModule/components/SMMapViewUI.js'; import SMLayerListView from './NativeModule/components/SMLayerListViewUI.js'; import SMLegendView from './NativeModule/components/SMLegendViewUI.js'; import SMScaleView from './NativeModule/components/SMScaleViewUI.js'; import SMSceneView from './NativeModule/components/SMSceneViewUI.js'; import SMPlotView from './NativeModule/components/SMPlotViewUI.js'; export { LogTest, //Components SMMapView, SMLayerListView, SMLegendView, SMScaleView, SMSceneView, SMPlotView, Utility, AMQPManager, AMQPReceiver, AMQPSender, STOMPManager, STOMPReceiver, STOMPSender, MQTTClientSide, //chart ChartData, ChartView, ChartPoint, ChartLegend, ColorScheme, BarChart, BarChartData, LineChart, LineChartData, PieChart, PieChartData, HotChart, GridHotChart, InstrumentChart, PointDensityChart, PolymerChart, RelationalPointChart, //Modules BufferAnalyst, BufferAnalystGeometry, BufferAnalystParameter, CallOut, CursorType, DataDownloadService, Dataset, Datasets, DatasetVector, DatasetVectorInfo, Datasource, DatasourceConnectionInfo, Datasources, DataUploadService, Feature, FeatureSet, GeoLine, Geometry, GeoPoint, GeoRegion, GeoStyle, Layer, Layers, LayerSetting, LayerSettingVector, Legend, LocationManager, Map, MapControl, Maps, MapView, Navigation2, OverlayAnalyst, OverlayAnalystParameter, Point, Point2D, PrjCoordSys, QueryParameter, QueryService, Recordset, Rectangle2D, ScaleView, Selection, ServiceBase, ServiceQueryParameter, Size2D, Track, TrackingLayer, Workspace, WorkspaceConnectionInfo };