仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PM20220923166_Service
燕山石化溯源三维电子沙盘-【后端】-服务
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
13693261870
2023-04-27
c13d62bed986535319da834d64ce15e4ca13c396
[PM20220923166_Service.git]
/
src
/
main
/
java
/
com
/
yssh
/
service
/
IExpPointServer.java
1
2
3
4
5
6
7
8
9
10
11
package com.yssh.service;
import java.io.IOException;
import org.geotools.geojson.geom.GeometryJSON;
public interface IExpPointServer {
GeometryJSON selectList() throws IOException ;
}