Export to KML/KMZ from customized ArcReader app

2373
0
02-03-2014 10:51 PM
AlanTonkin
Occasional Contributor
Hi all,

I have created a customized application using the ArcReader ActiveX control using Delphi.

Just want to know if there is any way of getting access to an ARFeature's shape object so that I can write my own KML/KMZ export routine to write the shape geometry out to KML?

I have coded an export routine for a point clicked on the ArcReader control's map and works like a charm.

I have attempted to gain access to the ARFeature.InternalObject but it returns the message that "This control does not have access to internal objects". This was kind of expected. I have also iterated through the field collection until finding the Shape field and tried to access this but with a similar error message resulting.

Is the only way to gain access to the geometry of an ARFeature by using ArcGIS Engine?

Any help/comments appreciated.
Tags (2)
0 Kudos
0 Replies