agregar nuevo SRID al servidor sql


9

¿Es posible agregar un nuevo SRID al servidor SQL 2012?

He intentado

insert into sys.spatial_reference_systems values (4938, 'GEOCCS["GDA94",DATUM["Geocentric Datum of Australia 1994",SPHEROID["GRS 1980",6378137.0,298.257222101,AUTHORITY["EPSG","7019"]],TOWGS84[0.0,0.0,0.0,0.0,0.0,0.0,0.0],AUTHORITY["EPSG","6283"]],PRIMEM["Greenwich",0.0,AUTHORITY["EPSG","8901"]],UNIT["m",1.0],AXIS["Geocentric X",OTHER],AXIS["Geocentric Y",EAST],AXIS["Geocentric Z",NORTH],AUTHORITY["EPSG","4938"]]', 'metre', 1)

Pero consigo

No se permiten actualizaciones ad hoc a los catálogos del sistema.

No he tenido mucha suerte en Google con ninguna respuesta también

Respuestas:


4

No responde per se, pero SRID en MS SQL Server es absolutamente inútil porque no admite transformaciones. También creo que puede usar SRID que no está en la tabla spatial_reference_systems para geometría. ver: Hilo al respecto

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.