package com.onemap.spatial.service; public interface IShpFileSaveService { public void readFile(String filepath); }