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

Public Attributes | |
| Id | id |
| bool | isArea |
| The id of the coastline. | |
| bool | isCompletelyInCell |
| true,if the boundary forms an area | |
| GeoBox | boundingBox |
| true, if the complete coastline is within one cell | |
| Pixel | cell |
| GeoBox from points (already transformed). | |
| std::vector< GeoCoord > | points |
| The cell that completely contains the coastline. | |
| std::map< Pixel, std::list< IntersectionRef > > | cellIntersections |
| The points of the coastline. | |
| CoastState | left |
| All intersections for each cell. | |
| CoastState | right |
Holds all generated, calculated and extracted information about an individual coastline
| GeoBox osmscout::CLASS_FINAL< DataLoader >::CoastlineData::boundingBox |
true, if the complete coastline is within one cell
| Pixel osmscout::CLASS_FINAL< DataLoader >::CoastlineData::cell |
GeoBox from points (already transformed).
| std::map<Pixel,std::list<IntersectionRef> > osmscout::CLASS_FINAL< DataLoader >::CoastlineData::cellIntersections |
The points of the coastline.
| Id osmscout::CLASS_FINAL< DataLoader >::CoastlineData::id |
| bool osmscout::CLASS_FINAL< DataLoader >::CoastlineData::isArea |
The id of the coastline.
| bool osmscout::CLASS_FINAL< DataLoader >::CoastlineData::isCompletelyInCell |
true,if the boundary forms an area
| CoastState osmscout::CLASS_FINAL< DataLoader >::CoastlineData::left |
All intersections for each cell.
| std::vector<GeoCoord> osmscout::CLASS_FINAL< DataLoader >::CoastlineData::points |
The cell that completely contains the coastline.
| CoastState osmscout::CLASS_FINAL< DataLoader >::CoastlineData::right |