meos::SRIDMembers struct

SRIDMembers is to be used by the classes Temporal and STBox

In case of Temporal<BaseType> class, we inherit from this conditionally, specifically when BaseType=GeomPoint. i.e, Temporal<GeomPoint> class

Derived classes

class STBox
Spatio-temporal box - bounding box with value and/or space/time dimensions.

Constructors, destructors, conversion operators

SRIDMembers()
SRIDMembers(int srid)

Public functions

auto has_srid() const -> bool
auto srid() const -> int

Public variables

int m_srid

Function documentation

bool meos::SRIDMembers::has_srid() const

Returns true if SRID != SRID_DEFAULT

int meos::SRIDMembers::srid() const

Get SRID of the coordinates

Only present when base type is GeomPoint