Skip to content

DevExpress-Examples/wpf-map-use-ray-casting-algorithm-to-check-if-point-is-inside-polygon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map for WPF - Use the Ray Casting Algorithm to Check if a Point is Inside a Polygon

This example shows how to use the ray casting algorithm to determine whether a point is inside a polygon.

Refer to the following pages for more information about the ray casting algorithm:

In this example, the ShapefileDataAdapter is used to load vector polygon shapes. After a user double-clicks a shape, its name is shown in the window caption.

Resulting map

Files to Look At

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

Use the ray casting algorithm to determine whether a point is inside a polygon.

Topics

Resources

License

Stars

Watchers

Forks