20 class DLL_API
Point :
public RasterPosition
37 Point(
int row_,
int col_,
double elevation,
double offset,
double cellSize );
46 Point( OGRPoint point, std::shared_ptr<SingleBandRaster> dem,
double offsetAtPoint = OBSERVER_OFFSET );
50 double mElevation = 0;
66 double distance( std::shared_ptr<Point> point );
78 void setUp( OGRPoint point, std::shared_ptr<SingleBandRaster> dem );
79 void setUp(
int row,
int col, std::shared_ptr<SingleBandRaster> dem );