Changes between Version 7 and Version 8 of UsersWikiPostgisarcgis
- Timestamp:
- 12/16/10 08:50:47 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiPostgisarcgis
v7 v8 12 12 Second issue - really confusing so pay careful attention: 13 13 14 There is PostGIS and there is [http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002p0000006s000000.htm ESRI ST_Geometry] which is ESRI's specific flavor of OGC geometry they install in PostgreSQL and makethe default. These are not the same thing. Of course we would prefer you to use PostGIS, and PostGIS gives you more options with working with other software (particularly Open Source). The ST_Geometry and related functions are stored in the sde schema. they call their data type st_geometry and PostGIS type is just called geometry.14 There is PostGIS geometry type and there is [http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002p0000006s000000.htm ESRI ST_Geometry type] which is ESRI's specific flavor of OGC geometry they install in PostgreSQL and make the default. Read the tutorials to figure out how to not make it the default. These are not the same thing. Of course we would prefer you to use PostGIS, and PostGIS gives you more options with working with other software (particularly Open Source). The ST_Geometry and related functions are stored in the sde schema. they call their data type st_geometry and PostGIS type is just called geometry. 15 15 16 16 They also have a raster type they call ST_Raster not to be confused with PostGIS 2.0 raster type.