Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A table view now appears docked beneath your map view. Discuss variables, default fields and units on 

...

Each row, or record, in your table corresponds to exactly one super neighborhood polygon on the map. Each column, or field, in your table represents a variable describing the super neighborhoods.

Every geodatabase feature class has two to four default fields, which cannot be edited or deleted. The leftmost OBJECTID field is a unique ID that is automatically numbered from 1 to the total number of features at the time of creation. In this particular case, the field is called OBJECTID_1, because there was a preexisting OBJECTID field at the time this data was imported to geodatabase format by the City of Houston. The Shape field indicates whether the feature geometry contains points, lines, or polygons.

  1. In the table view, use the scroll bar at the bottom to scroll to the far right of the table.

The other two default fields are the last Shape_Length and Shape_Area fields which contain the perimeter and area of the super neighborhoods, respectively. A line feature class will only contain the Shape_Length field and a point feature class will not contain either field. The units of these fields correspond to the units of the projection in which the data coordinates are stored.

  1. In the Contents pane on the left, double-click the Census_2010_By_SuperNeighborhood layer name.
  2. In the 'Layer Properties' window, in the left column, click the third Source tab.
  3. At the bottom of the window, click to expand the Spatial Reference section.
  4. Use the scroll bar on the right to scroll to the bottom of the metadata.

Within the Spatial Reference section, notice that the geographic coordinate system is WGS 1984 and that no projected coordinate system is listed. Therefore, the layer is unprojected and, you can see the Angular Unit is listed as Degrees (or decimal degrees.) Therefore, the Shape_Length field is displaying decimal degrees and the Shape_Area field is displaying square decimal degrees, which is why the numbers are so low.

Projecting is further covered in the Introduction to Coordinate Systems and Projections course.

As indicated by the layer name, the majority of the remaining fields contain 2010 census data that was aggregated to the super neighborhood level by the City of Houston, since that is not a geographic unit at which the Census Bureau provides data.

  1. Double-click the 'Name' field header to sort the neighborhoods alphabetically.
  2. To select a neighborhood from the table, click the gray square to the far left of each row.
  3. To select an adjacent section of records, hold down Shift and select a record below or above the currently selected record to automatically select all records in between.
  4. To add or remove individual records from the selection, hold down Ctrl and select another record.

...

  1. At the top of the Census_2010_By_SuperNeighbrhood table view, click the Clear button.



  2. Close the attribute table.

...

Symbolizing Layers By Attributes

...