Package cn.mapway.common.geo.tools
Class GeoUtilScript
java.lang.Object
cn.mapway.common.geo.tools.GeoUtilScript
GeoJsonObject
Gdal Geometry GeoObject 转换
- Author:
- zhangjianshe@gmail.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoUtilScript
public GeoUtilScript()
-
-
Method Details
-
parse
-
main
-
GeoObjectFromGdalGeometry
public static cn.mapway.geo.geometry.GeoObject GeoObjectFromGdalGeometry(org.gdal.ogr.Geometry geometry) -
wrapLat
public static double wrapLat(double v) -
wrapLng
public static double wrapLng(double v)
-