libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
osmscout::Way Class Referencefinal

#include <Way.h>

Public Member Functions

const PointGetBack () const
 
Id GetBackId () const
 
GeoBox GetBoundingBox () const
 
bool GetCenter (GeoCoord &center) const
 
const GeoCoordGetCoord (size_t index) const
 
const FeatureInstanceGetFeature (size_t idx) const
 
size_t GetFeatureCount () const
 
FeatureValueGetFeatureValue (size_t idx) const
 
const FeatureValueBufferGetFeatureValueBuffer () const
 
FileOffset GetFileOffset () const
 
const PointGetFront () const
 
Id GetFrontId () const
 
Id GetId (size_t index) const
 
FileOffset GetNextFileOffset () const
 
bool GetNodeIndexByNodeId (Id id, size_t &index) const
 
ObjectFileRef GetObjectFileRef () const
 
const PointGetPoint (size_t index) const
 
Id GetSerial (size_t index) const
 
TypeInfoRef GetType () const
 
bool HasFeature (size_t idx) const
 
bool Intersects (const GeoBox &boundingBox) const
 Returns true if the bounding box of the object intersects the given bounding box. More...
 
bool IsCircular () const
 
bool IsValid () const
 
void Read (const TypeConfig &typeConfig, FileScanner &scanner)
 Read the data from the given FileScanner. More...
 
void ReadOptimized (const TypeConfig &typeConfig, FileScanner &scanner)
 Read the data from the given FileScanner. More...
 
void SetFeatures (const FeatureValueBuffer &buffer)
 
void SetType (const TypeInfoRef &type)
 
void UnsetFeature (size_t idx)
 
 Way ()=default
 
void Write (const TypeConfig &typeConfig, FileWriter &writer) const
 Writes the data to the given FileWriter. More...
 
void WriteOptimized (const TypeConfig &typeConfig, FileWriter &writer) const
 Writes the data to the given FileWriter. More...
 

Public Attributes

GeoBox bbox
 Precomputed (cache) bounding box. More...
 
std::vector< Pointnodes
 Note that way nodes, bbox and segments fields are public for simple manipulation. More...
 
std::vector< SegmentGeoBoxsegments
 Precomputed (cache) segment bounding boxes for optimisation. More...
 

Constructor & Destructor Documentation

◆ Way()

osmscout::Way::Way ( )
default

Member Function Documentation

◆ GetBack()

const Point& osmscout::Way::GetBack ( ) const
inline

◆ GetBackId()

Id osmscout::Way::GetBackId ( ) const
inline

◆ GetBoundingBox()

GeoBox osmscout::Way::GetBoundingBox ( ) const
inline

◆ GetCenter()

bool osmscout::Way::GetCenter ( GeoCoord center) const

References nodes, and osmscout::GeoCoord::Set().

◆ GetCoord()

const GeoCoord& osmscout::Way::GetCoord ( size_t  index) const
inline

◆ GetFeature()

const FeatureInstance& osmscout::Way::GetFeature ( size_t  idx) const
inline

◆ GetFeatureCount()

size_t osmscout::Way::GetFeatureCount ( ) const
inline

◆ GetFeatureValue()

FeatureValue* osmscout::Way::GetFeatureValue ( size_t  idx) const
inline

◆ GetFeatureValueBuffer()

◆ GetFileOffset()

FileOffset osmscout::Way::GetFileOffset ( ) const
inline

◆ GetFront()

const Point& osmscout::Way::GetFront ( ) const
inline

◆ GetFrontId()

Id osmscout::Way::GetFrontId ( ) const
inline

◆ GetId()

Id osmscout::Way::GetId ( size_t  index) const
inline

Referenced by GetNodeIndexByNodeId().

◆ GetNextFileOffset()

FileOffset osmscout::Way::GetNextFileOffset ( ) const
inline

◆ GetNodeIndexByNodeId()

bool osmscout::Way::GetNodeIndexByNodeId ( Id  id,
size_t &  index 
) const

References GetId(), and nodes.

◆ GetObjectFileRef()

ObjectFileRef osmscout::Way::GetObjectFileRef ( ) const
inline

◆ GetPoint()

const Point& osmscout::Way::GetPoint ( size_t  index) const
inline

◆ GetSerial()

Id osmscout::Way::GetSerial ( size_t  index) const
inline

◆ GetType()

◆ HasFeature()

bool osmscout::Way::HasFeature ( size_t  idx) const
inline

◆ Intersects()

bool osmscout::Way::Intersects ( const GeoBox boundingBox) const
inline

Returns true if the bounding box of the object intersects the given bounding box.

Parameters
boundingBoxbounding box to test for intersection
Returns
true on intersection, else false

References osmscout::GetBoundingBox().

◆ IsCircular()

bool osmscout::Way::IsCircular ( ) const
inline

◆ IsValid()

bool osmscout::Way::IsValid ( ) const
inline

◆ Read()

◆ ReadOptimized()

◆ SetFeatures()

void osmscout::Way::SetFeatures ( const FeatureValueBuffer buffer)
inline

◆ SetType()

void osmscout::Way::SetType ( const TypeInfoRef type)
inline

◆ UnsetFeature()

void osmscout::Way::UnsetFeature ( size_t  idx)
inline

◆ Write()

◆ WriteOptimized()

void osmscout::Way::WriteOptimized ( const TypeConfig typeConfig,
FileWriter writer 
) const

Member Data Documentation

◆ bbox

GeoBox osmscout::Way::bbox

Precomputed (cache) bounding box.

Referenced by Read(), and ReadOptimized().

◆ nodes

std::vector<Point> osmscout::Way::nodes

Note that way nodes, bbox and segments fields are public for simple manipulation.

User that modify it is responsible to keep these values in sync! You should not rely on segments and bbox, it is just a cache used some algorithms. It may be empty/invalid! List of nodes

Referenced by GetCenter(), GetNodeIndexByNodeId(), Read(), ReadOptimized(), Write(), and WriteOptimized().

◆ segments

std::vector<SegmentGeoBox> osmscout::Way::segments

Precomputed (cache) segment bounding boxes for optimisation.

Referenced by Read(), and ReadOptimized().


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