Completed features:
1. Feature positioning
According to the place name, equipment type, number for light road, pipeline, the equipment on the rod road positioning.
2. Basic Information Inquiry
Classification |
operation on the image |
What to show |
Pipeline |
Wells, pipelines |
The basic information of well, the information of pipeline and pipe hole in the well, the information of the optical cable in the pipe hole |
Rod Road |
Rod, Strand wire |
Basic information of rod, basic information of steel strand |
Optical path |
Optical cable, optical receiver, continuation box, ODF Rack |
Basic information of optical cable, basic information of continuous box, optical Receiver, parameter index, resource information, data information, installation information |
Room |
Enclosures, devices, ports |
Basic information, warning information, monitoring information |
Camera map |
Camera map |
Real-time video of the camera |
3. Network analysis function
Function |
Analysis algorithm |
operation on the image |
Function description |
Show content |
Network topology |
Routing (UP-tracking) |
Multi-Element |
Routing from the engine room to the selected terminals |
Routing topology diagram |
Link analysis |
Routing (tracking up), overwriting (tracking down) |
Single-Factor |
Routing from the computer room to the selected optical path device Coverage of optical signals from selected optical path devices to other optical path devices |
Overlay topology diagram, map highlighting |
Pipeline Connectivity Analysis |
Path analysis between two points |
Two elements |
Whether the pipeline between two wells is connected, the number of remaining pipe holes |
Map highlighting |
Routing Assistance Planning |
Path analysis between two points |
Two elements |
Connectivity between two optical road devices, number of remaining cores, number of remaining pipe holes |
Map highlighting |
Fault location Query |
Routing (tracking up), overwriting (tracking down) |
Single-Factor |
Routing from the computer room to the selected optical path device Coverage of optical signals from selected optical path devices to other optical devices (devices affected by the Phantom) |
Overlay topology diagram, map highlighting |
4. Query analysis
Function |
operation on the image |
Function description |
Capacity analysis |
Multi-Element |
Query the range of optical cables with a minimum and maximum number of cores available |
Buffer analysis |
Single-Factor |
Query all optical devices within a certain radius |
Warning alarm |
Multi-Element |
Warning alarm information for ONU and GW2 |
5. Thematic map
Function |
Function description |
Show content |
Customer Relations |
Statistical thematic map of the total number of users or charges by community, District, urban area |
Graded Rendering Thematic Map |
Questions raised:
1. Data Synchronization (GIS and business)
1) store data only on one side (GIS or business) as much as possible, especially on the relationship between devices. GIS can simulate the relationship between storage devices, and provide good graph query algorithm tools, some NoSQL and other databases (such as graph-oriented database neo4j) also provide good graph storage and query algorithm tools. When you add and remove devices to the relationship between storage devices in a GIS, you need to rebuild the relationship between devices, which is more advantageous in storing the relationships between devices in the database.
2) When data is stored on both sides, the GIS updates the map and calls the business interface to update the resources, and updates the map data (including the rebuilding of the map feature topology) after updating the resource.
2. Topology diagram to build with ArcGIS schematic tools
ArcGIS schematic does not provide a rest interface in the current radio and TV ArcGIS Server 10.0, it can only be generated and published using the GP service, and there may be a problem interacting with the map for the topology diagram. This remains to be studied.
3. Visual editing of resources
This function is mainly to handle the connection information between the ports of each device. In fact, the relationship with GIS is not strong, do not need to use ArcMap to complete (too professional and cumbersome), you can directly use Flex to develop a resource editor or based on third-party components (such as springgraph and flowchart, etc.), and save the results of the edits to the database.
4. Intranet map opens very quickly, the outside network map opens very slowly
The main reason is that the amount of map data is relatively large. There are several ways to reduce map data transfer:
1) When using the map, minimize the use of featurelayer and try to place the layers used in a map service.
2) for layers and map services that are not currently operational, try not to display them, and then open the corresponding layer when the user needs to do a map operation.
3) The symbols of the map elements are as simple as possible and do not use compound symbols.
Recommendation:
First, business content aspects
1. Alerts can include a few more features, such as the following:
1) Dispatch inspection and repair, as well as feedback, the worker's driving directions, etc., on the map to bring up the business Operation page, or show the results of the operation on the map.
2) Add equipment statistics and evaluation, you can obtain the quality of equipment, equipment replacement.
3) Evaluation of the dispatched workers.
2. Further relates the device to human
1) Query the device will affect which users (that is, who shared the device).
2) Analyze the user's changes and display them on the map.
3) Which of the equipment in the engine room is the person to manage.
3. Path Analysis function
1) The best driving route analysis of the dispatched workers.
2) Real-time tracking (GPS) display and historical track search for dispatched workers, as follows:
4. Route planning
1) on the map automatically calculated (hand-drawn) out of the planning line, calculate the length of the cable, and then estimate the cost of the line.
Second, GIS aspects of the function realization method
1.Jifang/jifangredian and Jifang/jifangtupian use too many layers, with thousands of them. It is suggested that this function should not be stored by GIS, but stored by the database and displayed by dynamic loading by using the drawing function of flex itself.
2. The alarm of the computer room full map refresh. It is recommended that only graphics that have the alert status changed be refreshed.
3. It is recommended to make a navigation tree for the relationship between key equipment to facilitate the user to quickly locate (for example: small and medium-sized computer room-sub-front-optical receiver-users)
4. It is recommended to reduce the use of featurelayer, instead of using MapServer to improve map speed.
5. It is recommended that analysis algorithms such as Link analysis, network topology, pipeline connectivity analysis, routing assistance planning, and capacity analysis be made into an SOE of ArcGIS Server and released into ArcGIS services.
6. It is recommended to add line and polygon buffer analysis in map buffer analysis, which is advantageous to the number of meters in the optical fiber cable and cell area of the facilities
7. For details that do not interact with the map, you can directly display the business-ready page, including the video display.
Research Report on radio and television business