On 21 Mar 2013, at 14:58, Jose Romero Miret wrote: > Hej, just checking the API for calculating distances in in points in the > space but i did not found points lat,long,alt. can someone point out for > directions?
Points are stored as an ordered triple of double values called x,y, and z. Conventionally, x = longitude, y = latitude, z = altitude _______________________________________________ geos-devel mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/geos-devel
