I just want to do some calculations on geographic coordinates with geotools.
But I can't find it in the complex reference.

Something like 

Pseudocode

Point point1 = new Point(40.154,5.787);
Point point2 = new Point(38.489,10.478);

Point center = SomehelperClass.calculateCenter(point1,point2);
-- 
View this message in context: 
http://n2.nabble.com/Centerpoint-between-two-points-tp4872890p4875796.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to