ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkGeoAssignCoordinates Class Reference

vtkGeoAssignCoordinates - Given latitude and longitude arrays, take the values in those arrays and convert them to x,y,z world coordinates. More...

Inheritance diagram for Kitware.VTK.vtkGeoAssignCoordinates:
[legend]
Collaboration diagram for Kitware.VTK.vtkGeoAssignCoordinates:
[legend]

List of all members.

Public Member Functions

 vtkGeoAssignCoordinates (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkGeoAssignCoordinates ()
 Undocumented Block.
virtual void CoordinatesInArraysOff ()
 If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.
virtual void CoordinatesInArraysOn ()
 If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.
virtual bool GetCoordinatesInArrays ()
 If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.
virtual double GetGlobeRadius ()
 The base radius to use in GLOBAL mode. Default is the earth's radius.
virtual string GetLatitudeArrayName ()
 Set the latitude coordinate array name.
virtual string GetLongitudeArrayName ()
 Set the longitude coordinate array name.
virtual vtkAbstractTransform GetTransform ()
 The transform to use to convert coordinates of the form (lat, long, 0) to (x, y z). If this is NULL (the default), use GlobeRadius to perform a spherical embedding.
override int IsA (string type)
 Undocumented Block.
new vtkGeoAssignCoordinates NewInstance ()
 Undocumented Block.
virtual void SetCoordinatesInArrays (bool _arg)
 If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.
virtual void SetGlobeRadius (double _arg)
 The base radius to use in GLOBAL mode. Default is the earth's radius.
virtual void SetLatitudeArrayName (string _arg)
 Set the latitude coordinate array name.
virtual void SetLongitudeArrayName (string _arg)
 Set the longitude coordinate array name.
virtual void SetTransform (vtkAbstractTransform trans)
 The transform to use to convert coordinates of the form (lat, long, 0) to (x, y z). If this is NULL (the default), use GlobeRadius to perform a spherical embedding.

Static Public Member Functions

static new vtkGeoAssignCoordinates New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new vtkGeoAssignCoordinates SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkGeoAssignCoordinates"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "23vtkGeoAssignCoordinates"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkGeoAssignCoordinates_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoAssignCoordinates_CoordinatesInArraysOff_01 (HandleRef pThis)
static internal void vtkGeoAssignCoordinates_CoordinatesInArraysOn_02 (HandleRef pThis)
static internal byte vtkGeoAssignCoordinates_GetCoordinatesInArrays_03 (HandleRef pThis)
static internal double vtkGeoAssignCoordinates_GetGlobeRadius_04 (HandleRef pThis)
static internal IntPtr vtkGeoAssignCoordinates_GetLatitudeArrayName_05 (HandleRef pThis)
static internal IntPtr vtkGeoAssignCoordinates_GetLongitudeArrayName_06 (HandleRef pThis)
static internal IntPtr vtkGeoAssignCoordinates_GetTransform_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal int vtkGeoAssignCoordinates_IsA_08 (HandleRef pThis, string type)
static internal int vtkGeoAssignCoordinates_IsTypeOf_09 (string type)
static internal IntPtr vtkGeoAssignCoordinates_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkGeoAssignCoordinates_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkGeoAssignCoordinates_SetCoordinatesInArrays_13 (HandleRef pThis, byte _arg)
static internal void vtkGeoAssignCoordinates_SetGlobeRadius_14 (HandleRef pThis, double _arg)
static internal void vtkGeoAssignCoordinates_SetLatitudeArrayName_15 (HandleRef pThis, string _arg)
static internal void vtkGeoAssignCoordinates_SetLongitudeArrayName_16 (HandleRef pThis, string _arg)
static internal void vtkGeoAssignCoordinates_SetTransform_17 (HandleRef pThis, HandleRef trans)

Static Private Member Functions

static vtkGeoAssignCoordinates ()
 Automatically generated type registration mechanics.

Detailed Description

vtkGeoAssignCoordinates - Given latitude and longitude arrays, take the values in those arrays and convert them to x,y,z world coordinates.

Description 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.


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.

override void Kitware.VTK.vtkGeoAssignCoordinates.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.

The base radius to use in GLOBAL mode. Default is the earth's radius.

Set the latitude coordinate array name.

Set the longitude coordinate array name.

The transform to use to convert coordinates of the form (lat, long, 0) to (x, y z). If this is NULL (the default), use GlobeRadius to perform a spherical embedding.

Here is the call graph for this function:

override int Kitware.VTK.vtkGeoAssignCoordinates.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

static new int Kitware.VTK.vtkGeoAssignCoordinates.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

Here is the call graph for this function:

virtual void Kitware.VTK.vtkGeoAssignCoordinates.SetCoordinatesInArrays ( bool  _arg) [virtual]

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.

virtual void Kitware.VTK.vtkGeoAssignCoordinates.SetGlobeRadius ( double  _arg) [virtual]

The base radius to use in GLOBAL mode. Default is the earth's radius.

virtual void Kitware.VTK.vtkGeoAssignCoordinates.SetLatitudeArrayName ( string  _arg) [virtual]

Set the latitude coordinate array name.

virtual void Kitware.VTK.vtkGeoAssignCoordinates.SetLongitudeArrayName ( string  _arg) [virtual]

Set the longitude coordinate array name.

The transform to use to convert coordinates of the form (lat, long, 0) to (x, y z). If this is NULL (the default), use GlobeRadius to perform a spherical embedding.

static internal double Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_GetGlobeRadius_04 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_GetLatitudeArrayName_05 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_GetLongitudeArrayName_06 ( HandleRef  pThis) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_GetTransform_07 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_IsA_08 ( HandleRef  pThis,
string  type 
) [private]
static internal int Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_IsTypeOf_09 ( string  type) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_NewInstance_11 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SafeDownCast_12 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SetCoordinatesInArrays_13 ( HandleRef  pThis,
byte  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SetGlobeRadius_14 ( HandleRef  pThis,
double  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SetLatitudeArrayName_15 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SetLongitudeArrayName_16 ( HandleRef  pThis,
string  _arg 
) [private]
static internal void Kitware.VTK.vtkGeoAssignCoordinates.vtkGeoAssignCoordinates_SetTransform_17 ( HandleRef  pThis,
HandleRef  trans 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkGeoAssignCoordinates.MRClassNameKey = "23vtkGeoAssignCoordinates" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.

new const string Kitware.VTK.vtkGeoAssignCoordinates.MRFullTypeName = "Kitware.VTK.vtkGeoAssignCoordinates"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkPassInputTypeAlgorithm.


The documentation for this class was generated from the following file: