Column Name         Type                Column Definition 
OBJECTID            int                 Unique identifier for the record
Shape               varchar(20)         Type of shape: point, line, polygon, multipoint, or multipatch
StateFIPS           varchar(2)          State FIPS code
CountyFIPS          varchar(3)          County FIPS code
GeoID               varchar(5)          County identifier: a concatenation of current state FIPS code and county FIPS code
County              varchar(30)         County name
CountyLegal         varchar(40)         Name and the translated legal/statistical area description for county
LandArea            decimal(15,2)       Land area in square meters
WaterArea           decimal(15,2)       Water area in square meters
Latitude            decimal(18,7)       Latitude coordinate of the centroid point inside of county
Longitude           decimal(18,7)       Longitude coordinate of the centroid point inside of county
Area                decimal(20,6)       Area of the county in square meters
Perimeter           decimal(20,9)       Perimeter of the county in meters
ShapeWKT            varchar(35000000)   Well-Known Text field
ShapeWKTLength      int                 Well-Known Text field length
Shape_Length        decimal(18,16)       *Length (perimeter) of shape 
Shape_Area          decimal(18,16)       *Area of shape 

* Measurements are in decimal degrees, driven by the original coordinate system.  Not reliable for use.
