adonmo / meos

Mobility Engine, Open Source
https://adonmo.github.io/meos/
MIT License
21 stars 3 forks source link

[Geometry] Add support for SRID (and rename Geometry to Point?) #12

Closed chaitan94 closed 4 years ago

chaitan94 commented 4 years ago

Currently Geometry class is very simple - it represents a point. We should also add support to specify SRID.

SRID can also be specified for temporal types of geometry, like TSequence<Geometry> and TSequenceSet<Geometry>.

On a side note, should we rename Geometry to Point?