makeshape.sh

来自「Source code, and some other odds and end」· Shell 代码 · 共 22 行

SH
22
字号
#!/bin/sh##	Use example programs to create a very simple dataset that#	should display in ARCView II.#shpcreate test polygondbfcreate test.dbf -s Description 30 -n TestInt 6 0 -n TestDouble 16 5shpadd test 0 0 100 0 100 100 0 100 0 0 + 20 20 20 30 30 30 20 20dbfadd test.dbf "Square with triangle missing" 1.5 2.5shpadd test 150 150 160 150 180 170 150 150dbfadd test.dbf "Smaller triangle" 100 1000.25shpadd test 150 150 160 150 180 170 150 150dbfadd test.dbf "" "" ""shpdump test.shpdbfdump test.dbf

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?