Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoGraticule, simply invoke its constructor as follows
obj = vtkGeoGraticule
obj
is an instance of the vtkGeoGraticule class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoGraticule = obj.NewInstance ()
vtkGeoGraticule = obj.SafeDownCast (vtkObject o)
obj.SetLatitudeBounds (double , double )
- The latitude bounds of the graticule.
obj.SetLatitudeBounds (double a[2])
- The latitude bounds of the graticule.
double = obj. GetLatitudeBounds ()
- The latitude bounds of the graticule.
obj.SetLongitudeBounds (double , double )
- The longitude bounds of the graticule.
obj.SetLongitudeBounds (double a[2])
- The longitude bounds of the graticule.
double = obj. GetLongitudeBounds ()
- The longitude bounds of the graticule.
obj.SetLatitudeLevel (int )
- The frequency level of latitude lines.
int = obj.GetLatitudeLevelMinValue ()
- The frequency level of latitude lines.
int = obj.GetLatitudeLevelMaxValue ()
- The frequency level of latitude lines.
int = obj.GetLatitudeLevel ()
- The frequency level of latitude lines.
obj.SetLongitudeLevel (int )
- The frequency level of longitude lines.
int = obj.GetLongitudeLevelMinValue ()
- The frequency level of longitude lines.
int = obj.GetLongitudeLevelMaxValue ()
- The frequency level of longitude lines.
int = obj.GetLongitudeLevel ()
- The frequency level of longitude lines.
obj.SetGeometryType (int )
- Set//get the type(s) of cells that will be
output by the filter. By default, polylines
are output. You may also request quadrilaterals.
This is a bit vector of GeometryType enums.
int = obj.GetGeometryType ()
- Set//get the type(s) of cells that will be
output by the filter. By default, polylines
are output. You may also request quadrilaterals.
This is a bit vector of GeometryType enums.