|
ActiViz .NET
5.8.0
|
vtkGeoProjection - Represent a projection from a sphere to a plane More...
Public Member Functions | |
| vtkGeoProjection (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoProjection () | |
| Undocumented Block. | |
| virtual double | GetCentralMeridian () |
| Set/get the longitude which corresponds to the central meridian of the projection. This defaults to 0, the Greenwich Meridian. | |
| string | GetDescription () |
| Get the description of a projection. This will return NULL if the projection name is invalid. | |
| int | GetIndex () |
| Return the index of the current projection's type in the list of all projection types. On error, this will return -1. On success, it returns a number in [0,GetNumberOfProjections()[. | |
| virtual string | GetName () |
| Set/get the short name describing the projection you wish to use. This defaults to "rpoly" for no reason other than I like it. To get a list of valid values, use the GetNumberOfProjections() and GetProjectionName(int) static methods. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkGeoProjection | NewInstance () |
| Undocumented Block. | |
| virtual void | SetCentralMeridian (double _arg) |
| Set/get the longitude which corresponds to the central meridian of the projection. This defaults to 0, the Greenwich Meridian. | |
| virtual void | SetName (string _arg) |
| Set/get the short name describing the projection you wish to use. This defaults to "rpoly" for no reason other than I like it. To get a list of valid values, use the GetNumberOfProjections() and GetProjectionName(int) static methods. | |
Static Public Member Functions | |
| static new vtkGeoProjection | New () |
| Undocumented Block. | |
| static int | GetNumberOfProjections () |
| Returns the number of projections that this class offers. | |
| static string | GetProjectionDescription (int projection) |
| Returns a description of one of the projections supported by this class. | |
| static string | GetProjectionName (int projection) |
| Returns the name of one of the projections supported by this class. You can pass these strings to SetName(char*). | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoProjection | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoProjection" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "16vtkGeoProjection" |
| 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 | vtkGeoProjection_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkGeoProjection_GetCentralMeridian_01 (HandleRef pThis) |
| static internal IntPtr | vtkGeoProjection_GetDescription_02 (HandleRef pThis) |
| static internal int | vtkGeoProjection_GetIndex_03 (HandleRef pThis) |
| static internal IntPtr | vtkGeoProjection_GetName_04 (HandleRef pThis) |
| static internal int | vtkGeoProjection_GetNumberOfProjections_05 () |
| static internal IntPtr | vtkGeoProjection_GetProjectionDescription_06 (int projection) |
| static internal IntPtr | vtkGeoProjection_GetProjectionName_07 (int projection) |
| static internal int | vtkGeoProjection_IsA_08 (HandleRef pThis, string type) |
| static internal int | vtkGeoProjection_IsTypeOf_09 (string type) |
| static internal IntPtr | vtkGeoProjection_NewInstance_11 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoProjection_SafeDownCast_12 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoProjection_SetCentralMeridian_13 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoProjection_SetName_14 (HandleRef pThis, string _arg) |
Static Private Member Functions | |
| static | vtkGeoProjection () |
| Automatically generated type registration mechanics. | |
vtkGeoProjection - Represent a projection from a sphere to a plane
Description This class uses the PROJ.4 library to represent geographic coordinate projections.
| static Kitware.VTK.vtkGeoProjection.vtkGeoProjection | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoProjection.vtkGeoProjection | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoProjection.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.vtkObject.
| virtual double Kitware.VTK.vtkGeoProjection.GetCentralMeridian | ( | ) | [virtual] |
Set/get the longitude which corresponds to the central meridian of the projection. This defaults to 0, the Greenwich Meridian.
| string Kitware.VTK.vtkGeoProjection.GetDescription | ( | ) |
Get the description of a projection. This will return NULL if the projection name is invalid.
Return the index of the current projection's type in the list of all projection types. On error, this will return -1. On success, it returns a number in [0,GetNumberOfProjections()[.
| virtual string Kitware.VTK.vtkGeoProjection.GetName | ( | ) | [virtual] |
Set/get the short name describing the projection you wish to use. This defaults to "rpoly" for no reason other than I like it. To get a list of valid values, use the GetNumberOfProjections() and GetProjectionName(int) static methods.
| static int Kitware.VTK.vtkGeoProjection.GetNumberOfProjections | ( | ) | [static] |
Returns the number of projections that this class offers.
| static string Kitware.VTK.vtkGeoProjection.GetProjectionDescription | ( | int | projection | ) | [static] |
Returns a description of one of the projections supported by this class.
| projection | the index of a projection, must be in [0,GetNumberOfProjections()[. |
| static string Kitware.VTK.vtkGeoProjection.GetProjectionName | ( | int | projection | ) | [static] |
Returns the name of one of the projections supported by this class. You can pass these strings to SetName(char*).
| projection | the index of a projection, must be in [0,GetNumberOfProjections()[. |
| override int Kitware.VTK.vtkGeoProjection.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new int Kitware.VTK.vtkGeoProjection.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkGeoProjection Kitware.VTK.vtkGeoProjection.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| static new vtkGeoProjection Kitware.VTK.vtkGeoProjection.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
| virtual void Kitware.VTK.vtkGeoProjection.SetCentralMeridian | ( | double | _arg | ) | [virtual] |
Set/get the longitude which corresponds to the central meridian of the projection. This defaults to 0, the Greenwich Meridian.
| virtual void Kitware.VTK.vtkGeoProjection.SetName | ( | string | _arg | ) | [virtual] |
Set/get the short name describing the projection you wish to use. This defaults to "rpoly" for no reason other than I like it. To get a list of valid values, use the GetNumberOfProjections() and GetProjectionName(int) static methods.
| static internal double Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetCentralMeridian_01 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetDescription_02 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetIndex_03 | ( | HandleRef | pThis | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetName_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetNumberOfProjections_05 | ( | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetProjectionDescription_06 | ( | int | projection | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_GetProjectionName_07 | ( | int | projection | ) | [private] |
| static internal int Kitware.VTK.vtkGeoProjection.vtkGeoProjection_IsA_08 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoProjection.vtkGeoProjection_IsTypeOf_09 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_NewInstance_11 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoProjection.vtkGeoProjection_SafeDownCast_12 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoProjection.vtkGeoProjection_SetCentralMeridian_13 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoProjection.vtkGeoProjection_SetName_14 | ( | HandleRef | pThis, |
| string | _arg | ||
| ) | [private] |
new readonly string Kitware.VTK.vtkGeoProjection.MRClassNameKey = "16vtkGeoProjection" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
| new const string Kitware.VTK.vtkGeoProjection.MRFullTypeName = "Kitware.VTK.vtkGeoProjection" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkObject.
1.7.6.1