package com.onemap.analyse.service; /** * 坡度分析 */ public interface ISlopService { double getAveSlop(String geomWkt); }