|
libosmscout
1.1.1
|
#include <libosmscout-import/include/osmscout/import/WaterIndexProcessor.h>
Public Attributes | |
| size_t | coastline |
| size_t | prevWayPointIndex |
| Running number of the intersecting coastline. More... | |
| GeoCoord | prevPoint |
| The index of the path point before the intersection. More... | |
| GeoCoord | point |
| just helper for sorting More... | |
| double | distanceSquare |
| The intersection point. More... | |
| Direction | direction |
| The distance^2 between the path point and the intersectionPoint. More... | |
| uint8_t | borderIndex |
| 1 in, 0 touch, -1 out More... | |
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.
1.8.14