|
Maptitude - http://research.umbc.edu/~roswell/maptitude.html
Giovanni: Thanks a lot. But I placed the problem wrongly, I did not understand what my programer was asking me. We need a way to make the same operation in Visual Basic, that is, we need to know an equation able to calculate the distance in Metric system in a map whose coordinates are in Lat/Lon, inside a dumb and silly CAD system, not inside Maptitude. Can you help? Thanks, Reinaldo
Giovanni Flammia wrote: 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 arecurrent_map_units = GetMapUnits("Plural") // Set the current map units to "Meters"SetMapUnits("Meters") // Assuming p1coord and p2coord are GISDK coord objectsdistance = GetDistance(p1coord,p2coord) ShowMessage("Distance: " + RealToString(distance) + " meters.") // Reset the current map unitsSetMapUnits(current_map_units) // Giovanni To unsubscribe, write to [EMAIL PROTECTED] |
begin:vcard n:P�rez Machado;Reinaldo Paul tel;pager:3178-4545 Code 5674 tel;cell:9172-3021 tel;fax:(5511) 258-4945 tel;home:(5511) 259-5543 tel;work:(5511) 258-1208 x-mozilla-html:FALSE url:www.igasageo.com.br org:IGASA Geoprocessamento Ltda. version:2.1 email;internet:[EMAIL PROTECTED] title:Director President adr;quoted-printable:;;Rua Marqu=EAs de Itu, 70. Conj. 41=0D=0ACEP 01223-000. Vila Buarque=0D=0A;S�o Paulo;SP;;BRASIL x-mozilla-cpt:;16128 fn:Reinaldo Paul P�rez Machado end:vcard
