|
ActiViz .NET
5.8.0
|
vtkGeoTransform - A transformation between two geographic coordinate systems More...
Public Member Functions | |
| vtkGeoTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoTransform () | |
| Undocumented Block. | |
| virtual vtkGeoProjection | GetDestinationProjection () |
| The target geographic projection. | |
| virtual vtkGeoProjection | GetSourceProjection () |
| The source geographic projection. | |
| override void | InternalTransformPoint (IntPtr arg0, IntPtr arg1) |
| This will calculate the transformation without calling Update. Meant for use only within other VTK classes. | |
| override void | Inverse () |
| Invert the transformation. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| override vtkAbstractTransform | MakeTransform () |
| Make another transform of the same type. | |
| new vtkGeoTransform | NewInstance () |
| Undocumented Block. | |
| void | SetDestinationProjection (vtkGeoProjection dest) |
| The target geographic projection. | |
| void | SetSourceProjection (vtkGeoProjection source) |
| The source geographic projection. | |
| override void | TransformPoints (vtkPoints src, vtkPoints dst) |
| Transform many points at once. | |
Static Public Member Functions | |
| static new vtkGeoTransform | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoTransform | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoTransform" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "15vtkGeoTransform" |
| 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 | vtkGeoTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoTransform_GetDestinationProjection_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoTransform_GetSourceProjection_02 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoTransform_InternalTransformPoint_03 (HandleRef pThis, IntPtr arg0, IntPtr arg1) |
| static internal void | vtkGeoTransform_Inverse_04 (HandleRef pThis) |
| static internal int | vtkGeoTransform_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkGeoTransform_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkGeoTransform_MakeTransform_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoTransform_NewInstance_09 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoTransform_SafeDownCast_10 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoTransform_SetDestinationProjection_11 (HandleRef pThis, HandleRef dest) |
| static internal void | vtkGeoTransform_SetSourceProjection_12 (HandleRef pThis, HandleRef source) |
| static internal void | vtkGeoTransform_TransformPoints_13 (HandleRef pThis, HandleRef src, HandleRef dst) |
Static Private Member Functions | |
| static | vtkGeoTransform () |
| Automatically generated type registration mechanics. | |
vtkGeoTransform - A transformation between two geographic coordinate systems
Description This class takes two geographic projections and transforms point coordinates between them.
| static Kitware.VTK.vtkGeoTransform.vtkGeoTransform | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoTransform.vtkGeoTransform | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoTransform.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.vtkAbstractTransform.
| virtual vtkGeoProjection Kitware.VTK.vtkGeoTransform.GetDestinationProjection | ( | ) | [virtual] |
The target geographic projection.
| virtual vtkGeoProjection Kitware.VTK.vtkGeoTransform.GetSourceProjection | ( | ) | [virtual] |
The source geographic projection.
| override void Kitware.VTK.vtkGeoTransform.InternalTransformPoint | ( | IntPtr | arg0, |
| IntPtr | arg1 | ||
| ) | [virtual] |
This will calculate the transformation without calling Update. Meant for use only within other VTK classes.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| override void Kitware.VTK.vtkGeoTransform.Inverse | ( | ) | [virtual] |
Invert the transformation.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| override int Kitware.VTK.vtkGeoTransform.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| static new int Kitware.VTK.vtkGeoTransform.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| override vtkAbstractTransform Kitware.VTK.vtkGeoTransform.MakeTransform | ( | ) | [virtual] |
Make another transform of the same type.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| static new vtkGeoTransform Kitware.VTK.vtkGeoTransform.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| static new vtkGeoTransform Kitware.VTK.vtkGeoTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
The target geographic projection.
| void Kitware.VTK.vtkGeoTransform.SetSourceProjection | ( | vtkGeoProjection | source | ) |
The source geographic projection.
| override void Kitware.VTK.vtkGeoTransform.TransformPoints | ( | vtkPoints | src, |
| vtkPoints | dst | ||
| ) | [virtual] |
Transform many points at once.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_GetDestinationProjection_01 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_GetSourceProjection_02 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTransform.vtkGeoTransform_InternalTransformPoint_03 | ( | HandleRef | pThis, |
| IntPtr | arg0, | ||
| IntPtr | arg1 | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTransform.vtkGeoTransform_Inverse_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoTransform.vtkGeoTransform_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoTransform.vtkGeoTransform_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_MakeTransform_07 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_NewInstance_09 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoTransform.vtkGeoTransform_SafeDownCast_10 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTransform.vtkGeoTransform_SetDestinationProjection_11 | ( | HandleRef | pThis, |
| HandleRef | dest | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTransform.vtkGeoTransform_SetSourceProjection_12 | ( | HandleRef | pThis, |
| HandleRef | source | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoTransform.vtkGeoTransform_TransformPoints_13 | ( | HandleRef | pThis, |
| HandleRef | src, | ||
| HandleRef | dst | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkGeoTransform.MRClassNameKey = "15vtkGeoTransform" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
| new const string Kitware.VTK.vtkGeoTransform.MRFullTypeName = "Kitware.VTK.vtkGeoTransform" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
1.7.6.1