Changes between Version 1 and Version 2 of shpcutter


Ignore:
Timestamp:
Oct 17, 2010, 4:58:33 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • shpcutter

    v1 v2  
    11= shpcutter =
    2 ESRI Shapefile cutter
    3 {{{
    4 USAGE: shputils  <DescribeShape>
    5 USAGE: shputils  <InputShape>  <AppendShape>
    6       { <SELECT>   <Item> <valuelist> }
    7       { <UNSELECT> <Item> <valuelist> }
    8       { <CLIP>   <xmin> <ymin> <xmax> <ymax> <TOUCH|INSIDE|CUT> }
    9       { <CLIP>   <Theme>  <BOUNDARY|POLYGON> <TOUCH|INSIDE|CUT> }
    10       Clip functions for Cut and Polygon are not supported yet...
    11       { <ERASE>  <xmin> <ymin> <xmax> <ymax> <TOUCH|INSIDE|CUT> }
    12       { <ERASE>  <Theme>  <BOUNDARY|POLYGON> <TOUCH|INSIDE|CUT> }
    13       { <UNIT>   <FEET|METERS|factor>  }
    14       { <SHIFT>  <xshift> <yshift> }
     2ESRI Shapefile cutter. This application has been deprecated. Use [wiki:orthoigen] instead.
    153
    164The program will append to an existing shape file or it will
     
    3725  - Shift X and Y coordinates.
    3826
     27
    3928Finally, There can only be one select or unselect in the command line.
    4029         There can only be one clip or erase in the command line.
     
    4231EX: shputils in.shp out.shp  CLIP 10 10 90 90 Touch  UNIT Feet  SHIFT 40 40
    4332    shputils in.shp out.shp  SELECT countycode 3,5,9,13,17,27
     33
     34{{{
     35USAGE: shputils  <DescribeShape>
     36USAGE: shputils  <InputShape>  <AppendShape>
     37      { <SELECT>   <Item> <valuelist> }
     38      { <UNSELECT> <Item> <valuelist> }
     39      { <CLIP>   <xmin> <ymin> <xmax> <ymax> <TOUCH|INSIDE|CUT> }
     40      { <CLIP>   <Theme>  <BOUNDARY|POLYGON> <TOUCH|INSIDE|CUT> }
     41      Clip functions for Cut and Polygon are not supported yet...
     42      { <ERASE>  <xmin> <ymin> <xmax> <ymax> <TOUCH|INSIDE|CUT> }
     43      { <ERASE>  <Theme>  <BOUNDARY|POLYGON> <TOUCH|INSIDE|CUT> }
     44      { <UNIT>   <FEET|METERS|factor>  }
     45      { <SHIFT>  <xshift> <yshift> }
     46
    4447}}}
     48
     49