adel.naseri Posted May 4, 2016 Report Share Posted May 4, 2016 For one work I needed to understand How the postgreSQL/postGIS database implemented OGC standards... Can anyone answer this question with examples of this implementation or suggest me to a good reference in this context? thanks Quote Link to comment Share on other sites More sharing options...
Lurker Posted May 12, 2016 Report Share Posted May 12, 2016 I quote for you To implement a database solution according to OGC standard the developers have to deal with: Data types. There needs to be data types to store the GIS information. Operations. There must be functions to support the management of GIS objects. The ability to input and output GIS data. To make systems interoperable, OGC has specified how contents of GIS objects are represented in binary and text format. Indexing of spatial data. To use the different operators, some means of indexing of GIS data is needed. There is also a need for GIS metadata management and for using different coordinate systems. PostGIS already support OGC standard some interesting tutorial : http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01 OGC http://www.opengeospatial.org/standards 1 Quote Link to comment Share on other sites More sharing options...
aminevsaziz Posted May 18, 2016 Report Share Posted May 18, 2016 thanks for sharing! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.