Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoProjectionSource, simply invoke its constructor as follows
obj = vtkGeoProjectionSource
obj
is an instance of the vtkGeoProjectionSource class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoProjectionSource = obj.NewInstance ()
vtkGeoProjectionSource = obj.SafeDownCast (vtkObject o)
vtkGeoProjectionSource = obj.()
~vtkGeoProjectionSource = obj.()
bool = obj.FetchRoot (vtkGeoTreeNode root)
- Blocking methods for sources with low latency.
bool = obj.FetchChild (vtkGeoTreeNode node, int index, vtkGeoTreeNode child)
- Blocking methods for sources with low latency.
int = obj.GetProjection ()
- The projection ID defining the projection. Initial value is 0.
obj.SetProjection (int projection)
- The projection ID defining the projection. Initial value is 0.
int = obj.GetMinCellsPerNode ()
- The minimum number of cells per node.
obj.SetMinCellsPerNode (int )
- The minimum number of cells per node.
vtkAbstractTransform = obj.GetTransform ()
- Return the projection transformation used by this 2D terrain.