// java wrapper for vtkDEMReader object // package vtk; import vtk.*; public class vtkDEMReader extends vtkImageAlgorithm { private native int IsTypeOf_0(String id0); public int IsTypeOf(String id0) { return IsTypeOf_0(id0); } private native int IsA_1(String id0); public int IsA(String id0) { return IsA_1(id0); } private native void SetFileName_2(String id0); public void SetFileName(String id0) { SetFileName_2(id0); } private native String GetFileName_3(); public String GetFileName() { return GetFileName_3(); } private native void SetElevationReference_4(int id0); public void SetElevationReference(int id0) { SetElevationReference_4(id0); } private native int GetElevationReferenceMinValue_5(); public int GetElevationReferenceMinValue() { return GetElevationReferenceMinValue_5(); } private native int GetElevationReferenceMaxValue_6(); public int GetElevationReferenceMaxValue() { return GetElevationReferenceMaxValue_6(); } private native int GetElevationReference_7(); public int GetElevationReference() { return GetElevationReference_7(); } private native void SetElevationReferenceToSeaLevel_8(); public void SetElevationReferenceToSeaLevel() { SetElevationReferenceToSeaLevel_8(); } private native void SetElevationReferenceToElevationBounds_9(); public void SetElevationReferenceToElevationBounds() { SetElevationReferenceToElevationBounds_9(); } private native String GetElevationReferenceAsString_10(); public String GetElevationReferenceAsString() { return GetElevationReferenceAsString_10(); } private native String GetMapLabel_11(); public String GetMapLabel() { return GetMapLabel_11(); } private native int GetDEMLevel_12(); public int GetDEMLevel() { return GetDEMLevel_12(); } private native int GetElevationPattern_13(); public int GetElevationPattern() { return GetElevationPattern_13(); } private native int GetGroundSystem_14(); public int GetGroundSystem() { return GetGroundSystem_14(); } private native int GetGroundZone_15(); public int GetGroundZone() { return GetGroundZone_15(); } private native double[] GetProjectionParameters_16(); public double[] GetProjectionParameters() { return GetProjectionParameters_16(); } private native int GetPlaneUnitOfMeasure_17(); public int GetPlaneUnitOfMeasure() { return GetPlaneUnitOfMeasure_17(); } private native int GetElevationUnitOfMeasure_18(); public int GetElevationUnitOfMeasure() { return GetElevationUnitOfMeasure_18(); } private native int GetPolygonSize_19(); public int GetPolygonSize() { return GetPolygonSize_19(); } private native double[] GetElevationBounds_20(); public double[] GetElevationBounds() { return GetElevationBounds_20(); } private native double GetLocalRotation_21(); public double GetLocalRotation() { return GetLocalRotation_21(); } private native int GetAccuracyCode_22(); public int GetAccuracyCode() { return GetAccuracyCode_22(); } private native double[] GetSpatialResolution_23(); public double[] GetSpatialResolution() { return GetSpatialResolution_23(); } private native int[] GetProfileDimension_24(); public int[] GetProfileDimension() { return GetProfileDimension_24(); } public vtkDEMReader() { super(); } public vtkDEMReader(long id) { super(id); } public native long VTKInit(); }