vtkGeoAlignedImageRepresentation

Section: Visualization Toolkit Geo Vis Classes

Usage

vtkGeoAlignedImageRepresentation represents a high resolution image over the globle. It has an associated vtkGeoSource which is responsible for fetching new data. This class keeps the fetched data in a quad-tree structure organized by latitude and longitude.

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

  obj = vtkGeoAlignedImageRepresentation

Methods

The class vtkGeoAlignedImageRepresentation 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 vtkGeoAlignedImageRepresentation class.