|
libosmscout 1.1.1
|
#include <libosmscout-import/include/osmscoutimport/WaterIndexProcessor.h>
Public Attributes | |
| size_t | coastline |
| size_t | prevWayPointIndex |
| Running number of the intersecting coastline. | |
| GeoCoord | prevPoint |
| The index of the path point before the intersection. | |
| GeoCoord | point |
| just helper for sorting | |
| double | distanceSquare |
| The intersection point. | |
| Direction | direction |
| The distance^2 between the path point and the intersectionPoint. | |
| uint8_t | borderIndex |
| 1 in, 0 touch, -1 out | |
Information about a single intersection of a coastline with a cell
| uint8_t osmscout::CLASS_FINAL< DataLoader >::Intersection::borderIndex |
1 in, 0 touch, -1 out
| size_t osmscout::CLASS_FINAL< DataLoader >::Intersection::coastline |
| Direction osmscout::CLASS_FINAL< DataLoader >::Intersection::direction |
The distance^2 between the path point and the intersectionPoint.
| double osmscout::CLASS_FINAL< DataLoader >::Intersection::distanceSquare |
The intersection point.
| GeoCoord osmscout::CLASS_FINAL< DataLoader >::Intersection::point |
just helper for sorting
| GeoCoord osmscout::CLASS_FINAL< DataLoader >::Intersection::prevPoint |
The index of the path point before the intersection.
| size_t osmscout::CLASS_FINAL< DataLoader >::Intersection::prevWayPointIndex |
Running number of the intersecting coastline.