Hi,
I have a set of world grid points (lat/long) values. For each point, I have a 'geography' point and a 'geometry' point representation.
I would like to create a 10 km square ploygon around each point with the point being in the middle.
I know that I can use STBuffer() to create a 10km circle around each point, but I need to create a 10 km square around each point.
Anyone know how to do this using either the geography or geometry points?
Thanks in advance,
Darrin