int tsmWriteAllVtiles ( TsmConnection oiConnect, TsmConnection demConnect, TsmConnectionParams params ) Creates a pyramid of VRML vtile files
Creates a pyramid of VRML vtile files.Creates part or all of a pyramid of VRML vtile files. This function calls tsmWriteVtile in order to write out multiple vtile files for a dataset. By default, the entire pyramid of vtile files will be generated. However, you can specify the start and end levels of the pyramid to produce if you wish.
This function supports all of TsmConnectionParams settings that the tsmWriteVtile function supports. In addition, the following settings can be defined:
- TSM_PARAMS_START_LEVEL: This value specifies the lowest resolution (TerraVision style) level number at which the process should begin, e.g. if the TerraVision levels are 0..9, then a start level of 8 will begin at the second lowest resolution level. If you do not specify a value, then the lowest level will be assumed.
- TSM_PARAMS_END_LEVEL: This value specifies the highest resolution (TerraVision style) level number at which the process should stop, e.g. if the TerraVision levels are 0..9, then a start level of 1 will stop at the second highest resolution level. If you do not specify a value, then the highest level (probably 0) will be assumed.