Home
last modified time | relevance | path

Searched refs:thisLat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/yajl-tcl/yajl-tcl-1.7.0/playpen/
H A Dgeojson_major_airports.tcl11 lassign [flightaware_airportCodeToNameAndCity $majAirport] name city thisLat thisLon
12 if {$thisLat != "" && $thisLon != ""} {
13 …re geometry [huddle create type Point coordinates [huddle list $thisLon $thisLat]] properties [hud…
H A Dyajltcl_major_airports.tcl16 lassign [flightaware_airportCodeToNameAndCity $majAirport] name city thisLat thisLon
17 if {$thisLat != "" && $thisLon != ""} {
18 … type string Point string coordinates array_open number $thisLon number $thisLat array_close map_c…
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DsetPositions.cpp32 double thisRad, thisLat, thisLon, thisLocalTime = -1; in setOriginXYZFromFile() local
35 thisLat, thisLon, thisLocalTime); in setOriginXYZFromFile()
37 options->Latitude(thisLat); in setOriginXYZFromFile()
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77sniffer.c594 …double thisLon, thisLat, lastLon, lastLat, *MaxDiff = NULL, **diff = NULL, *decimated_orig, wrapsu… in GMT_mgd77sniffer() local
2252 thisLat = D[curr].number[MGD77_LATITUDE]; in GMT_mgd77sniffer()
2257 ds = gmt_great_circle_dist_meter (GMT, lastLon, lastLat, thisLon, thisLat) * 0.001; in GMT_mgd77sniffer()
2513 ds = gmt_great_circle_dist_meter (GMT, lastLon, lastLat, thisLon, thisLat) * 0.001; in GMT_mgd77sniffer()
2622 ds = gmt_great_circle_dist_meter (GMT, lastLon, lastLat, thisLon, thisLat) * 0.001; in GMT_mgd77sniffer()
2750 thisLat = D[rec].number[MGD77_LATITUDE]; in GMT_mgd77sniffer()
2765 D[rec].number[MGD77_LATITUDE] = thisLat; in GMT_mgd77sniffer()