Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoFileImageSource, simply invoke its constructor as follows
obj = vtkGeoFileImageSource
obj is an instance of the vtkGeoFileImageSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoFileImageSource = obj.NewInstance ()
vtkGeoFileImageSource = obj.SafeDownCast (vtkObject o)
vtkGeoFileImageSource = obj.()
~vtkGeoFileImageSource = obj.()
bool = obj.FetchRoot (vtkGeoTreeNode root) - Fetches the root image representing the whole globe.
bool = obj.FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child) - Fetches the child image of a parent from disk.
obj.SetPath (string ) - The path the tiled image database.
string = obj.GetPath () - The path the tiled image database.