This article is in the company GIS under the guidance of Daniel's own operation after the preparation. The picture can't see ... Too lazy to care.
Map Configuration Operation steps:
1, double click XX. WOR File Open Map
Chart 1
2. Mapinfo Export tab format map to SHP format (for the format that can be identified by ESRI company software products).
Chart 2
The source and destination are no spaces in English directory, will be extracted from the national map data. The tab file is all selected in the source.
Chart 3
Select format and directory in the target:
Chart 4
Note: The storage directory name for import and export files cannot be in Chinese and white space.
3, open the arc Catalog, connect to the folder:
Chart 5
Open a connected folder, and you can see all the SHP files in the third column to the right:
Chart 6
Import SHP data to <file geodatabase> file Space Database (purpose: Coordinate conversion)
Chart 7
Steps:
Create a new Geodatabase first, and build a file geodatabase here.
Chart 8
Import each of the exported layers into a new <Geodatabase> good.
Chart 9
Select <to geodatabase (Single), and then set the output location and output Feature class, as shown below.
Chart 10
4, screenshot map: First in the ArcMap will need to intercept the area to the new layer, and then through the Arctoolbox in the clip function of each layer to intercept the area of the object stored in the new layer.
Step: Use ArcMap to open the good data <geodatabase>, first select a shape for screenshots.
Here Select the layer adm_area_region export admarearegion, select one of the blocks: Qinhuangdao.
It's like seeing the world through a hole in the door, how big the hole is, how big the world is. This step is to create a door hole in the layer adm_area_region first.
Remove the hooks from the front of the other layer, leaving only the adm_area_region layer-> Adjust the image size on the right-> find Qinhuangdao-> Select all->shift+ left key points Qinhuangdao-> Delete the selected section-> save.
Chart 11
This layer selects an administrative area, deletes other areas, saves them to <geodatabase>, returns the Arccatalog tool, and double-clicks the clip pruning tool below
Chart 12
Pop-up below the window, from the right side of the diagram can be seen above the shape (Qinhuangdao) is here Clip FEATURE, the other layers are input.
Note that the <Geodatabase> layer is selected to truncate.
Chart 13
Replace the diagram with _clip with the original layer file, and the old file can be deleted. You can check to see if the correct layer is intercepted by Arccatalog to the right of preview before the operation.
5, copy Map to SDE (reason: arcims cannot read file Geodatabase, can only read SHP and SDE format data)
Step: New Feature Dataset
Chart 14
Here are the diagrams that are built:
Chart 15
or from the <Geodatabase> Guide, one guide multiple will be wrong. Out Feature class do not use database keywords, such as rule.
6, update the road data, let the road classification display.
Open SQL Server Query Analyzer. Select the SDE database.
Execute the following script in the SDE database:
Update sde.road_1 Set TOLL = substring (attribute,5,1)
You can also execute the next step of the script once, save the Query Analyzer again. The following figure.
Chart 16
And then the road layer Road_1 separately into
Road_zhilu (ordinary roads, conditions: Toll = ' 8 ' or toll = ' 9 '),
Road_gandao (Main roads, conditions: TOLL = ' 4 ' or toll = ' 6 ' or toll = ' 7 '),
Road_guodao (State Road Provincial Road, conditions: TOLL = ' 1 ' or toll = ' 2 ' or toll = ' 3 '),
Road_gaosu (highways, conditions: TOLL = ' 0 ')
Be careful not to export to other places, the data will eventually be put into the SDE database.
Export diagram Parameters below:
Chart 17
Update the POI data and let the POI category display.
Execute the following script in the database:
Update SDE. POI Set caddr = substring (class,3,1)
Then go back to Acrcatalog to export the POI layer to the SDE database.
Poi_zhengfu (government agency, conditions: caddr = ' 1 '),
Poi_jiudian (hotel restaurant, conditions: caddr = ' 2 ')
Poi_yule (Leisure, conditions: caddr = ' 3 ')
Poi_shangchang (Market Supermarket, Condition: caddr = ' 4 ')
Poi_qiche (car service, condition: caddr = ' 5 ')
Poi_wenhua (Cultural media, conditions: caddr = ' 6 ')
Poi_jiaoyu (educational institution, conditions: caddr = ' 7 ')
Poi_yiliao (Medical and health conditions: caddr = ' 8 '),
Poi_dianxin (postal Telecommunications, conditions: CADDR = ' 9 '),
Poi_jinrong (financial institution, condition: caddr = ' A ')
Poi_gongshang (Industrial and commercial registration, conditions: caddr = ' B ' OR caddr = ' C ')
7, configure Axl, after editing with author Open, and then save once.
Note: You must use Utraledit edited. AXL File
steps:
Start->arcgis-&g