Select to view content in your preferred language

Query a KML Layer

2064
1
10-23-2012 01:40 PM
MichaelUranaka
New Contributor
Hello,

Is there a way to do a regular query on a KML layer?  I notice there is only a Spacial Query tool for the kml layers.

Thanks
0 Kudos
1 Reply
BrianLocke
Frequent Contributor
Not sure if this Helps at all but I Know that KML is really a XML file.

Perhaps creating a XML reader will do the trick I have not tried this but looks good on paper

key things would be the ReadToFollowing and ReadElementToString methods

then the static Graphics.CreateFromXMLString() method might prove useful
0 Kudos