| | |
| | | import dell_targets.Dell_BaseStation; |
| | | import dell_targets.Dell_SystemConfiguration; |
| | | import dell_targets.Dell_tag; |
| | | import publicsWay.UDPPortAReceiver; |
| | | import scheduled_task.TrackTableManager; |
| | | import udptcp.UDPPortAReceiver; |
| | | import udptcp.UDPPortBReceiver; |
| | | |
| | | public class Chushihua { |
| | | public static void getchushihua() { |
| | |
| | | Dell_tag.getlocationTags(); |
| | | Dell_BaseStation.getBaseStations(); |
| | | UDPPortAReceiver.startReceiver(); |
| | | UDPPortBReceiver.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();} |
| | | if(Dell_SystemConfiguration.gnsstoxyOpen) {Dell_Map.get_foor_xycs();} |
| | | TrackTableManager.Start();//生成归轨迹表 |
| | | } catch (SQLException e) { |
| | | // TODO 自动生成的 catch 块 |
| | | e.printStackTrace(); |