1#ifndef OSMSCOUT_IMPORT_RAWCOORD_H
2#define OSMSCOUT_IMPORT_RAWCOORD_H
75 return coord==other.coord;
83 return id==other.id ||
coord==other.coord;
const GeoCoord coord
Definition RouteStateAgent.h:49
bool IsSame(const RawCoord &other) const
Definition RawCoord.h:73
void SetCoord(const GeoCoord &coord)
void Write(const TypeConfig &typeConfig, FileWriter &writer) const
OSMId GetOSMId() const
Definition RawCoord.h:49
OSMId id
We are an area.
Definition ObjectRef.h:49
bool IsEqual(const RawCoord &other) const
Definition RawCoord.h:81
void Write(FileWriter &writer) const
const GeoCoord & GetCoord() const
Definition RawCoord.h:57
bool IsIdentical(const RawCoord &other) const
Definition RawCoord.h:65
void Read(const TypeConfig &typeConfig, FileScanner &scanner)
int64_t OSMId
Definition OSMScoutTypes.h:33
std::shared_ptr< RawCoord > RawCoordRef
Definition RawCoord.h:96