Dear Cspro teams
I want to ask how to design Gps area calculation in cspro to automatically capturing area data. please i need some helps to write area calculation function.
Cspro Area calculation
-
- Posts: 238
- Joined: November 21st, 2022, 4:41 pm
Re: Cspro Area calculation
Hello,
see this post for more details on finding area using gps (viewtopic.php?t=5382). You can follow the links provided to the gps/map documentation, or check your examples folder for the geometry example. You will specifically want to use the Geometry object, which contains methods to walk or trace the perimeter of a polygon on a map, then calculate the area within that geometry.
Hope this helps,
Justin
see this post for more details on finding area using gps (viewtopic.php?t=5382). You can follow the links provided to the gps/map documentation, or check your examples folder for the geometry example. You will specifically want to use the Geometry object, which contains methods to walk or trace the perimeter of a polygon on a map, then calculate the area within that geometry.
Hope this helps,
Justin
Re: Cspro Area calculation
Thank you. Justin