Yes, ESRI is currently in the process of developing support for PostgreSQL. We have done all the necessary testing to ensure that this will continue to be a viable product in the future. We plan to release this capability sometime after ArcGIS 9.2.So, what does this mean for PostGIS? Same thing it means for Oracle Spatial -- not very much. ESRI may, or may not, support using PostGIS native spatial geometries as the geometry type in ArcSDE. For Oracle, the default ESRI position has always been their SDEBINARY performs better than SDO_GEOMETRY, so it does not sound like using native types holds any particular allure for ESRI.
Even if ArcSDE does support PostGIS types, the ArcSDE versioning model means that all changes to the geometries will have to be done through the SDE API, in order to ensure the versioning metadata remains consistent.
Still, from a read-only perspective, if ArcSDE does support PostGIS as a geometry type, then the following architecture becomes possible, which could represent a big opportunity for some jurisdictions:
- (DBMS) PostgreSQL Database
- (ESRI Pound of Flesh) ArcSDE for PostgreSQL using PostGIS geometries
- (Desktop Editing / Cartography) ArcGIS
- (Desktop Viewing) QGIS
- (Analysis Engine) GRASS
- (Web Map Publishing) Mapserver
- (Web Feature Publishing) Geoserver

0 comments:
Post a Comment