Igserver/MRMS/index.js Source
/**
 *@module 地图服务
 */

import { GetDocImageService } from "./GetDocImageService";
import { GetLayerImageService } from "./GetLayerImageService";
import { GetMapImageService } from "./GetMapImageService";
import { GetMapInfoService } from "./GetMapInfoService";
import { GetTileImageService } from "./GetTileImageService";
import { MapServiceBase } from "./MapServiceBase";

export { GetDocImageService };
export { GetLayerImageService };
export { GetMapImageService };
export { GetMapInfoService };
export { GetTileImageService };
export { MapServiceBase };