using GetWellKnownText() method I get result such this
"POLYGON((3292294.40789508 4875917.552858,3260553.96132106 4741631.04812174,3338684.29134943 4674487.7957536,3504711.24265972 4665942.29090675,3731777.51430468 4790462.50438947,3693933.13569719 4938177.65959935,3407048.33012426 4973580.46539346,3292294.40789508 4875917.552858))"
but I need result like this
X Y
3292294.40789508 4875917.552858
3260553.96132106 4741631.04812174
" " and so on
So how can I do this with thinkgeo properties and methods? or should I wtrie a function that parse the string obtained from GetWellKnownText() method