cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use of GEOMETRY:: PGPolyPositionExt();

Hi,

I want to use function

GEOMETRY_DLL_EXPORT GSErr GEOM_CALL PGPolyPositionExt ( const PGPOLYEXT* polygon1,
const PGPOLYEXT* polygon2,
PGRelPolyPosExt* status);
From Polygon2DOperations.h to get the status code.

I have the 2 polygons of data type Polygon2Ddata. How can I convert Polygon2Ddata to PGPOLYEXT type?

The main idea of using PGPolyPositionExt is I have the two polygons with holes of type Polygon2Ddata I want to find the polygons intersect, same, overlap or not intersecting.

Can I use any other function, algorithm or can you please tell me how to use PGPolyPositionExt function?
0 Replies 0

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!