GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
geodesk::Relations Class Reference

#include <Relations.h>

Inheritance diagram for geodesk::Relations:

Public Member Functions

 Relations (const FeaturesBase< Feature > &other)
 
 Relations (const FeaturesBase< Node > &other)
 
 Relations (const FeaturesBase< Way > &other)
 
 Relations (const FeaturesBase< Relation > &other)
 
template<typename P >
Relations parentsOf (FeatureBase< P > feature) const
 
template<typename P >
Relations membersOf (FeatureBase< P > feature) const
 

Constructor & Destructor Documentation

◆ Relations() [1/4]

geodesk::Relations::Relations ( const FeaturesBase< Feature > & other)
inline

◆ Relations() [2/4]

geodesk::Relations::Relations ( const FeaturesBase< Node > & other)
inline

◆ Relations() [3/4]

geodesk::Relations::Relations ( const FeaturesBase< Way > & other)
inline

◆ Relations() [4/4]

geodesk::Relations::Relations ( const FeaturesBase< Relation > & other)
inline

Member Function Documentation

◆ membersOf()

template<typename P >
Relations geodesk::Relations::membersOf ( FeatureBase< P > feature) const
inline

◆ parentsOf()

template<typename P >
Relations geodesk::Relations::parentsOf ( FeatureBase< P > feature) const
inline

The documentation for this class was generated from the following file: