#include <vtkDEMReader.h>
Inheritance diagram for vtkDEMReader:
vtkDEMReader reads digital elevation files and creates image data. Digital elevation files are produced by the US Geological Survey. A complete description of the DEM file is located at the USGS site. The reader reads the entire dem file and create a vtkImageData that contains a single scalar component that is the elevation in meters. The spacing is also expressed in meters. A number of get methods provide access to fields on the header.
Definition at line 39 of file vtkDEMReader.h.
|
Reimplemented from vtkImageAlgorithm. Definition at line 43 of file vtkDEMReader.h. |
|
Definition at line 53 of file vtkDEMReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageAlgorithm. |
|
Reimplemented from vtkImageAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageAlgorithm. |
|
Specify file name of Digital Elevation Model (DEM) file |
|
|
|
Specify the elevation origin to use. By default, the elevation origin is equal to ElevationBounds[0]. A more convenient origin is to use sea level (i.e., a value of 0.0). |
|
Specify the elevation origin to use. By default, the elevation origin is equal to ElevationBounds[0]. A more convenient origin is to use sea level (i.e., a value of 0.0). |
|
Specify the elevation origin to use. By default, the elevation origin is equal to ElevationBounds[0]. A more convenient origin is to use sea level (i.e., a value of 0.0). Definition at line 63 of file vtkDEMReader.h. |
|
Specify the elevation origin to use. By default, the elevation origin is equal to ElevationBounds[0]. A more convenient origin is to use sea level (i.e., a value of 0.0). Definition at line 65 of file vtkDEMReader.h. |
|
Specify the elevation origin to use. By default, the elevation origin is equal to ElevationBounds[0]. A more convenient origin is to use sea level (i.e., a value of 0.0). |
|
An ASCII description of the map |
|
Code 1=DEM-1, 2=DEM_2, ... |
|
Code 1=regular, 2=random, reserved for future use |
|
Ground planimetric reference system |
|
Zone in ground planimetric reference system |
|
Map Projection parameters. All are zero. |
|
Map Projection parameters. All are zero. |
|
Defining unit of measure for ground planimetric coordinates throughout the file. 0 = radians, 1 = feet, 2 = meters, 3 = arc-seconds. |
|
Defining unit of measure for elevation coordinates throughout the file. 1 = feet, 2 = meters |
|
Number of sides in the polygon which defines the coverage of the DEM file. Set to 4. |
|
Minimum and maximum elevation for the DEM. The units in the file are in ElevationUnitOfMeasure. This class converts them to meters. |
|
Minimum and maximum elevation for the DEM. The units in the file are in ElevationUnitOfMeasure. This class converts them to meters. |
|
Counterclockwise angle (in radians) from the primary axis of the planimetric reference to the primary axis of the DEM local reference system. IGNORED BY THIS IMPLEMENTATION. |
|
Accuracy code for elevations. 0=unknown accuracy |
|
DEM spatial resolution for x,y,z. Values are expressed in units of resolution. Since elevations are read as integers, this permits fractional elevations. |
|
DEM spatial resolution for x,y,z. Values are expressed in units of resolution. Since elevations are read as integers, this permits fractional elevations. |
|
The number of rows and columns in the DEM. |
|
The number of rows and columns in the DEM. |
|
Reads the DEM Type A record to compute the extent, origin and spacing of the image data. The number of scalar components is set to 1 and the output scalar type is VTK_FLOAT. Reimplemented from vtkImageAlgorithm. |
|
|
|
|
|
|
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkImageAlgorithm. |
|
Definition at line 161 of file vtkDEMReader.h. |
|
Definition at line 162 of file vtkDEMReader.h. |
|
Definition at line 163 of file vtkDEMReader.h. |
|
Definition at line 164 of file vtkDEMReader.h. |
|
Definition at line 165 of file vtkDEMReader.h. |
|
Definition at line 166 of file vtkDEMReader.h. |
|
Definition at line 167 of file vtkDEMReader.h. |
|
Definition at line 168 of file vtkDEMReader.h. |
|
Definition at line 169 of file vtkDEMReader.h. |
|
Definition at line 170 of file vtkDEMReader.h. |
|
Definition at line 171 of file vtkDEMReader.h. |
|
Definition at line 172 of file vtkDEMReader.h. |
|
Definition at line 173 of file vtkDEMReader.h. |
|
Definition at line 174 of file vtkDEMReader.h. |
|
Definition at line 175 of file vtkDEMReader.h. |
|
Definition at line 176 of file vtkDEMReader.h. |
|
Definition at line 177 of file vtkDEMReader.h. |
|
Definition at line 178 of file vtkDEMReader.h. |
|
Definition at line 179 of file vtkDEMReader.h. |
|
Definition at line 180 of file vtkDEMReader.h. |
|
Definition at line 181 of file vtkDEMReader.h. |
|
Definition at line 182 of file vtkDEMReader.h. |