package com.onemap.analyse.service; /** * 高程分析 */ public interface IDsmService { Double getDsm(String geomWkt, String type); }