Enum Class的使用
cn.myafx.cache.DistUnit
使用DistUnit的程序包
-
cn.myafx.cache中DistUnit的使用
返回DistUnit的cn.myafx.cache中的方法 -
cn.myafx.cache.base中DistUnit的使用
参数类型为DistUnit的cn.myafx.cache.base中的方法修饰符和类型方法说明计算距离计算距离GeoCache.getRadius(double lon, double lat, double radius, DistUnit unit, int count, Sort sort, int radiusOptions, Object... args) 查询指定坐标半径内的位置GeoCache.getRadius(String name, double radius, DistUnit unit, int count, Sort sort, int radiusOptions, Object... args) 查询指定位置名称半径内的位置IGeoCache.getRadius(double lon, double lat, double radius, DistUnit unit, int count, Sort sort, int radiusOptions, Object... args) 查询指定坐标半径内的位置IGeoCache.getRadius(String name, double radius, DistUnit unit, int count, Sort sort, int radiusOptions, Object... args) 查询指定位置名称半径内的位置