美国shp转成.dta文件后的内容: (下载地址: http://www.nws.noaa.gov/geodata/catalog/national/html/us_state.htm )
---------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
---------------------------------------------------------------------------------------------------------
OBJECTID int %10.0g OBJECTID
STATE str2 %9s STATE
NAME str20 %20s NAME
FIPS str2 %9s FIPS
LON float %9.0g LON
LAT float %9.0g LAT
Shape_Leng float %9.0g Shape_Leng
Shape_Area float %9.0g Shape_Area
id byte %12.0g
---------------------------------------------------------------------------------------------------------
可以看到包括了州名,经纬度,还有生成的id
---------------------------------------------------------------------------------------------------------
storage display value
variable name type format label variable label
---------------------------------------------------------------------------------------------------------
AREA double %10.0g AREA
PERIMETER double %10.0g PERIMETER
BOU2_4M_ int %10.0g BOU2_4M_
BOU2_4M_ID int %10.0g BOU2_4M_ID
ADCODE93 long %10.0g ADCODE93
ADCODE99 long %10.0g ADCODE99
NAME str16 %16s NAME
id int %12.0g
---------------------------------------------------------------------------------------------------------