826220679@qq.com
9 天以前 6d5ff381cafca9b82e11407dc67bf6b74f1397ee
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
package chushihua;
import java.sql.SQLException;
import dell_Fence.Dell_Fence;
import dell_map.Dell_Map;
import dell_suanfa.Dell_GroupManagement;
import dell_suanfa.Dell_LayerManagement;
import dell_system.Dell_company;
import dell_targets.Dell_BaseStation;
import dell_targets.Dell_SystemConfiguration;
import dell_targets.Dell_tag;
import publicsWay.UDPPortAReceiver;
 
public class Chushihua {
    public static void getchushihua()  {
        try {
            Dell_SystemConfiguration.getSystemConfigurations();
            Dell_tag.getlocationTags();
            Dell_BaseStation.getBaseStations();
            UDPPortAReceiver.startReceiver();
            Dell_Map.getAllMaps();
            Dell_Fence.getAllFences();
            Dell_company.getAllCompanies();
            Dell_LayerManagement.getAllLayers();
            Dell_GroupManagement.getAllGroups();            
            if(Dell_SystemConfiguration.gnsstoxyOpen) {Dell_Map.get_foor_xycs();}            
        } catch (SQLException e) {
            // TODO ×Ô¶¯Éú³ÉµÄ catch ¿é
            e.printStackTrace();
        }
        
    }
}