Select to view content in your preferred language

Convert ByteArray to Shape(Geometry)

4141
3
03-14-2013 05:46 AM
Labels (1)
ParvathavardhaniGanesan
Emerging Contributor
I am trying to import a database table to file geodatabase. When i read the shapefile, it is returned as byte array. I need to convert it to a shape Geometry (polyline in my case) and store it in my table. Can you please help me on how to convert it?
0 Kudos
3 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

Please can you provide some more information on your approach? Which product are you using?

Cheers

Mike
0 Kudos
ParvathavardhaniGanesan
Emerging Contributor
I am using ArcGIS(10.1) Runtime for WPF. I am trying to import an Access database to ESRI file geo database without using ArcObjects. The Shape fields are returned as Byte Array. I am trying to find out a way to store this Byte Array(Not in WKB format) in the shape field of an existing Table in File GeoDatabase.

Thanks
0 Kudos
CharlesTilly
Deactivated User
Were you ever able to get this figured out?  I'm attempting the same thing myself.
0 Kudos