- Practical GIS
- Gábor Farkas
- 186字
- 2021-07-02 22:49:06
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "It uses the * wildcard for selecting everything from the table named table, where the content of the column named column matches value."
A block of code is set as follows:
SELECT ST_Buffer(geom, 200) AS geom
FROM spatial.roads r
WHERE r.fclass LIKE 'motorway%' OR r.fclass LIKE 'primary%';
Any command-line input or output is written as follows:
update-alternatives --config java
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "If we open the Properties window of a vector layer and navigate to the Style tab, we can see the Single symbol method applied to the layer."
- 程序員修煉之道:程序設(shè)計入門30講
- Java面向?qū)ο筌浖_發(fā)
- PaaS程序設(shè)計
- 實戰(zhàn)Java程序設(shè)計
- 差分進(jìn)化算法及其高維多目標(biāo)優(yōu)化應(yīng)用
- 焊接機器人系統(tǒng)操作、編程與維護(hù)
- Java EE企業(yè)級應(yīng)用開發(fā)教程(Spring+Spring MVC+MyBatis)
- 從零開始學(xué)Python網(wǎng)絡(luò)爬蟲
- Java Web應(yīng)用開發(fā)給力起飛
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- 玩轉(zhuǎn).NET Micro Framework移植:基于STM32F10x處理器
- Java EE項目應(yīng)用開發(fā)
- Android應(yīng)用開發(fā)攻略
- C語言從入門到精通(視頻實戰(zhàn)版)
- C#程序開發(fā)參考手冊