GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Cgeodesk::BoxAn axis-aligned bounding box
 Cgeodesk::CoordinateA pair of Cartesian coordinate values
 Cgeodesk::FeatureA geographic feature
 Cgeodesk::NodeA Feature that represents a single point
 Cgeodesk::RelationA Feature that represents a grouping of related features or a complex polygon
 Cgeodesk::WayA Feature that represents a linestring, linear ring, or a simple polygon
 Cgeodesk::FeaturePtrPointer to a Feature's data
 Cgeodesk::FeaturesA collection of geographic features
 Cgeodesk::NodesA collection containing only Node features
 Cgeodesk::RelationsA collection containing only Relation features
 Cgeodesk::WaysA collection containing only Way features
 Cclarisma::File
 Cclarisma::MappedFile
 Cclarisma::ExpandableMappedFileA MappedFile that grows on demand (if opened in writable mode)
 Cclarisma::Store
 Cclarisma::BlobStore
 Cgeodesk::FeatureStoreA Geographic Object Library
 Cgeodesk::Tags::Iterator
 Cgeodesk::LonLatA WGS-84 coordinate pair
 Cgeodesk::MercatorMethods for working with Mercator-projected coordinates
 Cgeodesk::PolygonizerUtility class for creating polygon rings from Relation members
 Cstd::runtime_error
 Cgeodesk::QueryExceptionThrown if a query is malformed or cannot be fulfilled
 Cgeodesk::StringValueA string pointer (used for keys, values and roles)
 Cgeodesk::TagA key/value pair that describes an attribute of a Feature
 Cgeodesk::TagsAn object describing the key/value attributes of a Feature
 Cgeodesk::TagValueThe value of a Tag