Loose Ends Part 1
1) Started Arcmap, browsed to S:\4043 Intro2GIS\Week 10 and opened Parcels.mxd.
2) Went through the Table of Contents exercises, noting the four views. Order, Source, Visibility, and Selection.
3) Practiced the grouping of layers exercise by grouping five layers of the Parcels map, Gulf County Roads, Suitable Parcels, Gulf County Parcels, Basemap, and County Owned. Grouped them together, selecting group, then renaming. Then I selected ungroup, to go back to the original layer order.
4) Next I created a graph, by selecting View on the main menu, then Graphs, then Create.
5) Selected Graph Type of Verical Bar, layer of Gulf County Roads, Value Field of Length, X Label Field of Length and color to match with layer. Click next, changed the title to Gulf County Roads and finish.
6) Right clicked on the graph, and selected Add to Layout.
7) Next I selected Change Layout button on the layout toolbar, clicked on open file button, and browsed to the Parcels.mxd to open, then clicked finish.
8) For the dynamic text exercise, I wanted to edit my already existing text of name and data source, so it would become dynamic. So I opened the properties of that text. In the text editing box after my name I typed the code <dyn type=”date” format=”dd MMMM yyyy”> to make the date appear after my name.
9) Then in the same text edit box, in order to have dynamic spatial reference text, I typed the code,Name: <dyn type="dataframe" name="Layers" property="sr" srProperty="name">
Projection: <dyn type="dataframe" name="Layers" property="sr" srProperty="projection">
Datum: <dyn type="dataframe" name="Layers" property="sr" srProperty="datum">
10) After everything is double checked, I clicked Save As and save the template as S:\4043 Intro2GIS\MapTemplate_Single DataFrame.mxd.
11) This completed the Loose Ends Lab Part 1.
Loose Ends Part 2
1) Read and noted the three types of geodatabases. SDE, Personal, and File. We use File Geodatabases for this course.
2) Noted the differences between Object ID and Feature ID. Also noted never use the object/feature ID’s for anything other than identification of features.
3) Read about the attribute field types, short integer, long integer, float, double, text, and date. Noted the examples and the uses of each.
4) Read the different types of feature classes of polygons, lines, points, multipoints and multipatches, their differences and when to use them.
5) Browsed to my S:\ drive and looked at the files that make up a shapefile, and how to package them together by right clicking the layer in the table of contents of Arcmap, and selecting Create Layer Package and noting the options of what to do with the packaged layer. It becomes a .lpk file. Also upacking the file requires starting ArcCatalog, right clicking on the .lpk file and selecting unpack.
6) With Arcmap open, I selected File, in the main menu bar, then clicked on Create Map Package. This packages the entire map project as an .mpk file, allowing it to be a backup or making it able to transfer and share the map to others.
7) Copied and unzipped Looseends.zip to S:\4043 Intro2GIS\Week 13, opened the repairdatasourc.mxd file, and in the table of contents, noted the red exclamation markes next to the two layers. I opend the properties of the buildings layer and noted the path of the file location as not being located on my drive.
8) I right clicked on the roads layer, then selected Data, then Repair data source, and browsed to the correct path on my S:\ drive for the location of the roads.shp that I just unzipped to repair the path. With this repair it did repair both layers paths, and the map was now visible.
9) Closed this map, and opened relativepathnames.mxd, selected File from the main menu, and then selected Map Document Properties, and noted the Relative Pathnames checkbox is checked to enable the path to to be used on another computer without getting the error in the layers.
10) With the relativepathnames.mxd still open, found and opened the Data Driven Pages tool bar, and opened the Data Driven Pages setup.
11) I enabled the Data Driven Pages checkbox, selected Layers, building layer and building in the name field then clicked Ok.
12) Selected File and exported as a .pdf file, since this is the file type to export Data Driven Pages.
13) While in layout view of the current open map, went to page and print setup and in the map page size box, noted the page size selections and when to change these sizes.
14) Lastly, read and noted the different definitions of geocoding and the broad overview of the geocoding process.
15) This completed the Loose Ends Lab Part 2.