Maps tie point coordinates using a geometric mapping grid.
Maps tie point coordinates using a geometric mapping grid. The search and reference coordinates of a tie point location file can be mapped as defined by the specified input grid file. TPLMAP can also invert the mapping of the grid using the specified input grid file, on the search and reference coordinates of the tie point location file.
- INTL
- Input tie point location file. This file contains the search and reference coordinates to be mapped.
- INGRID
- Input grid file. A geometric mapping grid file containing polynomial coefficients.
- OUTTL
- Output tie point location file. This tie point location file contains mapped coordinates.
- MAPOPT(DIRECT)
- Mapping option. Indicator to invert the mapping of INTL.
= DIRECT: Map as defined by INGRID = INVERT: Invert the mapping as defined by INGRID.
All search and reference coordinates in TPLFILE;TPL will be mapped as defined by TPLGRID;GRID. The resulting coordinates will be written to OUTFILE;TPL.
TPLMAP will invert grid mapping on all search and reference coordinates in TPLFILE;TPL will be mapped according to TPLGRID;GRID. The resulting coordinates will be written to OUTFILE;TPL.
OUTTL is opened and the header information from INTL is copied into it. If MAPOPT is set to DIRECT all the search and reference coordinates in INTL are mapped as defined by INGRID. If MAPOPT is set to INVERT then TPLMAP will invert the mapping of all the coordinates in INTL using INGRID. The resulting coordinates are written to OUTTL.
The error message that is displayed immediately preceding this message is the specific error encountered. Processing continues.
The error message that is displayed immediately preceding this message is the specific error encountered. Processing is terminated.