|
Maptitude - http://research.umbc.edu/~roswell/maptitude.html
// Hello:
// Here is a GISDK code snippet that should do
the job
// Get the current map units, whatever they
are
current_map_units =
GetMapUnits("Plural")
// Set the current map units to
"Meters"
SetMapUnits("Meters")
// Assuming p1coord and p2coord are GISDK coord
objects
distance =
GetDistance(p1coord,p2coord)
ShowMessage("Distance: " + RealToString(distance) +
" meters.")
// Reset the current map units
SetMapUnits(current_map_units)
// Giovanni
To unsubscribe, write to [EMAIL PROTECTED] |
- [Maptitude] Distances in Lon/Lat using meters. Reinaldo Paul Perez Machado
- Re: [Maptitude] Distances in Lon/Lat usin... Giovanni Flammia
- Re: [Maptitude] Distances in Lon/Lat ... Reinaldo Paul Perez Machado
- Re: [Maptitude] Distances in Lon/... Marjorie Roswell
- Re: [Maptitude] Distances in ... Marjorie Roswell
- RE: [Maptitude] Distance... Health Maps
- RE: [Maptitude] Dist... Marjorie Roswell
