]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkDEMReader.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkDEMReader.java
1 // java wrapper for vtkDEMReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkDEMReader extends vtkImageAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetFileName_2(String id0);
19   public void SetFileName(String id0)
20     { SetFileName_2(id0); }
21
22   private native String GetFileName_3();
23   public String GetFileName()
24     { return GetFileName_3(); }
25
26   private native void SetElevationReference_4(int id0);
27   public void SetElevationReference(int id0)
28     { SetElevationReference_4(id0); }
29
30   private native int GetElevationReferenceMinValue_5();
31   public int GetElevationReferenceMinValue()
32     { return GetElevationReferenceMinValue_5(); }
33
34   private native int GetElevationReferenceMaxValue_6();
35   public int GetElevationReferenceMaxValue()
36     { return GetElevationReferenceMaxValue_6(); }
37
38   private native int GetElevationReference_7();
39   public int GetElevationReference()
40     { return GetElevationReference_7(); }
41
42   private native void SetElevationReferenceToSeaLevel_8();
43   public void SetElevationReferenceToSeaLevel()
44     { SetElevationReferenceToSeaLevel_8(); }
45
46   private native void SetElevationReferenceToElevationBounds_9();
47   public void SetElevationReferenceToElevationBounds()
48     { SetElevationReferenceToElevationBounds_9(); }
49
50   private native String GetElevationReferenceAsString_10();
51   public String GetElevationReferenceAsString()
52     { return GetElevationReferenceAsString_10(); }
53
54   private native String GetMapLabel_11();
55   public String GetMapLabel()
56     { return GetMapLabel_11(); }
57
58   private native int GetDEMLevel_12();
59   public int GetDEMLevel()
60     { return GetDEMLevel_12(); }
61
62   private native int GetElevationPattern_13();
63   public int GetElevationPattern()
64     { return GetElevationPattern_13(); }
65
66   private native int GetGroundSystem_14();
67   public int GetGroundSystem()
68     { return GetGroundSystem_14(); }
69
70   private native int GetGroundZone_15();
71   public int GetGroundZone()
72     { return GetGroundZone_15(); }
73
74   private native double[] GetProjectionParameters_16();
75   public double[] GetProjectionParameters()
76     { return GetProjectionParameters_16(); }
77
78   private native int GetPlaneUnitOfMeasure_17();
79   public int GetPlaneUnitOfMeasure()
80     { return GetPlaneUnitOfMeasure_17(); }
81
82   private native int GetElevationUnitOfMeasure_18();
83   public int GetElevationUnitOfMeasure()
84     { return GetElevationUnitOfMeasure_18(); }
85
86   private native int GetPolygonSize_19();
87   public int GetPolygonSize()
88     { return GetPolygonSize_19(); }
89
90   private native double[] GetElevationBounds_20();
91   public double[] GetElevationBounds()
92     { return GetElevationBounds_20(); }
93
94   private native double GetLocalRotation_21();
95   public double GetLocalRotation()
96     { return GetLocalRotation_21(); }
97
98   private native int GetAccuracyCode_22();
99   public int GetAccuracyCode()
100     { return GetAccuracyCode_22(); }
101
102   private native double[] GetSpatialResolution_23();
103   public double[] GetSpatialResolution()
104     { return GetSpatialResolution_23(); }
105
106   private native int[]  GetProfileDimension_24();
107   public int[]  GetProfileDimension()
108     { return GetProfileDimension_24(); }
109
110   public vtkDEMReader() { super(); }
111
112   public vtkDEMReader(long id) { super(id); }
113   public native long   VTKInit();
114
115 }