Hi,
So I have a LocationCollection object and would like to load directly into that a geospatial polygon such as:
The question is: there is a method to do that automatically or will I have to write a function to parse the polygon string and insert points one by one into the LocationCollection object through the Add method?
Thanks!
So I have a LocationCollection object and would like to load directly into that a geospatial polygon such as:
POLYGON ((-94.264725 45.562850,-94.264735 45.562850,-94.264735 45.562860,-94.264725 45.562860,-94.264725 45.562850))
The question is: there is a method to do that automatically or will I have to write a function to parse the polygon string and insert points one by one into the LocationCollection object through the Add method?
Thanks!