imobile_for_reactnative
Version:
iMobile for ReactNative,是SuperMap iMobile推出的一款基于React-Native框架的移动应用开发工具。基于该开发工具,用户可以使用JavaScript开发语言,开发出在Android和IOS操作系统下运行的原生移动GIS应用,入门门槛低,一次开发,处处运行。
19 lines (18 loc) • 608 B
text/typescript
import * as SBufferAnalyst from './SBufferAnalyst'
import * as SOnlineAnalyst from './SOnlineAnalyst'
import * as SOverlayAnalyst from './SOverlayAnalyst'
import * as SFacilityAnalyst from './SFacilityAnalyst'
import * as STransportationAnalyst from './STransportationAnalyst'
import * as SProximityAnalyst from './SProximityAnalyst'
import * as SInterpolationAnalyst from './SInterpolationAnalyst'
import * as SRectify from './SRectify'
export {
SBufferAnalyst,
SOnlineAnalyst,
SOverlayAnalyst,
SFacilityAnalyst,
STransportationAnalyst,
SProximityAnalyst,
SInterpolationAnalyst,
SRectify,
}