                                                                assemble
                                                                
Chapter 10 Map Manipulation

One of the most important functions in LTPlus is assemble.  It is responsible
for transforming nonsensical raster information into topologically structured
data. This command is generally executed after the raw data has been edited.

assemble

    Vectorizes lines and constructs topology.

         assemble [-n]

    Vectorize lines (thin) and build topology for entire raster.  Raw,
    vectorized data will be automatically reduced unless the -n option is
    specified. 
    ___________________________________________________________________________
    Options/arguments:

         -n        Suppresses reduction of raw data
    ___________________________________________________________________________
    Example(s):

    To assemble the current, active map without automatic reductions, enter:

         assemble -n
    ___________________________________________________________________________
    See also:
    ___________________________________________________________________________

