vtkGeoFileTerrainSource

Section: Visualization Toolkit Geo Vis Classes

Usage

vtkGeoFileTerrainSource reads geometry tiles as .vtp files from a directory that follow a certain naming convention containing the level of the patch and the position within that level. Use vtkGeoTerrain's SaveDatabase method to create a database of files in this format.

To create an instance of class vtkGeoFileTerrainSource, simply invoke its constructor as follows

  obj = vtkGeoFileTerrainSource

Methods

The class vtkGeoFileTerrainSource has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkGeoFileTerrainSource class.