#include <mi32/asurface.h>
Inheritance diagram for RASTER_SURFACE:

Public Member Functions | |
| ERRVALUE | GetIntersection (const DPOINT3D &pointFrom, const DPOINT3D &pointTo, const SPATREF::COORDREFSYS &coordrefsys, DPOINT3D &intersection) const |
| RASTER_SURFACE (const RVC::RASTER &raster) | |
| ~RASTER_SURFACE () | |
Definition at line 74 of file asurface.h.
| RASTER_SURFACE::RASTER_SURFACE | ( | const RVC::RASTER & | raster | ) |
| RASTER_SURFACE::~RASTER_SURFACE | ( | ) |
| ERRVALUE RASTER_SURFACE::GetIntersection | ( | const DPOINT3D & | pointFrom, | |
| const DPOINT3D & | pointTo, | |||
| const SPATREF::COORDREFSYS & | coordrefsys, | |||
| DPOINT3D & | intersection | |||
| ) | const [virtual] |
Calculate an intersection between a beam and surface.
| pointFrom | Point from |
| pointTo | Point to |
| coordrefsys | Map coordrefsys parameters |
| intersection | Intersection of surface and line |
Implements ABSTRACT_SURFACE.
1.5.2