1
Surpriseplus
2022-10-14 6d536dea3cec157947947aa075bebde4305f29b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE html>
<html lang="en">
 
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=GBK" />
    <title>数据接口调用</title>
    <base target="_blank" />
    <style type="text/css">
        body {
            font-size: 12px;
            font: 11px/18px "Verdana", "Helvetica";
        }
        
        textarea {
            BORDER-RIGHT: #999999 1px solid;
            PADDING-RIGHT: 2px;
            BORDER-TOP: #999999 1px solid;
            PADDING-LEFT: 2px;
            BACKGROUND: #ffffff;
            PADDING-BOTTOM: 2px;
            MARGIN: 0px;
            FONT: 12px verdana, arial, helvetica, sans-serif;
            BORDER-LEFT: #999999 1px solid;
            COLOR: #333333;
            PADDING-TOP: 2px;
            BORDER-BOTTOM: #999999 1px solid;
            WIDTH: 400px;
        }
        
        input {
            BORDER-RIGHT: #999999 1px solid;
            PADDING-RIGHT: 2px;
            BORDER-TOP: #999999 1px solid;
            PADDING-LEFT: 2px;
            BACKGROUND: #ffffff;
            PADDING-BOTTOM: 2px;
            MARGIN: 0px;
            FONT: 12px verdana, arial, helvetica, sans-serif;
            BORDER-LEFT: #999999 1px solid;
            COLOR: #333333;
            PADDING-TOP: 2px;
            BORDER-BOTTOM: #999999 1px solid
        }
        
        select {
            BORDER-RIGHT: #999999 1px solid;
            PADDING-RIGHT: 0px;
            BORDER-TOP: #cccccc 1px solid;
            PADDING-LEFT: 0px;
            BACKGROUND: #ffffff;
            PADDING-BOTTOM: 0px;
            MARGIN: 0px;
            FONT: 12px verdana, arial, helvetica, sans-serif;
            BORDER-LEFT: #cccccc 1px solid;
            WIDTH: 200px;
            COLOR: #333333;
            PADDING-TOP: 0px;
            BORDER-BOTTOM: #999999 1px solid
        }
        
        h3 {
            BACKGROUND-COLOR: #eeeeee;
            PADDING: 4px;
        }
        
        dd,
        #endpoint {
            margin-left: 20px;
        }
        
        .hidden {
            display: none;
        }
    </style>
 
    <style type="text/css">
        iframe {
            border: solid #6b8e23 1px;
            width: 300px;
            height: 50px;
            font-size: 12px;
            font: 11px/18px "Verdana", "Helvetica";
        }
        
        #progress {
            display: none;
        }
        
        #p_out {
            width: 300px;
            height: 12px;
            margin: 10px 0 2px 0;
            padding: 1px;
            font-size: 10px;
            border: solid #6b8e23 1px;
        }
        
        #p_in {
            width: 0%;
            height: 100%;
            background-color: #6b8e23;
            margin: 0;
            padding: 0;
        }
        
        #p_in.error {
            background-color: red;
        }
        
        #m {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 12px;
            height: 12px;
            width: 300px;
        }
    </style>
 
    <!-- <script src="../api/lib/OpenLayers.js" type="text/javascript"></script>
<script src="../api/lib/Epoch.js" type="text/javascript"></script> -->
    <!--script src="js/jquery.min.js" type="text/javascript"></script-->
    <script src="JS/ol.js"></script>
 
 
    <script src="JS/jquery-3.1.1.min.js"></script>
    <!-- <script src="js/jquery-migrate-1.2.1.js" type="text/javascript"></script> -->
 
    <script type="text/javascript">
        function validateFile(element, ext, ext2) {
            var str = "选择文件类型不正确,请重新选择!";
            var pathid = element;
            var path = pathid.value;
            if (path == "") {
                alert("您还没有选择" + element.name + "文件,请先选择该文件!");
                return false;
            }
            var lastindex = path.lastIndexOf(".");
            if (lastindex == -1) {
                alert(str);
                return false;
            }
            var dex = path.substring(lastindex, path.length);
            if (dex != ext) {
                if (ext2 != null && dex != ext2) {
                    alert(str);
                    pathid.focus();
                    return false;
                } else {
                    return true;
                }
            } else {
                return true;
            }
        }
    </script>
 
    <script type="text/javascript">
        var inter = null;
 
        function formSubmit(form) {
            document.getElementById("progress").style.display = "block";
            document.getElementById('m').innerHTML = "初始化数据...";
            document.getElementById('p_in').style.width = "0%";
            document.getElementById('p_in').className = "";
            window.setTimeout("updateProgress();", 500);
        }
 
        function updateProgress() {
            OpenLayers.Request
                .GET({
                    url: "http://127.0.0.1:8088/gisserver/dataserver/status",
                    async: true,
                    success: function(request) {
                        var doc = request.responseText;
                        var data = eval('(' + doc + ')');
                        if (data.action == 'transfer') {
                            if (data.status == 'error') {
                                document.getElementById('m').innerHTML = '上传错误:' +
                                    data.message;
                                document.getElementById('p_in').className = "error";
                            } else {
                                document.getElementById('m').innerHTML = '已上传:' +
                                    data.progress;
                                window.setTimeout("updateProgress();", 200);
                            }
                            document.getElementById('p_in').style.width = data.progress;
                        } else if (data.action == 'import') {
                            if (data.status == 'error') {
                                document.getElementById('m').innerHTML = '导入错误:' +
                                    data.message;
                                document.getElementById('p_in').className = "error";
                            } else if (data.status == 'success') {
                                document.getElementById('m').innerHTML = '导入成功';
                            } else {
                                document.getElementById('m').innerHTML = '已导入:' +
                                    data.progress;
                                window.setTimeout("updateProgress();", 200);
                            }
                            document.getElementById('p_in').style.width = data.progress;
                        }
 
                    },
                    failure: function() {
                        OpenLayers.Console.error.apply(OpenLayers.Console,
                            arguments);
                    }
                });
        }
    </script>
 
</head>
 
<body>
    <!-- <h3>服务接口地址</h3>
    <div class="tp">
        <span id="endpoint">http://127.0.0.1:8088/gisserver/dataserver/import</span>
    </div> -->
 
    <h3>服务调用示例</h3>
    <dl class="tp">
        <dd>
            <fieldset>
                <legend>Import </legend>
                <form action="http://127.0.0.1:8088/gisserver/dataserver/import" method="post" enctype="multipart/form-data" target="progress_iframe" onsubmit="formSubmit(this)">
                    <table>
                        <tr>
                            <th>url</th>
                            <td><input name="url" value="jdbc:postgresql://localhost:5432/cetc" size="50" /> <code>JDBC
                                    URL</code>
                            </td>
                        </tr>
                        <tr>
                            <th>driver</th>
                            <td><select name="driver">
                  <option>org.postgresql.Driver</option>
                  <option>com.mysql.jdbc.Driver</option>
                  <option>oracle.jdbc.driver.OracleDriver</option>
                  <option>com.microsoft.sqlserver.jdbc.SQLServerDriver</option>
                  <option>com.sybase.jdbc4.jdbc.SybDriver</option>
                </select> <code>Driver Class</code>
                            </td>
                        </tr>
                        <tr>
                            <th>username</th>
                            <td><input name="username" value="" size="30" /> <code></code>
                            </td>
                        </tr>
                        <tr>
                            <th>password</th>
                            <td><input name="password" value="" size="30" />
                            </td>
                        </tr>
                        <tr>
                            <th>buildSpatialDB</th>
                            <td><select name="buildSpatialDB">
                  <option>false</option>
                  <option>true</option>
                </select> <code>如果不是空间数据库, 是否自动初始化</code></td>
                        </tr>
 
                        <tr>
                            <th>name</th>
                            <td><input name="name" value="" size="30" /> <code>表名</code>
                            </td>
                        </tr>
                        <tr>
                            <th>shapefile</th>
                            <td><input name="shapefile" type="file" onchange="validateFile(this,'.shp');" accept=".shp" />
                                <code>(*.shp)</code>
                            </td>
                        </tr>
                        <tr>
                            <th>dbasefile</th>
                            <td><input name="dbasefile" type="file" onchange="validateFile(this,'.dbf');" accept=".dbf" />
                                <code>(*.dbf)</code>
                            </td>
                        </tr>
                        <tr>
                            <th>charset</th>
                            <td><input name="charset" type="text" size="30" /> <code>字符集, 可选</code>
                            </td>
                        </tr>
                        <tr>
                            <th>srs</th>
                            <td><input name="srs" value="" size="30" /> <code>坐标系,
                                    可选</code>
                            </td>
                        </tr>
                        <tr>
                            <th>action</th>
                            <td><select name="action">
                  <option>create</option>
                  <option>recreate</option>
                  <option>append</option>
                </select> <code>导入方式 create: 新建表; recreate: 如果表已存在, 则删除重建; append:
                                    如果表已存在, 则添加新数据</code>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2"><input type="submit" value="提交" />
                            </td>
                        </tr>
                    </table>
                </form>
 
            </fieldset>
        </dd>
 
        <dd>
 
            <fieldset>
                <legend>Import </legend>
                <form action="http://127.0.0.1:8088/gisserver/dataserver/import" method="post" enctype="multipart/form-data" target="progress_iframe" onsubmit="formSubmit(this)">
                    <table>
                        <tr>
                            <th>url</th>
                            <td><input name="url" value="jdbc:postgresql://localhost:5432/cetc" size="50" /> <code>JDBC
                                    URL</code>
                            </td>
                        </tr>
                        <tr>
                            <th>driver</th>
                            <td><select name="driver">
                  <option>org.postgresql.Driver</option>
                  <option>com.mysql.jdbc.Driver</option>
                  <option>oracle.jdbc.driver.OracleDriver</option>
                  <option>com.microsoft.sqlserver.jdbc.SQLServerDriver</option>
                  <option>com.sybase.jdbc4.jdbc.SybDriver</option>
                </select> <code>Driver Class</code>
                            </td>
                        </tr>
                        <tr>
                            <th>username</th>
                            <td><input name="username" value="" size="30" /> <code></code>
                            </td>
                        </tr>
                        <tr>
                            <th>password</th>
                            <td><input name="password" value="" size="30" />
                            </td>
                        </tr>
                        <tr>
                            <th>buildSpatialDB</th>
                            <td><select name="buildSpatialDB">
                  <option>false</option>
                  <option>true</option>
                </select> <code>如果不是空间数据库, 是否自动初始化</code></td>
                        </tr>
 
                        <tr>
                            <th>name</th>
                            <td><input name="name" value="" size="30" /> <code>表名</code>
                            </td>
                        </tr>
                        <tr>
                            <th>excelfile</th>
                            <td><input name="excelfile" type="file" onchange="validateFile(this,'.xls', '.xlsx');" accept=".xls,.xlsx" /> <code>(*.xls|*.xlsx) 注:可通过字段名单元的注释进行类型定制,
                                                    格式为'M[,D]'</code>
                            </td>
                        </tr>
                        <tr>
                            <th>geoFields</th>
                            <td><input name="geoFields" />
                                <code>Geometry数据字段。
                                                        如单字段存储,则输入该字段名,数据格式为"x1,y1,x2,y2,...";如双字段存储,则输入两个字段名,输入格式为"f_lat,f_lng"</code>
                            </td>
                        </tr>
                        <tr>
                            <th>geoType</th>
                            <td><select name="geoType">
                  <option>POINT</option>
                  <option>LINESTRING</option>
                  <option>POLYGON</option>
                </select>
                                <code>Geometry数据类型</code>
                            </td>
                        </tr>
                        <tr>
                            <th>srs</th>
                            <td><input name="srs" value="" size="30" /> <code>坐标系,
                                    可选</code>
                            </td>
                        </tr>
                        <tr>
                            <th>action</th>
                            <td><select name="action">
                  <option>create</option>
                  <option>recreate</option>
                  <option>append</option>
                </select> <code>导入方式 create: 新建表; recreate: 如果表已存在, 则删除重建; append:
                                    如果表已存在, 则添加新数据</code>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2"><input type="submit" value="提交" />
                            </td>
                        </tr>
                    </table>
                </form>
 
 
            </fieldset>
        </dd>
 
    </dl>
 
    <div id="progress">
        <div id="m"></div>
        <div id="p_out">
            <div id="p_in"></div>
        </div>
        <iframe frameborder="0" id="progress_iframe" name="progress_iframe" src="javascript:void(0)"></iframe>
    </div>
</body>
 
</html>