Custom data type through Postgis function
Open
to be documented
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
Hello,
I would like to create custom ColumnType for geo point from postgis. Now, when I read point i have to use PostGIS functions:
ST_X(ST_TRANSFORM(table.geometry,4674)) AS LONG,
ST_Y(ST_TRANSFORM(table.geometry,4674)) AS LAT,
table.geometry is my column with type GEOMETRY.
Is there a way to do it? I was looking at some custom ColumnTypes like Java date time, but I couldn't figure it out. Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.