Syntax & Terms

This topic describes the general syntax of POICMD and some important words and symbols which are used in this documentation.

Note
Term Description
POI file 
poifile
Point of Interest file (e.g. .ov2, .kml)
lat lat stands for "Latitude"
lon lon stands for "Longitude"
src src stands for "source" (e.g. a source poifile)
dst dst stands for "destination" (e.g. a destination poifile)
[ ] Square brackets means that something is optional (e.g. dir [filespec] means that for the dir command the filespec is optional)
< > These kind of brackets means that something is mandatory and needed for a successful execution (e.g. del <filespec> means that the filespec is mandatory for the del command)
| This symbol means "or". (e.g. <alpha | beta> means that you have to use alpha or beta)