1 2 3 4 5 6 7 8
|
transform - Linestring M
:memory: #use in-memory database
SELECT AsText(Transform(GeomFromText('LINESTRINGM(11 43 1, 12 43 2, 12 42 3)', 4326), 32632))
1 # rows (not including the header row)
1 # columns
AsText(Transform(GeomFromText('LINESTRINGM(11 43 1, 12 43 2, 12 42 3)', 4326), 32632))
LINESTRING M(663019.070081 4762755.641689 1, 744533.019447 4765182.932801 2, 748464.920712 4654130.891323 3)
LINESTRING M(4434832.136937 1460807.768783 1, 4417143.466438 1591983.296004 2, 4288865.312694 1574282.002377 3)
|