|
libosmscout 1.1.1
|
#include <libosmscout-import/include/osmscoutimport/WaterIndexProcessor.h>

Public Attributes | |
| OSMId | id |
| bool | isArea |
| Id | frontNodeId |
| Id of the first coast node (coords.front().GetId()). | |
| Id | backNodeId |
| Id of the last coast node (coords.back().GetId()). | |
| std::vector< Point > | coast |
| CoastState | left |
| CoastState | right |
A individual coastline
There may be two kind of "coastlines":
| Id osmscout::CLASS_FINAL< DataLoader >::Coast::backNodeId |
| std::vector<Point> osmscout::CLASS_FINAL< DataLoader >::Coast::coast |
| Id osmscout::CLASS_FINAL< DataLoader >::Coast::frontNodeId |
| OSMId osmscout::CLASS_FINAL< DataLoader >::Coast::id |
| bool osmscout::CLASS_FINAL< DataLoader >::Coast::isArea |
| CoastState osmscout::CLASS_FINAL< DataLoader >::Coast::left |
| CoastState osmscout::CLASS_FINAL< DataLoader >::Coast::right |