41#include "vtkIOImageModule.h"
61 REFERENCE_SEA_LEVEL = 0,
62 REFERENCE_ELEVATION_BOUNDS
71 vtkSetClampMacro(ElevationReference,
int, REFERENCE_SEA_LEVEL, REFERENCE_ELEVATION_BOUNDS);
72 vtkGetMacro(ElevationReference,
int);
76 this->SetElevationReference(REFERENCE_ELEVATION_BOUNDS);
85 vtkGetStringMacro(MapLabel);
92 vtkGetMacro(DEMLevel,
int);
99 vtkGetMacro(ElevationPattern,
int);
106 vtkGetMacro(GroundSystem,
int);
113 vtkGetMacro(GroundZone,
int);
120 vtkGetVectorMacro(ProjectionParameters,
float, 15);
128 vtkGetMacro(PlaneUnitOfMeasure,
int);
136 vtkGetMacro(ElevationUnitOfMeasure,
int);
144 vtkGetMacro(PolygonSize,
int);
152 vtkGetVectorMacro(ElevationBounds,
float, 2);
161 vtkGetMacro(LocalRotation,
float);
168 vtkGetMacro(AccuracyCode,
int);
176 vtkGetVectorMacro(SpatialResolution,
float, 3);
183 vtkGetVectorMacro(ProfileDimension,
int, 2);
207 float ProjectionParameters[15];
211 float GroundCoords[4][2];
212 float ElevationBounds[2];
215 float SpatialResolution[3];
216 int ProfileDimension[2];
read a digital elevation model (DEM) file
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
void ComputeExtentOriginAndSpacing(int extent[6], double origin[6], double spacing[6])
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Reads the DEM Type A record to compute the extent, origin and spacing of the image data.
void SetElevationReferenceToElevationBounds()
Specify the elevation origin to use.
static vtkDEMReader * New()
const char * GetElevationReferenceAsString(void)
Specify the elevation origin to use.
vtkGetFilePathMacro(FileName)
Specify file name of Digital Elevation Model (DEM) file.
int ElevationUnitOfMeasure
vtkSetFilePathMacro(FileName)
Specify file name of Digital Elevation Model (DEM) file.
int ReadProfiles(vtkImageData *data)
void SetElevationReferenceToSeaLevel()
Specify the elevation origin to use.
vtkTimeStamp ReadHeaderTime
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation
record modification and/or execution time