Skip to content
On this page

geos.GEOSCrosses ⇒ number

Tests if two geometries cross.

Kind: Exported member
Returns: number - = 1 if true, 0 if false, -1 on error.

ParamTypeDescription
g1numberThe first geometry pointer.
g2numberThe second geometry pointer.

geos.GEOSCrosses_r ⇒ number

Tests if two geometries cross in a given context.

Kind: Exported member
Returns: number - = 1 if true, 0 if false, -1 on error.

ParamTypeDescription
contextnumberA pointer to the GEOS context handle.
g1numberThe first geometry pointer.
g2numberThe second geometry pointer.