Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

clip_common.rst_ 3.9 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
  1. |No-spaces|
  2. Description
  3. -----------
  4. Reads (x,y) file(s) [or standard input] and draws polygons
  5. that are activated as clipping paths. Several files may be read to
  6. create complex paths consisting of several non-connecting segments. Only
  7. marks that are subsequently drawn inside the clipping path will be
  8. shown. To determine what is inside or outside the clipping path,
  9. we use the even-odd rule. When a ray drawn from any point,
  10. regardless of direction, crosses the clipping path segments an odd
  11. number of times, the point is inside the clipping path. If the number is
  12. even, the point is outside. The **-N** option, reverses the sense of
  13. what is the inside and outside of the paths by plotting a clipping path
  14. along the map boundary. After subsequent plotting, which will be clipped
  15. against these paths, the clipping may be deactivated by running
  16. the module a second time with the **-C** option only.
  17. Required Arguments
  18. ------------------
  19. .. _-C:
  20. **-C**\ [*n*]
  21. Mark end of existing clip path(s). No input file will be processed.
  22. No projection information is needed unless **-B** has been selected
  23. as well. With no arguments we terminate all active clipping paths.
  24. Experts may restrict the termination to just *n* of the active
  25. clipping path by passing that as the argument.
  26. Remember to supply
  27. **-X** and **-Y** settings if you have moved since the clip started.
  28. .. _-J:
  29. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  30. .. include:: explain_-J.rst_
  31. .. _-R:
  32. .. |Add_-R| unicode:: 0x20 .. just an invisible code
  33. .. include:: explain_-R.rst_
  34. .. |Add_-Rz| unicode:: 0x20 .. just an invisible code
  35. .. include:: explain_-Rz.rst_
  36. Optional Arguments
  37. ------------------
  38. .. |Add_intables| unicode:: 0x20 .. just an invisible code
  39. .. include:: explain_intables.rst_
  40. .. _-A:
  41. **-A**\ [**m**\|\ **p**\|\ **x**\|\ **y**]
  42. By default, geographic line segments are connected as great circle arcs. To connect them as
  43. straight lines, use the **-A** flag. Alternatively, add **m** to connect
  44. the line by first following a meridian, then a parallel. Or append **p**
  45. to start following a parallel, then a meridian. (This can be practical
  46. to connect lines along parallels, for example).
  47. For Cartesian data, points are simply connected, unless you append
  48. **x** or **y** to construct stair-case paths whose first move is along
  49. *x* or *y*, respectively.
  50. .. _-B:
  51. .. include:: explain_-B.rst_
  52. .. _-N:
  53. **-N**
  54. Invert the sense of what is inside and outside. For example, when
  55. using a single path, this means that only points outside that path
  56. will be shown. Cannot be used together with **-B**.
  57. .. _-T:
  58. **-T**
  59. Rather than read any input files, simply turn on clipping for the
  60. current map region. Basically, **-T** is a convenient way to run
  61. the module with the arguments **-N** /dev/null (or, under Windows,
  62. **-N** NUL). Cannot be used together with **-B**.
  63. .. _-U:
  64. .. include:: explain_-U.rst_
  65. .. _-V:
  66. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  67. .. include:: explain_-V.rst_
  68. .. _-W:
  69. **-W**\ *pen*
  70. Draw outline of clip path using given pen attributes [Default is no outline].
  71. .. _-X:
  72. .. include:: explain_-XY.rst_
  73. .. |Add_-bi| replace:: [Default is 2 input columns].
  74. .. include:: explain_-bi.rst_
  75. .. |Add_-di| unicode:: 0x20 .. just an invisible code
  76. .. include:: explain_-di.rst_
  77. .. |Add_-e| unicode:: 0x20 .. just an invisible code
  78. .. include:: explain_-e.rst_
  79. .. |Add_-f| unicode:: 0x20 .. just an invisible code
  80. .. include:: explain_-f.rst_
  81. .. |Add_-g| unicode:: 0x20 .. just an invisible code
  82. .. include:: explain_-g.rst_
  83. .. |Add_-h| unicode:: 0x20 .. just an invisible code
  84. .. include:: explain_-h.rst_
  85. .. include:: explain_-icols.rst_
  86. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  87. .. include:: explain_perspective.rst_
  88. .. include:: explain_-qi.rst_
  89. .. include:: explain_-t.rst_
  90. .. include:: explain_colon.rst_
  91. .. include:: explain_help.rst_
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...