- Latitude / longitude points
- Degree, Minute, Second points
- UTM points
To download LatLongLib library click here.
To find more details about the package (Javadoc, Testing Samples), click here.
The main Features provided by the package is
- Get Distance between two latitude/longitude points in meters using
- getHaversineDistance
- getVincentyDistance
- getQuickEstimate
- Get slope between two latitude/longitude points using
- getSlope
- Get point apart from certain point by certain distance and certain angle using
- getPointAtDistance
- Convert latitude/longitude points to Degree Minute Second point using
- calculateDMSFormat
- Convert Degree Minute Second point to latitude/longitude points using
- calculateDDFormat
- Convert latitude/longitude points to UTM point using
- LLtoUTM
- Convert UTM point to latitude/longitude points using
- UTMtoLL
can you upload documentation
ReplyDeleteYes, it would be nice to upload documentation since the page you link here is not having any.
ReplyDelete