NAME
     vhclviewer - vehicle-oriented map viewer

SYNOPSIS
     vhclviewer [-port n] [-import n] [-vhclserv n] ['X-params'] [file]

DESCRIPTION

vhclviewer is a viewer for displaying vehicle postions on UTM
projected maps.  A user (or client program) can interact with
utmviewer via stdin and stdout or telnet (when ACE is built in).  The
command syntax is a semi-colon separated list of commands with
arbitrary number of parameters enclosed in parenthesis, with support
for optional parameters and keyword arguments, i.e:

	command1(arg1 arg2 arg3 :key1 val1 :key2 val2);
	command2(arg1 arg2 arg3 :key1 val1 :key2 val2)

The literals and operators of C are all supported except for the
syntax of the conditional operator "?:".  See the comterp
documentation for more details.  

vhclviewer supports these commands (xloc and yloc are floats, str's
are strings, and vhclpict points to a graphic object):

vhclpict=vhclview(:name namestr :gr grstr) -- create and display vehicle graphic
moveview(vhclpict xloc yloc) -- move vehicle graphic to xloc,yloc

rtepict=rteview(xypts :name namestr) -- create and display route graphic

quit() -- quit

vhclviewer also supports all of the commands of vhclserv and mapserv

OPTIONS

"-port n" specifies the port number to accept command interpreter
connections on.

"-import n" specifies the port number run the import service on.  The
import service accepts connections over the net and reads drawtool
format data.

SEE ALSO  
	vhclserv, utmviewer, comterp, idraw, comdraw, mapserv

