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.vtkGeoProjection Class Reference

vtkGeoProjection - Represent a projection from a sphere to a plane More...

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

List of all members.

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.

Detailed Description

vtkGeoProjection - Represent a projection from a sphere to a plane

Description This class uses the PROJ.4 library to represent geographic coordinate projections.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Set/get the longitude which corresponds to the central meridian of the projection. This defaults to 0, the Greenwich Meridian.

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.

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.

Parameters:
projectionthe 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*).

Parameters:
projectionthe 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.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Here is the call graph for this function:

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 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]

Member Data Documentation

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.


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