vtkGeoAssignCoordinates

Section: Visualization Toolkit Geo Vis Classes

Usage

Givem latitude and longitude arrays, take the values in those arrays and convert them to x,y,z world coordinates. Uses a spherical model of the earth to do the conversion. The position is in meters relative to the center of the earth.

If a transform is given, use the transform to convert latitude and longitude to the world coordinate.

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

  obj = vtkGeoAssignCoordinates

Methods

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