We're migrating some feature classes from SDELOB (or some older binary format) to ST_Geometry. As we write our arcpy script to use the ESRI Migrate Storage Tool we'd like to test whether or not something already is ST_Geom...Other than writing hooks into the database, using the comtypes package etc., does anyone know of a simple way to determine this?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
To follow-up on PolyGeo's answer, the Describe object is certainly where it should be, but it isn't. Database queries may be the best way to go here. Although, if you have the SDE command-line binaries, another option would be to try doing something like this (yes it's a hack, but might work):
|
||||
|
|
|
It would be good if the Describe object were able to access this. This has now been submitted as an ArcGIS Idea (on which you can vote). |
|||||
|