NAME utmviewer - UTM spatial data viewer SYNOPSIS utmviewer [-port n] [-import n] ['X-params'] [file] DESCRIPTION utmviewer is a map viewer for displaying geo-spatial objects in a UTM projection. UTM (Universal Transverse Mercator) projects into a square-meter grid, thus simplifying the registration of a variety of spatial data in one locally consistent coordinate system. 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) In addition to the complete set of mapserv commands, utmviewer 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 fclass=readonly(fclass) -- set readonly attribute on a feature class paste(fclass) -- paste map feature class into viewer mapviewstate(:deftrans a00,a01,a10,a11,a20,a21) -- set transformation used by map viewer quit() -- quit 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 comterp, idraw, comdraw, mapserv