OrthoEngine can calculate the elevations from vector layers to generate a raster digital elevation model (DEM), which is saved as a PCIDSK file (.pix). OrthoEngine uses raster DEMs to orthorectify images. If your elevation data is stored as vectors such as contours, points, TIN, or even a text file containing coordinates, you can convert them into a raster DEM as long as the vectors are in any of the supported formats.
Note: You can combine vectors from different layers and files to generate a DEM.
Vector layers can contain:
- Points: A point is a single coordinate (x, y, and z).
- Lines: A line is a start and end coordinate with points in between to define the shape.
- Polygons: A polygon is a line with the same start and end coordinate forming an area with numerous points along the line to define its size and shape.
- Contours: A contour is a line formed by a set of points representing the same value of a selected attribute. Contours are usually used to represent connecting points on the ground with the same elevation.
- TIN: A Triangulated Irregular Network (TIN) is a digital model of adjoining triangles formed from points selected on the terrain to represent an accurate model of the surface. The TIN model can contain coordinates and other geographical data.