CREATE TABLE ODpoints(
T_TARGETID integer,
T_START_TIME integer,
T_START_LONGTI double precision,
T_START_LATI double precision,
T_END_TIME integer,
T_END_LONGTI double precision,
T_END_LATI double precision,
YMD_START_TIME character varying,
YMD_END_TIME character varying
)
先生成一個ODpoints表,然后創建空間要素point
ALTER TABLE ODpointsADD COLUMN point geometry(point);
UPDATE ODpointsSET point=st_setsrid(st_makepoint(ODpoints.T_START_LONGTI ,ODpoints.T_START_LATI ),4326);
創建好空間要素后,在arccatalog里面打開,預覽時出現這樣的錯誤
打開要素類是出錯,坐標系識別符號無效[the coordinate systerm identifier is invalid]
有沒有哪位 大神能幫忙指點一下啊,這個問題困擾我好久了,重新裝系統裝軟體也是沒用的呀
uj5u.com熱心網友回復:
在spatial_ref_sys 表中加入需要的坐標uj5u.com熱心網友回復:
出現同樣的問題,同問轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/112376.html
標籤:PostgreSQL
上一篇:c# 從sql存盤結構中取值問題
