Section: Visualization Toolkit Geo Vis Classes
To create an instance of class vtkGeoSampleArcs, simply invoke its constructor as follows
obj = vtkGeoSampleArcs
obj
is an instance of the vtkGeoSampleArcs class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkGeoSampleArcs = obj.NewInstance ()
vtkGeoSampleArcs = obj.SafeDownCast (vtkObject o)
obj.SetGlobeRadius (double )
- The base radius used to determine the earth's surface.
Default is the earth's radius in meters.
TODO: Change this to take in a vtkGeoTerrain to get altitude.
double = obj.GetGlobeRadius ()
- The base radius used to determine the earth's surface.
Default is the earth's radius in meters.
TODO: Change this to take in a vtkGeoTerrain to get altitude.
obj.SetMaximumDistanceMeters (double )
- The maximum distance, in meters, between adjacent points.
double = obj.GetMaximumDistanceMeters ()
- The maximum distance, in meters, between adjacent points.
obj.SetInputCoordinateSystem (int )
- The input coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
int = obj.GetInputCoordinateSystem ()
- The input coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
obj.SetInputCoordinateSystemToRectangular ()
- The input coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
obj.SetInputCoordinateSystemToSpherical ()
- The desired output coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
obj.SetOutputCoordinateSystem (int )
- The desired output coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
int = obj.GetOutputCoordinateSystem ()
- The desired output coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
obj.SetOutputCoordinateSystemToRectangular ()
- The desired output coordinate system.
RECTANGULAR is x,y,z meters relative the the earth center.
SPHERICAL is longitude,latitude,altitude.
obj.SetOutputCoordinateSystemToSpherical ()