From ff6cbe7e5cde65583c6fef4782eba114c1ea06af Mon Sep 17 00:00:00 2001 From: 张洋洋 <10611411+yang-yang-z@user.noreply.gitee.com> Date: 星期一, 10 二月 2025 17:07:31 +0800 Subject: [PATCH] [add]cityjson转sem --- src/main/java/com/se/simu/utils/ShpReadUtils.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/se/simu/utils/ShpReadUtils.java b/src/main/java/com/se/simu/utils/ShpReadUtils.java index 137ff83..49f6154 100644 --- a/src/main/java/com/se/simu/utils/ShpReadUtils.java +++ b/src/main/java/com/se/simu/utils/ShpReadUtils.java @@ -24,8 +24,8 @@ public class ShpReadUtils { public static void main(String[] args) throws Exception { - //readPointShp("D:\\鍩庡競鍐呮稘\\sem\\绠$偣\\pipeline-point.shp"); - readPointShp("D:\\鍩庡競鍐呮稘\\sem\\绠$嚎\\pipeline-conduit.shp"); + readPointShp("D:\\鍩庡競鍐呮稘\\sem\\绠$偣\\pipeline-point.shp"); + //readPointShp("D:\\鍩庡競鍐呮稘\\sem\\绠$嚎\\pipeline-conduit.shp"); } static class GeometrySerializer extends JsonSerializer<Geometry> { @Override -- Gitblit v1.9.3