Good afternoon.
I've searched the question in this blog. Maybe I don't use the right words but anyway my problem is not present in any post so I'll try to explain my question by opening a new one.
I have a polygon shape (eg states). I calculated the centroids and the function saved them in an another file.
Now I have point and polygon shape (centroids and polygons). I need a unique shape but functions Merge and Union (as I understand it from what I've read) can only be made between shape with the same feature class (point-point, line-line, polygon-polygon).
How can I do to combine different geometry types into the same feature class?
Is there a way to get the results I need?
Or a procedure to get the centroids of the polygons on the same shape?
I hope I explained
thanks
Tsunanya
How can I do to combine different geometry types into the same feature class?
You can't. Geometry is what defines a feature class. There is no Polygon/Point hybrid.
Perhaps you could try to explain what your objective is.
Thanks for your answer.
I need a layer that contains, for example, the polygons of the states and their centroids[ATTACH=CONFIG]32110[/ATTACH].
Now I have 2 separated layers but I need only one.
How can I do?
Unfortunately, the information I have given are few and fragmented, I only know is that I must create a shapefile to be imported into Micrososft sql server database that contains the polygons of for example states and their centroids. Centroid will be then related information. But I do not know how to do it, if it's possible
Thanks
Good afternoon.
I've searched the question in this blog. Maybe I don't use the right words but anyway my problem is not present in any post so I'll try to explain my question by opening a new one.
I have a polygon shape (eg states). I calculated the centroids and the function saved them in an another file.
Now I have point and polygon shape (centroids and polygons). I need a unique shape but functions Merge and Union (as I understand it from what I've read) can only be made between shape with the same feature class (point-point, line-line, polygon-polygon).
How can I do to combine different geometry types into the same feature class?
Is there a way to get the results I need?
Or a procedure to get the centroids of the polygons on the same shape?
I hope I explained
thanks
Tsunanya