src/main/java/com/yssh/utils/GisUtil.java
@@ -7,18 +7,6 @@ import org.opengis.referencing.operation.MathTransform; public class GisUtil { /** * @param srcNo * 源坐标系EPSG代号 * @param targetNo * 目标坐标系EPSG代号 * @param x * 源坐标x * @param y * 源坐标y * @Description: 坐标系转换 */ public static Coordinate coordinateTransform(String sourceCRS, String targetCRS, double x, double y) { Coordinate tar = new Coordinate();