This is not the same as having your base map tied to the Public Land Survey system (PLSS) of townships and sections. The PLSS is important in land ownership descriptions, but its section corners may or may not have geodetic control coordinates (coordinates representing a position on the earth in an established coordinate system) established for them.
Single precision can store a coordinate of seven digits without rounding. Thus, a point located at X=1,234,565 feet and Y=4,701,114 feet would remain precise through many processing operations down to the nearest foot. However, if any of the coordinate pairs were more than 7 digits long, rounding would occur and 1 foot of precision would be lost. Thus 44,701,114 would be rounded to 44,701,110. In this example, location in the GIS would be recorded precisely to the nearest 10 feet.
Double precision can handle 14 digits in a coordinate without rounding. This will prevent rounding error on very large coordinate pairs.
E-mail comments or questions to IISAC at iisac@state.mn.us.