826220679@qq.com
2025-08-07 4d6cd980c5c69e4d9d150669c89734642297e0cd
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
package targets;
 
/**
 * µØÍ¼±íʵÌåÀà
 */
public class MapEntity {
    /** ÐòºÅ */
    private Integer id;
    /** µØÍ¼ÀàÐÍ£»0µØÇò£¬1º½ÅÄÕýÉ䣬2º½ÅÄÇãб£¬3OSGB£¬4ͼƬ */
    private String mapType;
    /** ÏêϸÐÅÏ¢£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String detailDisplay;
    /** ÀëÏßÏûʧ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String offlineDisappear;
    /** ¿ªÆôÓïÒô£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String voiceEnabled;
    /** Î§À¸ÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String fenceDisplay;
    /** »ùÕ¾ÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String baseStationDisplay;
    /** Íø¹ØÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String gatewayDisplay;
    /** ÊÓÆµÏÔʾ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String videoDisplay;
    /** ³õʼÊÓ½ÇλÖà*/
    private String initialViewPosition;
    /** ÊӽǸ߶Ƞ*/
    private String viewHeight;
    /** µØÍ¼º½Ïò½Ç */
    private String mapHeadingAngle;
    /** µØÍ¼Çãб¶È */
    private String mapTiltAngle;
    /** ¿ªÆôÎÞµØÐΠ*/
    private String terrainDisabled;
    /** ¼ÓÔØÍ߯¬Í¼£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String tileMapLoading;
    /** ¼ÓÔØ±¾µØÍ¼Æ¬£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String localImageLoading;
    /** µØÍ¼ÎÞµ×ͼ£¬ÏÔʾ1£¬²»ÏÔʾ0 */
    private String basemapDisabled;
    /** ÈýάģÐÍ */
    private String threeDModel;
    /** ËùÔÚ²ã */
    private String locatedLayer;
    /** µØÍ¼Ãû³Æ */
    private String mapName;
    /** Xʵ³¤ */
    private String actualXLength;
    /** Yʵ³¤ */
    private String actualYLength;
    /** X0×ø±ê */
    private String x0Coordinate;
    /** Y0×ø±ê */
    private String y0Coordinate;
    /** XÏñËØ */
    private String xPixels;
    /** YÏñËØ */
    private String yPixels;
    /** Aµã¾­Î³¶ÈXY×ø±ê */
    private String pointALatlngXyCoordinate;
    /** Bµã¾­Î³¶ÈXY×ø±ê */
    private String pointBLatlngXyCoordinate;
    /** ËùÊô¹«Ë¾ */
    private String company;
    /** Ìí¼ÓÈËÔ± */
    private String addedBy;
    /** Ìí¼Óʱ¼ä */
    private String addedTime;
    /** ±£Áô1 */
    private String reserved1;
    /** ±£Áô2 */
    private String reserved2;
    /** ±£Áô3 */
    private String reserved3;
    /** ±£Áô4 */
    private String reserved4;
    /** ±£Áô5 */
    private String reserved5;
    /** ±£Áô6 */
    private String reserved6;
 
    // Getter and Setter methods
    public Integer getId() {
        return id;
    }
 
    public void setId(Integer id) {
        this.id = id;
    }
 
    public String getMapType() {
        return mapType;
    }
 
    public void setMapType(String mapType) {
        this.mapType = mapType;
    }
 
    public String getDetailDisplay() {
        return detailDisplay;
    }
 
    public void setDetailDisplay(String detailDisplay) {
        this.detailDisplay = detailDisplay;
    }
 
    public String getOfflineDisappear() {
        return offlineDisappear;
    }
 
    public void setOfflineDisappear(String offlineDisappear) {
        this.offlineDisappear = offlineDisappear;
    }
 
    public String getVoiceEnabled() {
        return voiceEnabled;
    }
 
    public void setVoiceEnabled(String voiceEnabled) {
        this.voiceEnabled = voiceEnabled;
    }
 
    public String getFenceDisplay() {
        return fenceDisplay;
    }
 
    public void setFenceDisplay(String fenceDisplay) {
        this.fenceDisplay = fenceDisplay;
    }
 
    public String getBaseStationDisplay() {
        return baseStationDisplay;
    }
 
    public void setBaseStationDisplay(String baseStationDisplay) {
        this.baseStationDisplay = baseStationDisplay;
    }
 
    public String getGatewayDisplay() {
        return gatewayDisplay;
    }
 
    public void setGatewayDisplay(String gatewayDisplay) {
        this.gatewayDisplay = gatewayDisplay;
    }
 
    public String getVideoDisplay() {
        return videoDisplay;
    }
 
    public void setVideoDisplay(String videoDisplay) {
        this.videoDisplay = videoDisplay;
    }
 
    public String getInitialViewPosition() {
        return initialViewPosition;
    }
 
    public void setInitialViewPosition(String initialViewPosition) {
        this.initialViewPosition = initialViewPosition;
    }
 
    public String getViewHeight() {
        return viewHeight;
    }
 
    public void setViewHeight(String viewHeight) {
        this.viewHeight = viewHeight;
    }
 
    public String getMapHeadingAngle() {
        return mapHeadingAngle;
    }
 
    public void setMapHeadingAngle(String mapHeadingAngle) {
        this.mapHeadingAngle = mapHeadingAngle;
    }
 
    public String getMapTiltAngle() {
        return mapTiltAngle;
    }
 
    public void setMapTiltAngle(String mapTiltAngle) {
        this.mapTiltAngle = mapTiltAngle;
    }
 
    public String getTerrainDisabled() {
        return terrainDisabled;
    }
 
    public void setTerrainDisabled(String terrainDisabled) {
        this.terrainDisabled = terrainDisabled;
    }
 
    public String getTileMapLoading() {
        return tileMapLoading;
    }
 
    public void setTileMapLoading(String tileMapLoading) {
        this.tileMapLoading = tileMapLoading;
    }
 
    public String getLocalImageLoading() {
        return localImageLoading;
    }
 
    public void setLocalImageLoading(String localImageLoading) {
        this.localImageLoading = localImageLoading;
    }
 
    public String getBasemapDisabled() {
        return basemapDisabled;
    }
 
    public void setBasemapDisabled(String basemapDisabled) {
        this.basemapDisabled = basemapDisabled;
    }
 
    public String getThreeDModel() {
        return threeDModel;
    }
 
    public void setThreeDModel(String threeDModel) {
        this.threeDModel = threeDModel;
    }
 
    public String getLocatedLayer() {
        return locatedLayer;
    }
 
    public void setLocatedLayer(String locatedLayer) {
        this.locatedLayer = locatedLayer;
    }
 
    public String getMapName() {
        return mapName;
    }
 
    public void setMapName(String mapName) {
        this.mapName = mapName;
    }
 
    public String getActualXLength() {
        return actualXLength;
    }
 
    public void setActualXLength(String actualXLength) {
        this.actualXLength = actualXLength;
    }
 
    public String getActualYLength() {
        return actualYLength;
    }
 
    public void setActualYLength(String actualYLength) {
        this.actualYLength = actualYLength;
    }
 
    public String getX0Coordinate() {
        return x0Coordinate;
    }
 
    public void setX0Coordinate(String x0Coordinate) {
        this.x0Coordinate = x0Coordinate;
    }
 
    public String getY0Coordinate() {
        return y0Coordinate;
    }
 
    public void setY0Coordinate(String y0Coordinate) {
        this.y0Coordinate = y0Coordinate;
    }
 
    public String getXPixels() {
        return xPixels;
    }
 
    public void setXPixels(String xPixels) {
        this.xPixels = xPixels;
    }
 
    public String getYPixels() {
        return yPixels;
    }
 
    public void setYPixels(String yPixels) {
        this.yPixels = yPixels;
    }
 
    public String getPointALatlngXyCoordinate() {
        return pointALatlngXyCoordinate;
    }
 
    public void setPointALatlngXyCoordinate(String pointALatlngXyCoordinate) {
        this.pointALatlngXyCoordinate = pointALatlngXyCoordinate;
    }
 
    public String getPointBLatlngXyCoordinate() {
        return pointBLatlngXyCoordinate;
    }
 
    public void setPointBLatlngXyCoordinate(String pointBLatlngXyCoordinate) {
        this.pointBLatlngXyCoordinate = pointBLatlngXyCoordinate;
    }
 
    public String getCompany() {
        return company;
    }
 
    public void setCompany(String company) {
        this.company = company;
    }
 
    public String getAddedBy() {
        return addedBy;
    }
 
    public void setAddedBy(String addedBy) {
        this.addedBy = addedBy;
    }
 
    public String getAddedTime() {
        return addedTime;
    }
 
    public void setAddedTime(String addedTime) {
        this.addedTime = addedTime;
    }
 
    public String getReserved1() {
        return reserved1;
    }
 
    public void setReserved1(String reserved1) {
        this.reserved1 = reserved1;
    }
 
    public String getReserved2() {
        return reserved2;
    }
 
    public void setReserved2(String reserved2) {
        this.reserved2 = reserved2;
    }
 
    public String getReserved3() {
        return reserved3;
    }
 
    public void setReserved3(String reserved3) {
        this.reserved3 = reserved3;
    }
 
    public String getReserved4() {
        return reserved4;
    }
 
    public void setReserved4(String reserved4) {
        this.reserved4 = reserved4;
    }
 
    public String getReserved5() {
        return reserved5;
    }
 
    public void setReserved5(String reserved5) {
        this.reserved5 = reserved5;
    }
 
    public String getReserved6() {
        return reserved6;
    }
 
    public void setReserved6(String reserved6) {
        this.reserved6 = reserved6;
    }
}