Vertical CRS for Microsoft Geometry

579
2
04-05-2018 02:30 AM
PhilippeChessel1
New Contributor III

In SQL Server you can create tables with geometry embedded (point,line, polygon).the geometry can be populated using the STPointFromText ( 'point_tagged_text' , SRID )  function.

We can then create also geometry with Z values parsing  X Y Z values in the function.

But it looks tome that there is only the Horizontal CRS that can be defined (SRID , 4326 for ex).

The Vertical CRS (MSL , epsg:5714 for ex) can not be defined in the Microsoft Geometry storage ?

Same for the Query Layer in ArcGIS, only the Horizontal CRS can be defined or extracted ?

Philippe

0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

The list of horizontal and vertical coordinate systems supported is listed here...

http://desktop.arcgis.com/en/arcmap/latest/map/projections/pdf/geographic_coordinate_systems.pdf

other references to producing a custom vertical coordinate system bring you to arcobjects help files

PhilippeChessel1
New Contributor III

Thanks

This is not the list I am after, I know how to get to the ESRI supported Horizontal and Vertical CRS.

And that ArcCatalog can associate one of these to a Feature Class.

My question is really about getting an answer if the Microsoft Geometry format can handle a parameter to specify the Vertical reference system (like MSL) of a feature stored in it when using the T-SQL function STPointFromText ( 'point_tagged_text' , SRID ) .

Because when you create a Query Layer in ArcGIS , there is no dialog to specify the Vertical reference of a 3D data set stored in SQL Server database , I can only specify the Horizontal CRS.

0 Kudos