// java wrapper for vtkGeoView2D object // package vtk; import vtk.*; public class vtkGeoView2D extends vtkRenderView { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native long GetSurface_2(); public vtkGeoTerrain2D GetSurface() { long temp = GetSurface_2(); if (temp == 0) return null; return (vtkGeoTerrain2D)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSurface_3(vtkGeoTerrain2D id0); public void SetSurface(vtkGeoTerrain2D id0) { SetSurface_3(id0); } private native long GetTransform_4(); public vtkAbstractTransform GetTransform() { long temp = GetTransform_4(); if (temp == 0) return null; return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void ApplyViewTheme_5(vtkViewTheme id0); public void ApplyViewTheme(vtkViewTheme id0) { ApplyViewTheme_5(id0); } private native void Render_6(); public void Render() { Render_6(); } public vtkGeoView2D() { super(); } public vtkGeoView2D(long id) { super(id); } public native long VTKInit(); }