gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
10楼#
发布于:2005-11-07 16:34
<P>3.2 CNT</P>
<P>The CNT (Polygon Centroid Coordinates) file contains the centroid<BR>of each polygon in the coverage.  It has sets of centroid<BR>information with an initial coordinate line and, if there are<BR>labels, one line per label giving the number for the label.  The<BR>coordinate line has three fields:</P>
<P>     1-   number of labels in polygon<BR>     2-   centroid x<BR>     3-   centroid y</P>
<P>An example of an actual CNT section follows:</P>
<P>CNT  2<BR>         0 3.4048516E+05 4.1001702E+06<BR>         1 3.4046691E+05 4.1002662E+06<BR>         1<BR>         1 3.4048875E+05 4.1000852E+06<BR>         2<BR>         0 3.4060000E+05 4.1001665E+06<BR>        -1         0         0         0         0         0         0</P>
<P>3.3 LAB</P>
<P>The LAB (label point coordinates and topology) file consists of<BR>repeating sets of label point information.  The first line of<BR>each set has four numbers:</P>
<P>     1.   coverage-ID<BR>     2.   polygon which encloses it<BR>     3.   x coordinate<BR>     4.   y coordinate</P>
<P>The second and final line of the set gives the label box window. <BR>This information is marked as marked as obsolete in the SDL<BR>documentation.  It currently contains repetitions of the x and y<BR>coordinates.</P>
<P>Note that the LAB section ends with a different '-1' line than<BR>the other files.</P>
<P>An example of an actual LAB section follows:</P>
<P>LAB  2<BR>         1         2 3.4046650E+05 4.1002668E+06<BR> 3.4046650E+05 4.1002668E+06 3.4046650E+05 4.1002668E+06<BR>         2         3 3.4048869E+05 4.1000852E+06<BR> 3.4048869E+05 4.1000852E+06 3.4048869E+05 4.1000852E+06<BR>        -1         0 0.0000000E+00 0.0000000E+00</P>
<P>An example of a double-precision LAB section follows:</P>
<P>LAB  3<BR>         1         2 3.40500000000000E+05 4.10006225000000E+06<BR> 3.40500000000000E+05 4.10006225000000E+06<BR> 3.40500000000000E+05 4.10006225000000E+06<BR>         2         3 3.40468812500000E+05 4.10026225000000E+06<BR> 3.40468812500000E+05 4.10026225000000E+06<BR> 3.40468812500000E+05 4.10026225000000E+06<BR>        -1         0 0.00000000000000E+00 0.00000000000000E+00<BR></P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
11楼#
发布于:2005-11-07 16:34
<P>3.4 LOG</P>
<P>The LOG (Coverage History) file contains a free form set of lines<BR>of indeterminate number which are separated by lines which begins<BR>with a tilde, "~".</P>
<P>ARC records many commands and their resource impacts in this<BR>file.  The standard ARC format for writing in the LOG has nine<BR>fields:</P>
<P>         Year (I4)<BR>         Month (I2)<BR>         Day (I2)<BR>         Hours (I2)<BR>         Minutes (I2)<BR>         Connect Time in minutes (I4)<BR>         CPU Time in seconds (I6)<BR>         I/O Time in seconds (I6)<BR>         Command line (A100)</P>
<P>However, any information can be added to the LOG file in free-<BR>form format.</P>
<P>An example of an actual LOG section follows:</P>
<P>LOG  2<BR>19940118 849   0     3    35export cover landli stdfigc none<BR>~<BR>19940118 850   0     7   190clean landli landlicp # # poly<BR>~<BR>EOL</P>
<P>3.5 PAL</P>
<P>The PAL (Polygon Topology) file consists of repeating sets of<BR>polygon information.  The first line of each set has five<BR>numbers:</P>
<P>     1.   number of arcs in polygon<BR>     2.   x min of polygon<BR>     3.   y min of polygon<BR>     4.   x max of polygon<BR>     5.   y max of polygon</P>
<P>The subsequent lines of a set give information on the arcs which<BR>comprise the polygon.  There are three numbers per arc with<BR>information for two arcs per line.</P>
<P>     1.   the arc number (negative if reversed)<BR>     2.   the node number<BR>     3.   the polygon number</P>
<P>The first polygon given is the universal polygon.</P>
<P>"The PAL file contains the polygon topology for a coverage and<BR>min-max boxes for the polygons.  For each polygon in a coverage<BR>the PAL file has a (usually) clockwise list of the arcs, nodes<BR>that comprise the polygons, as well as the adjacent polygons, and<BR>a min-max box.  To keep a continuous list, 'virtual' arcs with<BR>arc# of 0 are used to connect to holes (thus forming donuts),<BR>which are connected in counter-clockwise order.  The PAL file is<BR>a random access, variable record length file, with the length<BR>dependent on the number of arcs surrounding the polygon (1 to<BR>10000).</P>
<P>The arc# in the PAL file is the record number of that arc within<BR>the coverage's ARC file, the node# is the same as the node# in<BR>the arc file at the appropriate end, and the polygon# is the<BR>record number of that polygon within the coverage's PAL file. <BR>The PAL file record number for a polygon is the same as the PAT<BR>file record number and the CNT file record number."  SDL<BR>documentation, July 1989, p. 24.</P>
<P>An example of an actual PAL section follows:</P>
<P>PAL  2<BR>         5 3.4009988E+05 4.1000000E+06 3.4090012E+05 4.1003995E+06<BR>         0         0         0        -1         1         2<BR>        -7         2         3        -6         5         3<BR>        -3         4         2<BR>         4 3.4009988E+05 4.1001995E+06 3.4090012E+05 4.1003995E+06<BR>         1         2         1         3         1         1<BR>         4         4         4         2         3         3<BR>         4 3.4019978E+05 4.1000000E+06 3.4079997E+05 4.1001998E+06<BR>        -2         2         2         5         3         4<BR>         6         4         1         7         5         1<BR>         2 3.4050000E+05 4.1001002E+06 3.4070003E+05 4.1001998E+06<BR>        -4         3         2        -5         4         3<BR>        -1         0         0         0         0         0         0<BR></P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
12楼#
发布于:2005-11-07 16:34
<P>3.6 PRJ</P>
<P>The PRJ (Projection Parameters) file consists of a set of<BR>projection keywords and values including a set of parameters<BR>following the keyword "Parameters".</P>
<P>This file needs further research for specific keywords and<BR>parameters for the projections supported by ADS and MOSS.</P>
<P>An example of an actual PRJ section follows:</P>
<P>PRJ  2<BR>Projection    UTM<BR>~<BR>Zone          13<BR>~<BR>Datum         NAD27<BR>~<BR>Zunits        NO<BR>~<BR>Units         METERS<BR>~<BR>Spheroid      CLARKE1866<BR>~<BR>Xshift        0.0000000000<BR>~<BR>Yshift        0.0000000000<BR>~<BR>Parameters<BR>~<BR>EOP</P>
<P>3.7 SIN</P>
<P>Spatial Index</P>
<P>It usually is comprised of a single line with the value "EOX".</P>
<P>An example of an actual SIN section follows:</P>
<P>SIN  2<BR>EOX</P>
<P>3.8 TOL</P>
<P>This consists of ten lines with a tolerance type, a tolerance<BR>status, and a tolerance value on each line.  The tolerance types<BR>are:</P>
<P>     1.   fuzzy<BR>     2.   generalize (unused)<BR>     3.   node match (unused)<BR>     4.   dangle<BR>     5.   tic match<BR>     6.   undefined<BR>     7.   undefined<BR>     8.   undefined<BR>     9.   undefined<BR>     10.  undefined</P>
<P>The tolerance status "is set to 1 if the tolerance is verified<BR>(been applied to operations of the coverage) and to 2 if the<BR>tolerance is not verified (been set by the TOLERANCE command, but<BR>not yet used in processing)."  </P>
<P>An example of an actual TOL section follows:</P>
<P>TOL  2<BR>         1         1 8.1813842E-01<BR>         2         2 0.0000000E+00<BR>         3         2 0.0000000E+00<BR>         4         1 0.0000000E+00<BR>         5         2 0.0000000E+00<BR>         6         2 8.0025000E+00<BR>         7         2 8.0025000E-01<BR>         8         2 8.0025000E-01<BR>         9         2 8.0025000E-01<BR>        10         2 8.0025000E-01<BR>        -1         0         0         0         0         0         0</P>
<P>An example of a double-precision TOL section follows:</P>
<P>TOL  3<BR>         1         2 8.00000000000000E-02<BR>         2         2 0.00000000000000E+00<BR>         3         2 0.00000000000000E+00<BR>         4         2 0.00000000000000E+00<BR>         5         2 0.00000000000000E+00<BR>         6         2 8.00000000000000E+00<BR>         7         2 8.00000000000000E-01<BR>         8         2 8.00000000000000E-01<BR>         9         2 8.00000000000000E-01<BR>        10         2 8.00000000000000E-01<BR>        -1         0         0         0         0         0         0</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
13楼#
发布于:2005-11-07 16:34
<P>4   INFO FILE FORMATS</P>
<P>INFO files follow the same format:</P>
<P>         name of the info file and summary information<BR>         definitions for each of the items<BR>         actual data values</P>
<P>The name line consists of six fields:</P>
<P>     1.   name of the INFO file<BR>     2.   appears to be flag for ARC/INFO table ('XX') or other<BR>          INFO table ('  ')<BR>     3.   number of items<BR>     4.   appears to repeat number of items <BR>     5.   length of data record<BR>     6.   number of data records</P>
<P>The definitions for each item consist of eight fields:</P>
<P>     1-   name of item<BR>     2-   width of item followed by a constant of '-1'<BR>     3-   start position of item followed by a constant of '4-1'<BR>     4-   output format of item (see below for discussion)<BR>     5-   type of item (see below for discussion)<BR>     6-   appears to be constant of '-1'<BR>     7-   appears to be constant of '-1-1'<BR>     8-   appears to be sequential identifier</P>
<P>The output format field is handled differently for numeric and<BR>character items.  Numeric items give the output width followed by<BR>a space then the number of decimal positions.  Character items<BR>give the output width followed by a constant of '-1'.</P>
<P>The type of the item is specified by the following codes:</P>
<P>         20-1 indicates character<BR>         50-1 indicates binary integer<BR>         60-1 indicates real number</P>
<P>The other item types have not yet been identified.</P>
<P>Formats will be given for the most common INFO files:</P>
<P>         .AAT<BR>         .ACODE<BR>         .BND<BR>         .PAT<BR>         .PCODE<BR>         .TIC<BR>4.1 .AAT</P>
<P>The .AAT (Arc Attribute Table) contains seven fields whose item<BR>names are self-explanatory.  However, additional items may be<BR>added as desired, after the -ID item.</P>
<P>An example of an actual .AAT section follows:</P>
<P>LANDLICL.AAT                    XX   7   7  28         7<BR>FNODE#            4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>TNODE#            4-1   54-1   5-1 50-1  -1  -1-1                   2-<BR>LPOLY#            4-1   94-1   5-1 50-1  -1  -1-1                   3-<BR>RPOLY#            4-1  134-1   5-1 50-1  -1  -1-1                   4-<BR>LENGTH            4-1  174-1  12 3 60-1  -1  -1-1                   5-<BR>LANDLICL#         4-1  214-1   5-1 50-1  -1  -1-1                   6-<BR>LANDLICL-ID       4-1  254-1   5-1 50-1  -1  -1-1                   7-<BR>          2          1          0          0 2.0006265E+02          1         <BR>2<BR>          3          2          0          0 2.0006250E+02          2         <BR>3<BR>          1          4          0          0 1.0989176E+03          3         <BR>1<BR>          4          3          0          0 2.0003140E+02          4         <BR>4<BR>          3          4          0          0 2.8198248E+02          5         <BR>6<BR>          4          5          0          0 8.2309576E+02          6         <BR>7<BR>          5          2          0          0 2.2345322E+02          7         <BR>5<BR></P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
14楼#
发布于:2005-11-07 16:34
<P>4.2 .ACODE</P>
<P>The .ACODE (Arc Lookup Table) contains seven fields whose item<BR>names are the same (except the -ID) as that in the ADS files<BR>documentation.  However, additional items should be able to be be<BR>added as desired, after the LABEL item.</P>
<P>An example of an actual .ACODE section follows:</P>
<P>LANDLICP.ACODE                       8   8  80         7<BR>LANDLICP-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          2 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          3 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          4 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          5 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          6 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          7 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0</P>
<P>4.3 .BND</P>
<P>The .BND (Coverage Min/Max Coordinates) table contains four<BR>fields whose item names are self-explanatory.</P>
<P>An example of an actual .BND section follows:</P>
<P>LANDLICP.BND                    XX   4   4  16         1<BR>XMIN              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>YMIN              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>XMAX              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>YMAX              4-1  134-1  12 3 60-1  -1  -1-1                   4-<BR> 3.4009988E+05 4.1000000E+06 3.4090012E+05 4.1003995E+06</P>
<P>An example of a double-precision .BND section follows:</P>
<P>STDFIG11CPX.BND                 XX   4   4  32         1<BR>XMIN              8-1   14-1  18 5 60-1  -1  -1-1                   1-<BR>YMIN              8-1   94-1  18 5 60-1  -1  -1-1                   2-<BR>XMAX              8-1  174-1  18 5 60-1  -1  -1-1                   3-<BR>YMAX              8-1  254-1  18 5 60-1  -1  -1-1                   4-<BR> 3.40100000000000000E+05 4.10000000000000000E+06 3.40900000000000000E+05<BR>4.10040<BR>000000000000E+06</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
15楼#
发布于:2005-11-07 16:35
<P>4.4 .PAT</P>
<P>The .PAT (Polygon or Point Attribute Table) contains four fields<BR>whose item names are self-explanatory.  However, additional items<BR>may be added as desired, after the -ID item.</P>
<P>An example of an actual .PAT section follows:</P>
<P>LANDLICP.PAT                    XX   4   4  16         4<BR>AREA              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>PERIMETER         4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>LANDLICP#         4-1   94-1   5-1 50-1  -1  -1-1                   3-<BR>LANDLICP-ID       4-1  134-1   5-1 50-1  -1  -1-1                   4-<BR>-1.7982806E+05 2.3455293E+03          1          0<BR> 8.0025000E+04 1.6990741E+03          2          1<BR> 8.9864000E+04 1.5285940E+03          3          2<BR> 9.9390586E+03 4.8201389E+02          4          0</P>
<P>An example of a double-precision .PAT section follows:</P>
<P>STDFIG11CPX.PAT                 XX   5   5  54         3<BR>AREA              8-1   14-1  18 5 60-1  -1  -1-1                   1-<BR>PERIMETER         8-1   94-1  18 5 60-1  -1  -1-1                   2-<BR>STDFIG11CPX#      4-1  174-1   5-1 50-1  -1  -1-1                   3-<BR>STDFIG11CPX-ID    4-1  214-1   5-1 50-1  -1  -1-1                   4-<BR>DATA             30-1  254-1  30-1 20-1  -1  -1-1                   5-<BR>-1.70000000000000000E+05 0.00000000000000000E+00          1          0</P>
<P> 9.00000000000000000E+04 1.53005627441406250E+03          2          1SMALL</P>
<P> 8.00000000000000000E+04 1.69907165527343750E+03          3          2LARGE</P>
<P><BR>4.5 .PCODE</P>
<P>The .PCODE (Polygon Lookup Table) contains eight fields whose<BR>item names are the same (except the -ID) as that in the ADS files<BR>documentation.  However, additional items should be able to be be<BR>added as desired, after the LABEL item.</P>
<P>An example of an actual .PCODE section follows:</P>
<P>LANDLICP.PCODE                       8   8  80         2<BR>LANDLICP-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 1.6050000E+00 1.4490000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0LARGE<BR>          2 1.6470000E+00 1.1520000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0SMALL</P>
<P>4.6 .TIC</P>
<P>The .TIC (Tic Coordinates) table contains three fields whose item<BR>names are self-explanatory.</P>
<P>An example of an actual .TIC section follows:</P>
<P>LANDLICP.TIC                    XX   3   3  12         4<BR>IDTIC             4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>XTIC              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>YTIC              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>          1 3.4009244E+05 4.1000002E+06<BR>          2 3.4010028E+05 4.1004150E+06<BR>          3 3.4090753E+05 4.1003998E+06<BR>          4 3.4089972E+05 4.0999850E+06</P>
<P>An example of a double-precision .TIC section follows:</P>
<P>STDFIG11CPX.TIC                 XX   3   3  20         4<BR>IDTIC             4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>XTIC              8-1   54-1  18 5 60-1  -1  -1-1                   2-<BR>YTIC              8-1  134-1  18 5 60-1  -1  -1-1                   3-<BR>          1 3.40900000000000000E+05 4.10000000000000000E+06<BR>          4 3.40900000000000000E+05 4.10040000000000000E+06<BR>          2 3.40100000000000000E+05 4.10000000000000000E+06<BR>          3 3.40100000000000000E+05 4.10040000000000000E+06<BR></P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
16楼#
发布于:2005-11-07 16:35
<P>5   CONCLUSION</P>
<P>The content and format of the ARC EXPORT file seems to be<BR>straightforward in most cases.  The remaining areas of<BR>uncertainty include:</P>
<P>         confirmation of the meaning of the second field in the<BR>          identification line for INFO files ('XX' or '  ')</P>
<P>         the meaning of the 'SIN 2' section</P>
<P>         the precise format of the PRJ file for different<BR>          projections</P>
<P>         possible variation in the '-1' suffixes of INFO<BR>          definitions</P>
<P>         INFO codes for item types other than character,<BR>          integer, and real.</P>
<P>However, none of these appears to be that serious, and the<BR>indicated formats should be used to identify any errors or<BR>limitations.</P>
<P>Because this information was derived from limited<BR>experimentation, it should be considered as tentative and subject<BR>to revision at any time.<BR>APPENDIX A:  SAMPLE EXPORT FILE BEFORE TOPOLOGY</P>
<P>The following is a listing of an export file.</P>
<P><BR>EXP  0 /HOME/ME/ARC/SAMPLE.E00                                    <BR>ARC  2<BR>         1         1         0         0         0         0         4<BR> 3.4009988E+05 4.1002000E+06 3.4040006E+05 4.1003995E+06<BR> 3.4090012E+05 4.1002000E+06 3.4070003E+05 4.1001995E+06<BR>         2         2         0         0         0         0         2<BR> 3.4029994E+05 4.1001998E+06 3.4009988E+05 4.1002000E+06<BR>         3         3         0         0         0         0         2<BR> 3.4050000E+05 4.1001998E+06 3.4029994E+05 4.1001998E+06<BR>         4         4         0         0         0         0         2<BR> 3.4070003E+05 4.1001995E+06 3.4050000E+05 4.1001998E+06<BR>         5         5         0         0         0         0         2<BR> 3.4019978E+05 4.1000000E+06 3.4029994E+05 4.1001998E+06<BR>         6         6         0         0         0         0         3<BR> 3.4050000E+05 4.1001998E+06 3.4059997E+05 4.1001002E+06<BR> 3.4070003E+05 4.1001995E+06<BR>         7         7         0         0         0         0         3<BR> 3.4070003E+05 4.1001995E+06 3.4079997E+05 4.1000002E+06<BR> 3.4019978E+05 4.1000000E+06<BR>        -1         0         0         0         0         0         0<BR>LAB  2<BR>         1         0 3.4046650E+05 4.1002668E+06<BR> 3.4046650E+05 4.1002668E+06 3.4046650E+05 4.1002668E+06<BR>         2         0 3.4048869E+05 4.1000852E+06<BR> 3.4048869E+05 4.1000852E+06 3.4048869E+05 4.1000852E+06<BR>        -1         0 0.0000000E+00 0.0000000E+00<BR>TOL  2<BR>         1         2 8.0756250E-02<BR>         2         2 0.0000000E+00<BR>         3         2 0.0000000E+00<BR>         4         2 0.0000000E+00<BR>         5         2 0.0000000E+00<BR>         6         2 8.0756250E+00<BR>         7         2 8.0756250E-01<BR>         8         2 8.0756250E-01<BR>         9         2 8.0756250E-01<BR>        10         2 8.0756250E-01<BR>        -1         0         0         0         0         0         0<BR>SIN  2<BR>EOX<BR>PRJ  2<BR>Projection    UTM<BR>~<BR>Zone          13<BR>~<BR>Datum         NAD27<BR>~<BR>Zunits        NO<BR>~<BR>Units         METERS<BR>~<BR>Spheroid      CLARKE1866<BR>~<BR>Xshift        0.0000000000<BR>~<BR>Yshift        0.0000000000<BR>~<BR>Parameters<BR>~<BR>EOP<BR>IFO  2<BR>LANDLI.ACODE                         8   8  80         7<BR>LANDLI-ID         4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
17楼#
发布于:2005-11-07 16:35
<P>         1 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          2 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          3 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          4 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          5 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          6 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          7 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>LANDLI.BND                      XX   4   4  16         1<BR>XMIN              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>YMIN              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>XMAX              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>YMAX              4-1  134-1  12 3 60-1  -1  -1-1                   4-<BR> 3.4009612E+05 4.0999870E+06 3.4090369E+05 4.1004052E+06<BR>LANDLI.PCODE                         8   8  80         2<BR>LANDLI-ID         4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 1.6050000E+00 1.4490000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0LARGE<BR>          2 1.6470000E+00 1.1520000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0SMALL<BR>LANDLI.TIC                      XX   3   3  12         4<BR>IDTIC             4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>XTIC              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>YTIC              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>          1 3.4009244E+05 4.1000002E+06<BR>          2 3.4010028E+05 4.1004150E+06<BR>          3 3.4090753E+05 4.1003998E+06<BR>          4 3.4089972E+05 4.0999850E+06<BR>EOI<BR>EOS<BR>APPENDIX B:  SAMPLE EXPORT FILE AFTER POLYGON TOPOLOGY</P>
<P><BR>EXP  0 /HOME/ME/SAMPLE.E00                                   <BR>ARC  2<BR>         1         2         2         1         1         2         2<BR> 3.4029994E+05 4.1001998E+06 3.4009988E+05 4.1002000E+06<BR>         2         3         3         2         3         2         2<BR> 3.4050000E+05 4.1001998E+06 3.4029994E+05 4.1001998E+06<BR>         3         1         1         4         1         2         4<BR> 3.4009988E+05 4.1002000E+06 3.4040006E+05 4.1003995E+06<BR> 3.4090012E+05 4.1002000E+06 3.4070003E+05 4.1001995E+06<BR>         4         4         4         3         4         2         2<BR> 3.4070003E+05 4.1001995E+06 3.4050000E+05 4.1001998E+06<BR>         5         6         3         4         4         3         3<BR> 3.4050000E+05 4.1001998E+06 3.4059997E+05 4.1001002E+06<BR> 3.4070003E+05 4.1001995E+06<BR>         6         7         4         5         1         3         3<BR> 3.4070003E+05 4.1001995E+06 3.4079997E+05 4.1000002E+06<BR> 3.4019978E+05 4.1000000E+06<BR>         7         5         5         2         1         3         2<BR> 3.4019978E+05 4.1000000E+06 3.4029994E+05 4.1001998E+06<BR>        -1         0         0         0         0         0         0<BR>CNT  2<BR>         0 3.4048516E+05 4.1001702E+06<BR>         1 3.4046691E+05 4.1002662E+06<BR>         1<BR>         1 3.4048875E+05 4.1000852E+06<BR>         2<BR>         0 3.4060000E+05 4.1001665E+06<BR>        -1         0         0         0         0         0         0<BR>LAB  2<BR>         1         2 3.4046650E+05 4.1002668E+06<BR> 3.4046650E+05 4.1002668E+06 3.4046650E+05 4.1002668E+06<BR>         2         3 3.4048869E+05 4.1000852E+06<BR> 3.4048869E+05 4.1000852E+06 3.4048869E+05 4.1000852E+06<BR>        -1         0 0.0000000E+00 0.0000000E+00<BR>PAL  2<BR>         5 3.4009988E+05 4.1000000E+06 3.4090012E+05 4.1003995E+06<BR>         0         0         0        -1         1         2<BR>        -7         2         3        -6         5         3<BR>        -3         4         2<BR>         4 3.4009988E+05 4.1001995E+06 3.4090012E+05 4.1003995E+06<BR>         1         2         1         3         1         1<BR>         4         4         4         2         3         3<BR>         4 3.4019978E+05 4.1000000E+06 3.4079997E+05 4.1001998E+06<BR>        -2         2         2         5         3         4<BR>         6         4         1         7         5         1<BR>         2 3.4050000E+05 4.1001002E+06 3.4070003E+05 4.1001998E+06<BR>        -4         3         2        -5         4         3<BR>        -1         0         0         0         0         0         0<BR>TOL  2<BR>         1         1 8.1813842E-01<BR>         2         2 0.0000000E+00<BR>         3         2 0.0000000E+00<BR>         4         1 0.0000000E+00<BR>         5         2 0.0000000E+00<BR>         6         2 8.0025000E+00<BR>         7         2 8.0025000E-01<BR>         8         2 8.0025000E-01<BR>         9         2 8.0025000E-01<BR>        10         2 8.0025000E-01<BR>        -1         0         0         0         0         0         0<BR>SIN  2<BR>EOX<BR>LOG  2<BR>19940118 849   0     3    35export cover landli stdfigc none<BR>~<BR>19940118 850   0     7   190clean landli landlicp # # poly<BR>~<BR>EOL<BR>PRJ  2<BR>Projection    UTM<BR>~<BR>Zone          13<BR>~<BR>Datum         NAD27<BR>~<BR>Zunits        NO<BR>~<BR>Units         METERS<BR>~<BR>Spheroid      CLARKE1866<BR>~<BR>Xshift        0.0000000000<BR>~<BR>Yshift        0.0000000000<BR>~<BR>Parameters<BR>~<BR>EOP<BR>IFO  2<BR>LANDLICP.ACODE                       8   8  80         7<BR>LANDLICP-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          2 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          3 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          4 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          5 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          6 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          7 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
18楼#
发布于:2005-11-07 16:36
<P>LANDLICP.BND                    XX   4   4  16         1<BR>XMIN              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>YMIN              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>XMAX              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>YMAX              4-1  134-1  12 3 60-1  -1  -1-1                   4-<BR> 3.4009988E+05 4.1000000E+06 3.4090012E+05 4.1003995E+06<BR>LANDLICP.PAT                    XX   4   4  16         4<BR>AREA              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>PERIMETER         4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>LANDLICP#         4-1   94-1   5-1 50-1  -1  -1-1                   3-<BR>LANDLICP-ID       4-1  134-1   5-1 50-1  -1  -1-1                   4-<BR>-1.7982806E+05 2.3455293E+03          1          0<BR> 8.0025000E+04 1.6990741E+03          2          1<BR> 8.9864000E+04 1.5285940E+03          3          2<BR> 9.9390586E+03 4.8201389E+02          4          0<BR>LANDLICP.PCODE                       8   8  80         2<BR>LANDLICP-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 1.6050000E+00 1.4490000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0LARGE<BR>          2 1.6470000E+00 1.1520000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0SMALL<BR>LANDLICP.TIC                    XX   3   3  12         4<BR>IDTIC             4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>XTIC              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>YTIC              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>          1 3.4009244E+05 4.1000002E+06<BR>          2 3.4010028E+05 4.1004150E+06<BR>          3 3.4090753E+05 4.1003998E+06<BR>          4 3.4089972E+05 4.0999850E+06<BR>EOI<BR>EOS</P>
<P>APPENDIX C:  SAMPLE EXPORT FILE AFTER LINE TOPOLOGY</P>
<P><BR>EXP  0 /HOME/ME/SAMPLE.E00                                   <BR>ARC  2<BR>         1         2         2         1        -1        -1         2<BR> 3.4029994E+05 4.1001998E+06 3.4009988E+05 4.1002000E+06<BR>         2         3         3         2        -1        -1         2<BR> 3.4050000E+05 4.1001998E+06 3.4029994E+05 4.1001998E+06<BR>         3         1         1         4        -1        -1         4<BR> 3.4009988E+05 4.1002000E+06 3.4040006E+05 4.1003995E+06<BR> 3.4090012E+05 4.1002000E+06 3.4070003E+05 4.1001995E+06<BR>         4         4         4         3        -1        -1         2<BR> 3.4070003E+05 4.1001995E+06 3.4050000E+05 4.1001998E+06<BR>         5         6         3         4        -1        -1         3<BR> 3.4050000E+05 4.1001998E+06 3.4059997E+05 4.1001002E+06<BR> 3.4070003E+05 4.1001995E+06<BR>         6         7         4         5        -1        -1         3<BR> 3.4070003E+05 4.1001995E+06 3.4079997E+05 4.1000002E+06<BR> 3.4019978E+05 4.1000000E+06<BR>         7         5         5         2        -1        -1         2<BR> 3.4019978E+05 4.1000000E+06 3.4029994E+05 4.1001998E+06<BR>        -1         0         0         0         0         0         0<BR>LAB  2<BR>         1         0 3.4046650E+05 4.1002668E+06<BR> 3.4046650E+05 4.1002668E+06 3.4046650E+05 4.1002668E+06<BR>         2         0 3.4048869E+05 4.1000852E+06<BR> 3.4048869E+05 4.1000852E+06 3.4048869E+05 4.1000852E+06<BR>        -1         0 0.0000000E+00 0.0000000E+00<BR>TOL  2<BR>         1         1 8.1813842E-01<BR>         2         2 0.0000000E+00<BR>         3         2 0.0000000E+00<BR>         4         1 0.0000000E+00<BR>         5         2 0.0000000E+00<BR>         6         2 8.0756250E+00<BR>         7         2 8.0756250E-01<BR>         8         2 8.0756250E-01<BR>         9         2 8.0756250E-01<BR>        10         2 8.0756250E-01<BR>        -1         0         0         0         0         0         0<BR>SIN  2<BR>EOX<BR>LOG  2<BR>19940118 849   0     3    35export cover landli stdfigc none<BR>~<BR>19940118 851   0     7   145clean landli landlicl # # line<BR>~<BR>EOL<BR>PRJ  2<BR>Projection    UTM<BR>~<BR>Zone          13<BR>~<BR>Datum         NAD27<BR>~<BR>Zunits        NO<BR>~<BR>Units         METERS<BR>~<BR>Spheroid      CLARKE1866<BR>~<BR>Xshift        0.0000000000<BR>~<BR>Yshift        0.0000000000<BR>~</P>
举报 回复(0) 喜欢(0)     评分
gis
gis
管理员
管理员
  • 注册日期2003-07-16
  • 发帖数15947
  • QQ554730525
  • 铜币25339枚
  • 威望15364点
  • 贡献值0点
  • 银元0个
  • GIS帝国居民
  • 帝国沙发管家
  • GIS帝国明星
  • GIS帝国铁杆
19楼#
发布于:2005-11-07 16:36
Parameters<BR>~<BR>EOP<BR>IFO  2<BR>LANDLICL.AAT                    XX   7   7  28         7<BR>FNODE#            4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>TNODE#            4-1   54-1   5-1 50-1  -1  -1-1                   2-<BR>LPOLY#            4-1   94-1   5-1 50-1  -1  -1-1                   3-<BR>RPOLY#            4-1  134-1   5-1 50-1  -1  -1-1                   4-<BR>LENGTH            4-1  174-1  12 3 60-1  -1  -1-1                   5-<BR>LANDLICL#         4-1  214-1   5-1 50-1  -1  -1-1                   6-<BR>LANDLICL-ID       4-1  254-1   5-1 50-1  -1  -1-1                   7-<BR>          2          1          0          0 2.0006265E+02          1         <BR>2<BR>          3          2          0          0 2.0006250E+02          2         <BR>3<BR>          1          4          0          0 1.0989176E+03          3         <BR>1<BR>          4          3          0          0 2.0003140E+02          4         <BR>4<BR>          3          4          0          0 2.8198248E+02          5         <BR>6<BR>          4          5          0          0 8.2309576E+02          6         <BR>7<BR>          5          2          0          0 2.2345322E+02          7         <BR>5<BR>LANDLICL.ACODE                       8   8  80         7<BR>LANDLICL-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          2 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          3 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          4 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          5 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          6 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>          7 0.0000000E+00 0.0000000E+00 0.0000000E+00 0.0000000E+00          0<BR>        0<BR>LANDLICL.BND                    XX   4   4  16         1<BR>XMIN              4-1   14-1  12 3 60-1  -1  -1-1                   1-<BR>YMIN              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>XMAX              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>YMAX              4-1  134-1  12 3 60-1  -1  -1-1                   4-<BR> 3.4009612E+05 4.0999870E+06 3.4090369E+05 4.1004052E+06<BR>LANDLICL.PCODE                       8   8  80         2<BR>LANDLICL-ID       4-1   14-1   8-1 50-1  -1  -1-1                   1-<BR>XLABEL            4-1   54-1   8 2 60-1  -1  -1-1                   2-<BR>YLABEL            4-1   94-1   8 2 60-1  -1  -1-1                   3-<BR>SIZE              4-1  134-1   8 2 60-1  -1  -1-1                   4-<BR>ANGLE             4-1  174-1   8 2 60-1  -1  -1-1                   5-<BR>SZLBL             4-1  214-1   4-1 50-1  -1  -1-1                   6-<BR>IFONTF            4-1  254-1   4-1 50-1  -1  -1-1                   7-<BR>LABEL            52-1  294-1  52-1 20-1  -1  -1-1                   8-<BR>          1 1.6050000E+00 1.4490000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0LARGE<BR>          2 1.6470000E+00 1.1520000E+00 7.0000000E-02 0.0000000E+00          5<BR>        0SMALL<BR>LANDLICL.TIC                    XX   3   3  12         4<BR>IDTIC             4-1   14-1   5-1 50-1  -1  -1-1                   1-<BR>XTIC              4-1   54-1  12 3 60-1  -1  -1-1                   2-<BR>YTIC              4-1   94-1  12 3 60-1  -1  -1-1                   3-<BR>          1 3.4009244E+05 4.1000002E+06<BR>          2 3.4010028E+05 4.1004150E+06<BR>          3 3.4090753E+05 4.1003998E+06<BR>          4 3.4089972E+05 4.0999850E+06<BR>EOI<BR>EOS<BR>
举报 回复(0) 喜欢(0)     评分
游客

返回顶部