张洋洋
2025-02-27 50423e90b61aededf6e1ff6c4c423c84c4f39fa3
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