From 95a8d926d951c8c00b0f60f64bd48ff970e9960c Mon Sep 17 00:00:00 2001 From: 张洋洋 <10611411+yang-yang-z@user.noreply.gitee.com> Date: 星期二, 14 一月 2025 11:10:16 +0800 Subject: [PATCH] [add]管线json --- 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