Re: [xsl] XSLT code that can determine if a point is inside a polygon?

Subject: Re: [xsl] XSLT code that can determine if a point is inside a polygon?
From: "Eliot Kimber ekimber@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 May 2016 18:47:53 -0000
How is the polygon expressed in XML?

If nobody has the code shouldn't be too hard to implement the algorithms
mentioned here:

https://en.wikipedia.org/wiki/Point_in_polygon


Cheers,

E.
----
Eliot Kimber, Owner
Contrext, LLC
http://contrext.com




On 5/16/16, 1:37 PM, "Costello, Roger L. costello@xxxxxxxxx"
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

>Hi Folks,
>
>	Do you have XSLT code which implements this:
>	Given a polygon expressed in XML, determine
> 	if a given point is inside the polygon.
>
>/Roger

Current Thread