类 MercatorProjectionServiceImpl
java.lang.Object
org.coodex.jts.impl.MercatorProjectionServiceImpl
-
嵌套类概要
从接口继承的嵌套类/接口 org.coodex.jts.ProjectionService
ProjectionService.ProjectionType -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleandouble[]toLngLat(double[] projection) 投影坐标转经纬度坐标double[]toProjection(double[] lngLat) 基于经纬度获得投影坐标值
-
构造器详细资料
-
MercatorProjectionServiceImpl
public MercatorProjectionServiceImpl()
-
-
方法详细资料
-
toProjection
public double[] toProjection(double[] lngLat) 从接口复制的说明:ProjectionService基于经纬度获得投影坐标值- 指定者:
toProjection在接口中ProjectionService- 参数:
lngLat- 经纬度坐标- 返回:
- 投影值
-
toLngLat
public double[] toLngLat(double[] projection) 从接口复制的说明:ProjectionService投影坐标转经纬度坐标- 指定者:
toLngLat在接口中ProjectionService- 参数:
projection- 投影坐标- 返回:
- 经纬度坐标
-
accept
-