|
ActiViz .NET
5.8.0
|
vtkGeoSampleArcs - Samples geospatial lines at regular intervals. More...
Public Types | |
| enum | RECTANGULAR_WrapperEnum { RECTANGULAR = 0, SPHERICAL = 1 } |
| The maximum distance, in meters, between adjacent points. More... | |
Public Member Functions | |
| vtkGeoSampleArcs (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
| Automatically generated constructor - called from generated code. DO NOT call directly. | |
| vtkGeoSampleArcs () | |
| Undocumented Block. | |
| virtual double | GetGlobeRadius () |
| The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude. | |
| virtual int | GetInputCoordinateSystem () |
| The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual double | GetMaximumDistanceMeters () |
| The maximum distance, in meters, between adjacent points. | |
| virtual int | GetOutputCoordinateSystem () |
| The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| override int | IsA (string type) |
| Undocumented Block. | |
| new vtkGeoSampleArcs | NewInstance () |
| Undocumented Block. | |
| virtual void | SetGlobeRadius (double _arg) |
| The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude. | |
| virtual void | SetInputCoordinateSystem (int _arg) |
| The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual void | SetInputCoordinateSystemToRectangular () |
| The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual void | SetInputCoordinateSystemToSpherical () |
| The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual void | SetMaximumDistanceMeters (double _arg) |
| The maximum distance, in meters, between adjacent points. | |
| virtual void | SetOutputCoordinateSystem (int _arg) |
| The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual void | SetOutputCoordinateSystemToRectangular () |
| The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
| virtual void | SetOutputCoordinateSystemToSpherical () |
| The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude. | |
Static Public Member Functions | |
| static new vtkGeoSampleArcs | New () |
| Undocumented Block. | |
| static new int | IsTypeOf (string type) |
| Undocumented Block. | |
| static new vtkGeoSampleArcs | SafeDownCast (vtkObjectBase o) |
| Undocumented Block. | |
Public Attributes | |
| new const string | MRFullTypeName = "Kitware.VTK.vtkGeoSampleArcs" |
| Automatically generated type registration mechanics. | |
Static Public Attributes | |
| static new readonly string | MRClassNameKey = "16vtkGeoSampleArcs" |
| 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 | vtkGeoSampleArcs_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal double | vtkGeoSampleArcs_GetGlobeRadius_01 (HandleRef pThis) |
| static internal int | vtkGeoSampleArcs_GetInputCoordinateSystem_02 (HandleRef pThis) |
| static internal double | vtkGeoSampleArcs_GetMaximumDistanceMeters_03 (HandleRef pThis) |
| static internal int | vtkGeoSampleArcs_GetOutputCoordinateSystem_04 (HandleRef pThis) |
| static internal int | vtkGeoSampleArcs_IsA_05 (HandleRef pThis, string type) |
| static internal int | vtkGeoSampleArcs_IsTypeOf_06 (string type) |
| static internal IntPtr | vtkGeoSampleArcs_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal IntPtr | vtkGeoSampleArcs_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
| static internal void | vtkGeoSampleArcs_SetGlobeRadius_10 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoSampleArcs_SetInputCoordinateSystem_11 (HandleRef pThis, int _arg) |
| static internal void | vtkGeoSampleArcs_SetInputCoordinateSystemToRectangular_12 (HandleRef pThis) |
| static internal void | vtkGeoSampleArcs_SetInputCoordinateSystemToSpherical_13 (HandleRef pThis) |
| static internal void | vtkGeoSampleArcs_SetMaximumDistanceMeters_14 (HandleRef pThis, double _arg) |
| static internal void | vtkGeoSampleArcs_SetOutputCoordinateSystem_15 (HandleRef pThis, int _arg) |
| static internal void | vtkGeoSampleArcs_SetOutputCoordinateSystemToRectangular_16 (HandleRef pThis) |
| static internal void | vtkGeoSampleArcs_SetOutputCoordinateSystemToSpherical_17 (HandleRef pThis) |
Static Private Member Functions | |
| static | vtkGeoSampleArcs () |
| Automatically generated type registration mechanics. | |
vtkGeoSampleArcs - Samples geospatial lines at regular intervals.
Description vtkGeoSampleArcs refines lines in the input polygonal data so that the distance between adjacent points is no more than a threshold distance. Points are interpolated along the surface of the globe. This is useful in order to keep lines such as political boundaries from intersecting the globe and becoming invisible.
| static Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs | ( | ) | [static, private] |
Automatically generated type registration mechanics.
| Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs | ( | IntPtr | rawCppThis, |
| bool | callDisposalMethod, | ||
| bool | strong | ||
| ) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
| override void Kitware.VTK.vtkGeoSampleArcs.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.vtkPolyDataAlgorithm.
| virtual double Kitware.VTK.vtkGeoSampleArcs.GetGlobeRadius | ( | ) | [virtual] |
The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.
| virtual int Kitware.VTK.vtkGeoSampleArcs.GetInputCoordinateSystem | ( | ) | [virtual] |
The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual double Kitware.VTK.vtkGeoSampleArcs.GetMaximumDistanceMeters | ( | ) | [virtual] |
The maximum distance, in meters, between adjacent points.
| virtual int Kitware.VTK.vtkGeoSampleArcs.GetOutputCoordinateSystem | ( | ) | [virtual] |
The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| override int Kitware.VTK.vtkGeoSampleArcs.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new int Kitware.VTK.vtkGeoSampleArcs.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkGeoSampleArcs Kitware.VTK.vtkGeoSampleArcs.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| static new vtkGeoSampleArcs Kitware.VTK.vtkGeoSampleArcs.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetGlobeRadius | ( | double | _arg | ) | [virtual] |
The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetInputCoordinateSystem | ( | int | _arg | ) | [virtual] |
The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetInputCoordinateSystemToRectangular | ( | ) | [virtual] |
The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetInputCoordinateSystemToSpherical | ( | ) | [virtual] |
The input coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetMaximumDistanceMeters | ( | double | _arg | ) | [virtual] |
The maximum distance, in meters, between adjacent points.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetOutputCoordinateSystem | ( | int | _arg | ) | [virtual] |
The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetOutputCoordinateSystemToRectangular | ( | ) | [virtual] |
The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| virtual void Kitware.VTK.vtkGeoSampleArcs.SetOutputCoordinateSystemToSpherical | ( | ) | [virtual] |
The desired output coordinate system. RECTANGULAR is x,y,z meters relative the the earth center. SPHERICAL is longitude,latitude,altitude.
| static internal double Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_GetGlobeRadius_01 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_GetInputCoordinateSystem_02 | ( | HandleRef | pThis | ) | [private] |
| static internal double Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_GetMaximumDistanceMeters_03 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_GetOutputCoordinateSystem_04 | ( | HandleRef | pThis | ) | [private] |
| static internal int Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_IsA_05 | ( | HandleRef | pThis, |
| string | type | ||
| ) | [private] |
| static internal int Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_IsTypeOf_06 | ( | string | type | ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_New | ( | ref uint | mteStatus, |
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_NewInstance_08 | ( | HandleRef | pThis, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal IntPtr Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SafeDownCast_09 | ( | HandleRef | o, |
| ref uint | mteStatus, | ||
| ref uint | mteIndex, | ||
| ref uint | rawRefCount | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetGlobeRadius_10 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetInputCoordinateSystem_11 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetInputCoordinateSystemToRectangular_12 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetInputCoordinateSystemToSpherical_13 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetMaximumDistanceMeters_14 | ( | HandleRef | pThis, |
| double | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetOutputCoordinateSystem_15 | ( | HandleRef | pThis, |
| int | _arg | ||
| ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetOutputCoordinateSystemToRectangular_16 | ( | HandleRef | pThis | ) | [private] |
| static internal void Kitware.VTK.vtkGeoSampleArcs.vtkGeoSampleArcs_SetOutputCoordinateSystemToSpherical_17 | ( | HandleRef | pThis | ) | [private] |
new readonly string Kitware.VTK.vtkGeoSampleArcs.MRClassNameKey = "16vtkGeoSampleArcs" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
| new const string Kitware.VTK.vtkGeoSampleArcs.MRFullTypeName = "Kitware.VTK.vtkGeoSampleArcs" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkPolyDataAlgorithm.
1.7.6.1