You are on page 1of 20

GIS Project in ARCGIS

GeoDatabase Design and Implementation

About ARCGIS:

ARCGIS consists of 3 GIS software products:

• ArcView
• ArcEditor
• ArcInfo

The functionality of the products increases successively in the above order. ArcView has
comprehensive mapping and analysis tools along with simple editing and geoprocessing
tools. ArcEditor includes all functions of ArcView and additional editing tools. ArcInfo
extends the functionality of both ArcView and ArcEditor to provide advanced editing
and geoprpcessing tools and includes all the capabilities of the earlier ArcInfo
Workstation. The capabilities of each can be enhanced by extensions like Spatial Analyst,
3-D Analyst, ArcPress, etc.

ArcGIS supports geographic data models for both file based systems (coverages,
shapefiles and attribute tables for vector data; grids, images and triangulated irregular
networks (TIN) for raster data) and for Database Management Systems in the form of
Geodatabases. The Geodatabase model (short form for “geographic database”) supports
topologically integrated feature classes, file-based coverages and shapefile models and
manages these and other datasets using standard relational database technology. This
provides many of the data management benefits offered by DBMS.

All the products are integrated in the ARCGIS Desktop which includes a suite of 3
integrated applications: ArcMAP, ArcCatalog, and ArcToolbox. Any GIS task can be
performed using these 3 applications together.

ArcMAP is the central application in the ArcGIS Desktop. It is used for all map-based
tasks including cartography, map analysis and editing. ArcMap provides two views to
work with GIS tasks - geographical data view and layout view – in which a broad range
of GIS tasks can be performed.

ArcCatalog helps to organize and manage the GIS data. It includes tools for browsing
and finding geographic information, recording and viewing metadata, quickly viewing
any dataset, and defining the schema structure for the geographic data layers. In
ArcCatalog tree data can be explored in three different formats: Content tab, Preview tab
and Matadata tab. The Contents tab lists the items in a folder or catalogue tree. The

Preview allows viewing the selected item data in either geography or table view. The
metadata tab shows descriptive information about the selected item in the catalog tree.
Metadata includes properties and documentation. Properties are derived from the data
source, while documentation is information provided by the user.

Arctool box contains many GIS tools used for managing and processing geographic
datasets and also helps to create and manage file-based datasets. There are two versions
of the ArcTolbox: the complete box for working with ArcInfo and limited tool box for
use with ArcView and ArcEditor.

A map document is located in ArcCatalog, opened in ArcMap and edited using tools in
ArcToolbox. Data can be searched in ArcCatalog and dragged and dropped as layer in
ArcMap or into the ArcToolbox.

Project:

To develop a GIS for Rice in Andhra Pradesh (AP) in districts and


Agro-Eco-subregions.

Given:

Given Element Name Format Current Location

Boundary Boundary Shapefile C:\shape

District District Shapefile C:\shape

Access table APRICEDATA .Mdb C:\aprice

Access table APSUB_AGRO ..Mdb C:\apagro_subreg

Agro_eco_subregion Agro_subreg.tif Scanned image C:\apimage

Summary of Steps

A. Database design – Development of Schema


B. Importing feature classes (Shapefiles, etc., Created earlier)
C. Creating the new map - Georeferencing the Scanned Image
D. Creating the new map – vector digitization of the image
E. Projecting the feature data sets to selected projection type and datum
F. Adding attribute data
G. Creating thematic maps
H. Connecting to external databases and creating thematic maps
I. Overlay and editing
J. Map layout and printing

A) Database Design – Creation of database Schema in ArcCatalog

This is done in ARC catalog


The starting point is to create a single project folder (say Approject) and subfolders
within it to hold the input and output data sets. Related to the project the input datasets
may be geodatabases, coverages, shapefiles, database tables, etc. The output data sets can
be thematic maps, etc. The input data can be from several sources and for different
feature classes. The feature classes can be organized into a feature data set. In this
project only geodatabases will be created. The AP boundary and AP Districts maps are
available as shape files from the digitized maps created in GeoMedia project. The
agroecological sub region map is available as scanned image and this needs to be
digitized in vector format and added to the geodatabases.

Thus, for this project the design of the Schema in Arc Catalog will involve:

(i) Creating a folder for the project and subfolder for input and outputs
(ii) Creating a personal Geodatabase in input subfolder
(iii) Creating a personal Geodatabase in output sub folder
(iv) Creating the feature datasets and feature classes in the input folder

(i) Creating the project folder and sub folders

1. Click the Start button on the window task bar


2. Point to programs
3. Point to ARCGIS folder
4. Click ArcCatalog.(The ArcCatalog window appers)
5. Right Click on C:\
6. Point to New folder
7. Type “APProject” as folder name
8. Right Click on “APProject” folder
9. Point to New
10. Click on New folder
11. Type “INPUT” for the name of the new (sub) folder for input data
12. Right click on “APProject” folder
13. Point to New
14. Type “Output” for the name of the new (sub) folder for the outputs

(ii)Creating a personal Geodatabase in the input subfolder

1. Right Click on INPUT Sub folder


2. Point to New
3. Click on Personal Geodatabase
4. Type “AP” as Name for this personal Geodatabase
5. Press Enter ( a personal Geodatabase “AP” is created in “INPUT” folder as an
access database, AP.mdb)

(iii)Creating a personal Geodatabase in the output subfolder

1. Right Click on OUTPUT sub folder


2. Point to New
3.Click on Personal Geodatabase
4.Type “APFINAL” as Name for this personal Geodatabase
5.Press Enter (a personal Geodatabase “APFINAL” is created in
“OUTPUT”folder)

(iv) Creating a Feature datasets and feature classes in the input subfolder

(a) Creating a Feature dataset and specify the coordinate system

1. Right Click on “ AP” personal Geodatabase


2. Point to New
3. Click on Feature dataset ( a feature dataset window opens)
4. Type “ APMAP” as name to Feature dataset
5. Click Edit
6. “ A Spatial Reference properties Coordinate System” window appears.
7. Click Select
8. Double Click on “ Geographic Coordinate System “ Folder
9. Double Click on “Asia” folder
10. Select “Indian 1975.prj” (as datum for feature dataset)
11. Click on Add
12. Click Apply
13. Click OK

(b) Defining the Feature class (Polygon) within the Feature dataset
( for agroeco_subregion)
1. Right click on Feature dataset “APMAP”
2. Point to New
3. Click on Feature Class

4. Type “ APAGRO_SUBREG” as feature class name, Type Alias Name as


“ APAGRO_SUBREGION"
5. See that “ this feature class will store ESRI simple features (eg.point, line,
polygon) is selected in Type Block
6. Click Next
7. Type “Agro_Reg” in the new field name column and Data type as “Text”
8. Type “ Agro_SubReg” in the new field name column and Data type as “Text”
9.Click on Data type “geometry” under field name “SHAPE”
10.Click on Polygon under “Geometry type” in field properties
11.Select polygon
12.Click Finish

B) Importing feature classes to feature datasets (shapefiles,digitised, Created earlier


using Geomedia) – (shapefiles of AP boundary and Districs maps)

a) Import the AP boundary shapefile (Fig.1)

1. Double Click on c:\ Shape ( where exported shapefiles is stored) in ArcCatalog


2. Right Click on Boundary.shp
3. Point to Export
4. Click on “Shapefile to Geodatabase wizard”
5. A shape file to Geodatabase wizard window is open
6. Click Next
7.Click on Open folder button to Browse for output Geodatabase
8.Browse to C:\APProject\Input\ap\apmap.
9.Click Next
10.Select “Accept default parameters”
11.Click Finish

b) Similarly Import District Shape file.(Fig.2)

1. Double Click on C:\shape (where District shapefile is stored) in ArcCatalg


2. Right Click on District.shp
3.Point to Export
4.Click on “Shapefile to Geodatabase wizard”
5. A Shapefile to Geodatabase wizard window is open
6. Click on Next
7. Click on open folder symbol to Browse for output Geodatabase
8. Browse to C:\APProject\Inputdata\ap\apmap
9. Click Next
10. Select “Accept default parameters”
11. Click Finish

C) Creating a new map in Arc Map – Georeferencing the Scanned Image of AP agro
eco subregion. (Fig.3)

1. Click on start button on the window task bar


2. Point to programs
3. Point to ARCGIS
4. Click ArcMap ( The first time you start ArcMap, The startup dialog box appears.
The startup dialog box offers you several options for starting your ArcMap )
5. Click on “a new empty map”
6. Click OK.

• Georeferencing the Scanned Image

1. Click on File in main menu


2. Click on Add DATA
3. Browse to C:\apimage
4. Select agro_subreg.tif
5. Click Add
6. A window by name “create Pyramids for agro_subreg.tif will appear, Select
option “Do not build pyramid”
7. Click OK ( A agro sub region map image is displayed on map window)

For Georeferencing the Scanned Map, location of atleast four control points of
known Latitude and longitude should be identified. The control points needed to
be selected to be broadly at the four corners of the map. The identified control
points for this project are listed below in decimal degree:

Control point Longitude Latitude

Srikakulam 83.9 18.8


Chittore 79.11 13.21
Adilabad 78.5 19.7
Hyderabad 78.46 17.45

By using Georeferencing tool bar in the main menu, add the above four control points
at the four corners of the map as follows:

1. Zoom to the known location on the imaget (eg.srikakulam) to the required


extent
2. Click on “ Add control points” icon in Georeferencing tool bar
3. Click at the center of the location and then immediately Right Click at that
location, Select the option input X:…. And Y:……
4. Type the values for that location
5. Click OK
6. Click on full extent Icon to view full map in toolbox.

Add the remaining three control points by followint the same procedure. The four control
points appear on the screen at the four locations on the map. The image is now ready to
be digitized.

7. Click on “View link table” icon in Georeferencing tool bar, to see the RMS
( residual mean square) of the map Registration, if you are satisfied with RMS value,
save the link in text format. The control points are now saved in the file aptic. This
file can be loaded directly whenever needed.
8. Click on Save
9. Browse to C:\APProject\Input
10.Type file name as aptic.
11. Click Save
12. Click OK

D) Creating the new map – vector digitization of the image.

1.Click on File
2. Click on Add Data
3. Browse to folder c:\APProject\Input
4. Double Click on “ap.mdb” Geodatabase
5. Double Click on feature dataset “APMAP”
6. Select all the feature classes from current feature dataset by holding shift key
7. Click Add (all the feature classes are displayed on ArcMap window)
8. You will get the warning Just Click OK
9. Un check the boundary layer
10.Double click on Districts
11. Select “Hollow” from symbol selector
12. Click Ok

• Digitization of Agro_SubRegion
In this project already two maps are available in digitized form as shapefiles(
boundary.shp and District.shp). Since the agro_subregion map which is to be
digitized has the same boundary, the boundary of one of these can be used to avoid
re-digitizing the boundary. The bpimdary of District.shp ill be used for this purpose.
To maintain the common boundary between the three maps the boundary of
Districts.shp will be traced by selecting each District and digitize only the lines
which delineates the sub_regiong on the Georeferenced scanned image.

1.Click on down arrow on Editor toolbar


2.Click on Start editing
3. Select the task as: “Create New Feature” and target as” agro_subreg
4. Click on Edit icon from Editor toolbar and select one of the district.
5. Click on down arrow of “create new feature class”(pencil) icon on editor
toolbar
6. Select Trace button
By using Zoom in , Zoom out, pan , trace and pencil icons digitize the first
( top )polygon of agro sub region
7. Click on one corner of the selected district within the subregion and , trace
the common boundary between the two maps, again select sequent district by
using Edit icon, continue the trace, until you reach the undigitized portion of
map.
8. Select Pencil tool( Sketch tool)
9. And digitize the remaining part of the polygon until you reach the starting
point of the polygon
10. Double Click to finish the polygon representing subregion
11. Click on “Open attribute table” in editor toolbar and enter the data for
agro_reg and agro_subreg (see fig. 3b)
12. Now change the task: “Auto complete polygon”
13. Select pencil tool, Click inside the digitized polygon for fulfilling the task of
Auto complete polygon.( Auto complete polygon helps to digitize the
common boundary between the polygon.)
14. Follow the steps from step 4 to step 11 for digitization of other
agro_subregion polygons.
15. Click on save edits in Editor toolbar
16. Click on stop edits
17. Close the Arcmap window (Fig.4)
E) Projecting the feature classes to selected projection type and datum ( using Arc
Toolbar) (The projected maps will be saved in the output folder)

For projection of feature data set or feature class or coverage or shapefile open Arc Tool
box.

a) Projection of Boundary shape file

1. Click on Start button on the window toolbar


2. Point to programs
3. Point to ArcGIS
4. Click ArcTool box
5. Double Click on “Data Management tools”
6. Double Click on “Projections” tool box
7. Double Click on “Project Wizard (shapefiles, Geodatabases)”
8. A Project Wizard (shape file , Geodatabase) opens
9. Click on open folder symbol
10. Browse to C:\ approject
11. Double Click on Input folder
12. Double Click on ap.mdb( Geodatabase)
13. Double Click on apmap(feature data set)
14. Click on Boundary(shapefile)
15. Click Add ( you can see the input data in the list)
16. Click Next.
17. Click on open folder symbol to specify the location of output feature class/shapefile
18. Browse to C:\apdata\output\apfinal
19.Type output name as “Boundary1”
20. Click on Save
21. Click on Next.
22. Click on “ Select Co-ordinate system” ( to specify the units of Geographical and
projection co-ordinate system)
23. A “ Spatial Reference Properties” window opens
24. Click New
25. Click on Projected ( A “New projection Coordinate System” window opens)
26. Type name of projection as : Conic
27. Select projection name as : Polyconic
28. Type parameters values as

False Easting = 0
False Northing = 0
Central_meridian = 79.26
Latitude_of_origin = 17.05
Specify Linear units under Name as: = Meter
Specify the Geographic Co-ordiante system as:
Click Next
Double Click on Asia folder
Select Indian 1975.prj
Click Add
Click Ok
Click Apply
Click OK and Click Next
Click Next
Click Finish
Boundary1 is the new shapefile in the projected co-ordinate system. This is stored in the
project output folder in the geodatabases apfinal. Note that the Boundary1 is a shapefile.
as the source file used for the projection is a shapefile.

b)Projection for District Shape file

1. Click ArcTool box


2. Double Click on “Data Management tools”
3. Double Click on “Projections” tool box
4. Double Click on “Project Wizard (shapefiles, Geodatabases)”
5. A Project Wizard (shape file , Geodatabase) opens
6. Click on open folder symbol
7. For browsing the input feature data set / feature class/ shapefiles
8. Browse to C:\ apdata
9.. Double Click on Input folder
10. Double Click on ap.mdb( Geodatabase)
11. Double Click on apmap(feature data set)
12. Click on District(shapefile)
13. Click Add ( you can see the input data in the list)
14. Click Next.
15. Click on open folder symbol to specify the location of output feature class/shapefile
16. Browse to C:\apdata\output\apfinal
17.Type output name as “District1”
18. Click on Save
19. Click on Next.
20. Click on “ Select Co-ordinate system” (to specify the units of Geographical and
projection co-ordinate system)
21. A “ Spatial Reference Properties” window opens
22. Click New
23 Click on Projected (A “New projection Coordinate System” window opens)
24.Type name of projection as: Conic
25.select projection name as: Polyconic
26.Type parameters values as

False Easting = 0
False Northing = 0
Central_meridian = 79.26
Latitude_of_origin = 17.05
Specify Linear units under Name as: = Meter
Specify the Geographic Co-ordiante system as:
Click Next
Double Click on Asia folder
Select Indian 1975.prj
Click Add
Click Ok
Click Apply
Click OK and Click Next
Click Next
Click Finish
District1 in the new feature class in the projected coordinate system. This is stored in the
approject output folder (OUTPUT), in the geodatabases apfinal. Note that District1 is a
shapefile as the source file used for projection is a shapefile.

c)Projection for Feature Class Agrosubreg.

1. Click ArcTool box


2. Double Click on “Data Management tools”
3. Double Click on “Projections” tool box
4. Double Click on “Project Wizard (shapefiles, Geodatabases)”
5.A Project Wizard (shape file , Geodatabase) opens
6. Click on open folder symbol
7. For browsing the input feature data set / feature class/ shapefiles
8. Browse to C:\ apdata
9. Double Click on Input folder
10. Double Click on ap.mdb( Geodatabase)
11. Double Click on apmap(feature data set)
12. Click on Agrosubreg
13. Click Add (you can see the input data in the list)
14. Click Next.
15. Click on open folder symbol to specify the location of output feature class/shapefile
16. Browse to C:\apdata\output\apfinal
17.Type output name as “Agro_subreg1”
18. Click on Save
19. Click on Next.
20. Click on “ Select Co-ordinate system” (to specify the units of Geographical and
projection co-ordinate system)
21. A “ Spatial Reference Properties” window opens
22. Click New
23. Click on Projected ( A “New projection Coordinate System” window opens)
24. Type name of projection as : Conic
25. Select projection name as : Polyconic
26. Type parameters values as

False Easting = 0
False Northing = 0
Central_meridian = 79.26
Latitude_of_origin = 17.05
Specify Linear units under Name as: = Meter
Specify Geographic Co-ordiante system as:
Click Next
Double Click on Asia folder
Select Indian 1975.prj
Click Add
Click Ok
Click Apply
Click OK and Click Next
Click Next
Click Finish

Agrosubreg1 is the new map of the agrosubreg1 in the projected coordinate system . this
is also stored in the approject output folder in the geodatabases apfinal, but as a feature
class. Since the source file for the projection is a feature class.

d)Viewing the Projected data

The projected feature classes / shape files can be viewed in ArcMAp/ArcCatalog in the
output folder.

1. Click on Start button on the window toolbar


2. Point to Programs
3. Point to ArcGIS
4. Click on ArcMap
5. Click on OK
6. Click on File
7. Click on Add Data
8. Browse to C:\apdata\output\apfinal
9.Select all the files by holding the shift key
10.Check the Boundary1 box and see that remaining boxes are unchecked
11. Right Click on Boundary1 in the contents box
12. Click on “open attribute table” (to verify the Area of A.P with original
Geographical Area)
13. Similarly verify the data of geometry of other feature classes/shapefiles
14. Click on File
15. Click on Save as
16. Browse to C:\apdata\output
17. Type file name as apfinalmaps
18. Click on Save (the file is stored in .mxt format)

F) Adding attribute data to the feature attribute table (RICE_TAI)

The attribute data of Rice total irrigated area in 1994 will be added to the District1 feature
class. For this create the field RICE_TAI in the feature attribute table.
1. Right click on District1 in Table of Contents
2. Click on “open attribute table”( The attribute of District1 map will open)
3. Click on Options
4. Click Add fields ( Add field window appears)
5. Type Rice_TAI under Name
6. Select Data type as Float
7. Click Ok
8. Close the Attribute table

e) Adding the data of RICE_TAI for 1994

1.Click on down arrow in Editor tool bar


2.Click on Start Editing
3.Right Click on District1 in Table of Contents
4.Click on “ open attribute table”( Now the attribute table is ready for editing)
5.Enter the values for Rice_TAI

DISTNAME NRIS_ID YEAR RICE_TAI


Srikakulam 101 1994 171.55
Vizianagaram 102 1994 117.03
Visakhapatnam 103 1994 77.46
East Godavari 104 1994 379.90
West Godavari 105 1994 458.17
Krishna 106 1994 395.80
Guntur 107 1994 300.83
Prakasam 108 1994 134.85
Nellore 109 1994 208.12
Kurnool 110 1994 58.52
Anantapur 111 1994 36.00
Cuddapah 112 1994 51.53
Chittoor 113 1994 76.61
Rangareddy 114 1994 32.44
Hyderabad 115 1994 0.08
Nizamabad 116 1994 105.97
Medak 117 1994 77.15
Mahabubnagar 118 1994 65.78
Nalgonda 119 1994 227.06
Warangal 120 1994 133.03
Khammam 121 1994 138.30
Karimnagar 122 1994 155.84
Adilabad 123 1994 43.35

6.Close the Attribute table


7.Click on Save Edits in Editor toolbar
8.Click on Stop Editing

G) Creating thematic Map of RICE_TAI

1. Right Click on District1 in table of contents


2. Click on Properties ( A properties window appear)
3. Click on symbology tab
4. Click on Quantities
5. Select Graduate colors
6. Select Rice_TAI as value in fields
7. Select Number of classes Equal to 4
8. Click on Classify
9. Select Equal Interval as method for classification
10. Click Ok
11. Select the color Ramp
12. Specify the values for Equal breaks as : 0 – 150
150 – 300
300 – 450
450 - 600

13. Click Apply


14. Click Ok the thematic map of RICE_TAI in district of AP is created ( Fig.5)

H) Connecting to external databases and Creating thematic maps

a) Connect APRICE.mdb to District1 Map and create a thematic map of


Rice yield
b) Connect APSUB_AGRO.mdb to agrosubreg1 Map and creating a
thematic map of soils in the subregions

a)Connect APRICE.mdb to District1 Map

1. Click on File in main menu


2. Click on Add Data
3. Browse to c:\aprice
4. Select APRICEDATA.mdb
5. Click Add
6. Select RICEDATA
7. Click Add ( the table Ricedata is seen on table of contents)
8. Right Click on RICEDATA
9. Select Properties
10. Select on Definition Query tab
11. Click on Query builder ( a query builder window opens)
12. Double Click on Year
13. Click on Equal to “ =”
14. Double Click on 1995
15. Click OK
16. Click Apply and Click OK
17. Now Right Click on RICEDATA
18. Click on “open” (the data for year = 1995 is tabulated)
19. Close the attribute table
20. Right Click on District1
21. Click on “ Join and Relates”
22. Click on “JOIN” (A “ Join data” window is appear 0
23. Select “ join attribute from a table”
24. Choose “DIST_ID” as the field in this layer that the join will be based on
25. Click on “open folder symbol”
26. Browse to C:\aprice\apricedata.mdb\ricedata
27. Select DIST_ID as the “ field in the table to base the join on”
28. Click Ok
29. Right Click on District1
30. Click on Properties
31. Click on symbology tab
32. Select Quantities and Click on Graduate Colors
33. Select Rice_KP as value in field menu
34.Select Rice_KA as Normalization value
35. Select 5 as number of classes
36.Click on Classify
37. Select Equal interval as classification method
38. Click Ok
39. Specify the range as : 0 – 1
1–2
2–3
3–4
4–5
40. Click Apply
41. Click OK ( the thematic map of Rice_yield is created )fig.6

b) Connect APSUB_AGRO.mdb to Agrosubreg1 Map

1. Right Click on “agrosubreg1”


2. Point to “ Joins and Relates”
3. Click on Join (A “ join data” table will open)
4. Select “Subreg” as field in “choose the field in this layer that the join will be based
on”
5. Click on “open folder symbol” to browse the table to join to this layer
6. Browse to C:\apagro_subreg
7. Click add
8. Double click on APSUB_AGRO.mdb
9. Select ap_agro
10. Click Add
11. Choose the field “ agrosub_reg” in the table to base the join on
12. Click Ok
13. Right Click on agrosubreg1
14. Click on properties
15. Click on symbology tab
16. Click on Categories
17. Select “Unique values”
18.Select agrosoil as value field
19.Click on Add all values
20.Click Apply
21.Click Ok
22. Right Click on agrosubreg1
23. Click on Label features
24. The labels are seen on the map.(Fig.7)

I) Overlay and editing


The shape file District1 and feature classes agrosubreg1 will be overlaid to share the
information of agro ecological subregion and the District.

1. Click on Tools in main menu


2. Click on Geoprocessing wizard ( A Geoprocessing wizard window opens)
3. Select “Intersect two layers”
4. Click Next
5. Select the input layer to intersect District1
6. Select the polygon overlay layer agrosubreg1
7. Click on “ open folder” symbol
8. Type name as: overlay map
9. Save as type: Personal Geodatabases feature class
10. Click Save
11. Click finish (fig.8)
12. The overlay map is seen on table on contents, uncheck all the other maps to view the
overlay map.

• Editing the overlay map to remove the small polygon and identify the agro
ecological sub region in the district.
The Overlay map contains the District1 and agrosubreg1 maps along with combined
attribute data. Now keeping the district boundaries in view, edit the overlay map by
removing all unwanted small polygons. For example, the Adilabad district has
divided 2 sub regions. One major Area part is under sub region 6.2 and very small
area part is under 7.2. This small area is mergied in to larger polygon. So that whole
district comes approximately comes under one sub region 6.2.

1. Click on down arrow in editor tool bar


2. Click on start editing
3. Click on Edit tool from editor toolbar
4. Select one district, also select the corresponding small polygons
which fall into this district but of different subregion by holding the
shift key.
5. Click on down arrow in editor toolbar
6. Click on merge ( the small polygon is merged into large polygon)
7. Similarly remove all the small polygons and merge then into
corresponding districts.
8. Click on down arrow in editor tool bar
9. Click on Save Edits
10. Click on Stop editing
11. The edited overlay map is shown in (fig.9)
12. Right click on overlay map
13. Select properties
14. Select symbology
15. Select Catogories, Select unique values
16. Click on agrosoil, Click on Add values
17. Click on Apply

I)MapLayout and printing

In the layout of a Map, North arrow, Legend, Scale bar, Title of the map and Map
are to be inserted with in the layout boundary. The Software supports Layout tools
and templates for various Map Layouts.

1.Click on tools
2.Click on Customize
3.Check the Layout box (the Layout tools appears on map window)

a) Inserting the Map

1.Click on the view menu in the main menu


2.Click on Layout view
(The map, which is in Data view, will appear on Layout view)
a) Inserting the Legend into the Map

1.Click on Inset menu on the main menu


2. Click on Legend
3. Click on overlay
4. Click on NEXT
5. Type “Overlay” as Legend Title
6. Click Next
7. Click Next
8. Click Finish

b) Inserting Scale bar into the Map

1.Click on Insert menu in main menu


2.Click on Scale text
3.Choose 1:1,000,000 Absolute Scales
4.Click OK
5.Type the map units in Map Scale as 1:4,000,000
6.Press Enter
7.GO TO File
8.Click Save
9.Type the Name of the File as “overlay”
10.Click OK
11.Similarly Select the Scale Bar and Insert on the map

c) Inserting North Arrow In the Layout

1.Click on Insert Menu in the main Menu


2.Click on North Arrow
3.Select the North Arrow as “ESRI North 3”
4.Click OK (fig.10)

You might also like