Home
last modified time | relevance | path

Searched refs:Latitude (Results 251 – 275 of 6678) sorted by relevance

1...<<11121314151617181920>>...268

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Dbng.c487 long Convert_Geodetic_To_BNG (double Latitude, in Convert_Geodetic_To_BNG() argument
509 if ((Latitude < MIN_LAT) || (Latitude > MAX_LAT)) in Convert_Geodetic_To_BNG()
521 …Error_Code |= Convert_Geodetic_To_Transverse_Mercator(Latitude, Longitude, &TMEasting, &TMNorthing… in Convert_Geodetic_To_BNG()
541 double *Latitude, in Convert_BNG_To_Geodetic() argument
575 … temp_Error |= Convert_Transverse_Mercator_To_Geodetic(TMEasting, TMNorthing, Latitude, Longitude); in Convert_BNG_To_Geodetic()
582 if ((*Latitude < MIN_LAT) || (*Latitude > MAX_LAT)) in Convert_BNG_To_Geodetic()
H A Dlambert_2.c329 long Convert_Geodetic_To_Lambert_2 (double Latitude, in Convert_Geodetic_To_Lambert_2() argument
351 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_Lambert_2()
363 Error_Code = Convert_Geodetic_To_Lambert_1(Latitude, Longitude, Easting, Northing); in Convert_Geodetic_To_Lambert_2()
372 double *Latitude, in Convert_Lambert_2_To_Geodetic() argument
407 Error_Code = Convert_Lambert_1_To_Geodetic(Easting, Northing, Latitude, Longitude); in Convert_Lambert_2_To_Geodetic()
H A Dlambert.c332 long Convert_Geodetic_To_Lambert (double Latitude, in Convert_Geodetic_To_Lambert() argument
354 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_Lambert()
366 Error_Code = Convert_Geodetic_To_Lambert_1(Latitude, Longitude, Easting, Northing); in Convert_Geodetic_To_Lambert()
375 double *Latitude, in Convert_Lambert_To_Geodetic() argument
410 Error_Code = Convert_Lambert_1_To_Geodetic(Easting, Northing, Latitude, Longitude); in Convert_Lambert_To_Geodetic()
H A Dloccart.c316 long Convert_Geodetic_To_Local_Cartesian (double Latitude, in Convert_Geodetic_To_Local_Cartesian() argument
341 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_Local_Cartesian()
354 Convert_Geodetic_To_Geocentric(Latitude, Longitude, Height, &U, &V, &W); in Convert_Geodetic_To_Local_Cartesian()
414 double *Latitude, in Convert_Local_Cartesian_To_Geodetic() argument
437 Convert_Geocentric_To_Geodetic(U, V, W, Latitude, Longitude, Height); in Convert_Local_Cartesian_To_Geodetic()
H A Dmgrs.c587 double Latitude, in UTM_To_MGRS() argument
620 error_code = Get_Latitude_Letter(Latitude, &letters[0]); in UTM_To_MGRS()
713 long Convert_Geodetic_To_MGRS (double Latitude, in Convert_Geodetic_To_MGRS() argument
736 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_MGRS()
748 if ((Latitude < MIN_UTM_LAT) || (Latitude > MAX_UTM_LAT)) in Convert_Geodetic_To_MGRS()
751 error_code |= Convert_Geodetic_To_UPS (Latitude, Longitude, &hemisphere, &easting, &northing); in Convert_Geodetic_To_MGRS()
757 …error_code |= Convert_Geodetic_To_UTM (Latitude, Longitude, &zone, &hemisphere, &easting, &northin… in Convert_Geodetic_To_MGRS()
758 error_code |= UTM_To_MGRS (zone, Latitude, easting, northing, Precision, MGRS); in Convert_Geodetic_To_MGRS()
766 double *Latitude, in Convert_MGRS_To_Geodetic() argument
794 … error_code |= Convert_UTM_To_Geodetic (zone, hemisphere, easting, northing, Latitude, Longitude); in Convert_MGRS_To_Geodetic()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimMgrs.c825 double Latitude = 0.0; in GRID_UTM() local
861 Convert_UTM_To_Geodetic(*Zone,*Hemisphere,*Easting,*Northing,&Latitude,&Longitude); in GRID_UTM()
863 if (((spsou - DEGRAD/divisor) <= Latitude) && (Latitude <= (spnor + DEGRAD/divisor))) in GRID_UTM()
1066 long Convert_Geodetic_To_OSSIM_MGRS (double Latitude, in Convert_Geodetic_To_OSSIM_MGRS() argument
1082 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_OSSIM_MGRS()
1094 if ((Latitude < MIN_UTM_LAT) || (Latitude > MAX_UTM_LAT)) in Convert_Geodetic_To_OSSIM_MGRS()
1097 error_code |= Convert_Geodetic_To_UPS (Latitude, Longitude, &hemisphere, &easting, &northing); in Convert_Geodetic_To_OSSIM_MGRS()
1112 double *Latitude, in Convert_OSSIM_MGRS_To_Geodetic() argument
1141 error_code |= Convert_UPS_To_Geodetic (Hemisphere, Easting, Northing, Latitude, Longitude); in Convert_OSSIM_MGRS_To_Geodetic()
1172 double Latitude; /* Latitude of UTM point */ in Convert_UTM_To_OSSIM_MGRS() local
[all …]
H A DossimObliqueMercatorProjection.cpp505 long ossimObliqueMercatorProjection::Convert_Geodetic_To_Oblique_Mercator(double Latitude,
558 if (fabs(fabs(Latitude) - PI_OVER_2) > 1.0e-10)
560 t = OMERC_t(Latitude, es * sin(Latitude), es_OVER_2);
584 if (Latitude > 0.0)
588 u = A_over_B * Latitude;
604 double *Latitude,
661 *Latitude = PI_OVER_2;
663 *Latitude = -PI_OVER_2;
676 *Latitude = phi;
/dports/graphics/proj/proj-7.2.1/src/
H A Dtransform.cpp406 if( Latitude < -PI_OVER_2 && Latitude > -1.001 * PI_OVER_2 ) in pj_Convert_Geodetic_To_Geocentric()
407 Latitude = -PI_OVER_2; in pj_Convert_Geodetic_To_Geocentric()
408 else if( Latitude > PI_OVER_2 && Latitude < 1.001 * PI_OVER_2 ) in pj_Convert_Geodetic_To_Geocentric()
409 Latitude = PI_OVER_2; in pj_Convert_Geodetic_To_Geocentric()
410 else if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in pj_Convert_Geodetic_To_Geocentric()
419 Sin_Lat = sin(Latitude); in pj_Convert_Geodetic_To_Geocentric()
420 Cos_Lat = cos(Latitude); in pj_Convert_Geodetic_To_Geocentric()
605 *Latitude = PI_OVER_2; in pj_Convert_Geocentric_To_Geodetic()
632 *Latitude = HUGE_VAL; in pj_Convert_Geocentric_To_Geodetic()
655 *Latitude = 0.0; in pj_Convert_Geocentric_To_Geodetic()
[all …]
/dports/net/libkgapi/libkgapi-21.12.3/src/latitude/
H A Dlocationfetchjob.h38 Q_PROPERTY(Latitude::Granularity granularity READ granularity WRITE setGranularity)
71 void setGranularity(Latitude::Granularity granularity);
76 Latitude::Granularity granularity() const;
H A Dlocationfetchhistoryjob.cpp28 Latitude::Granularity granularity = Latitude::City;
75 Latitude::Granularity LocationFetchHistoryJob::granularity() const in granularity()
80 void LocationFetchHistoryJob::setGranularity(Latitude::Granularity granularity) in setGranularity()
H A Dlocationfetchhistoryjob.h37 Q_PROPERTY(Latitude::Granularity granularity READ granularity WRITE setGranularity)
92 Latitude::Granularity granularity() const;
99 void setGranularity(Latitude::Granularity granularity);
/dports/comms/direwolf/direwolf-1.6/external/geotranz/
H A Dusng.c544 double Latitude, in UTM_To_USNG() argument
574 if( Latitude <= 0.0 && Northing == 1.0e7) in UTM_To_USNG()
576 Latitude = 0.0; in UTM_To_USNG()
585 error_code = USNG_Get_Latitude_Letter(Latitude, &letters[0]); in UTM_To_USNG()
671 long Convert_Geodetic_To_USNG (double Latitude, in Convert_Geodetic_To_USNG() argument
695 if ((Latitude < -PI_OVER_2) || (Latitude > PI_OVER_2)) in Convert_Geodetic_To_USNG()
707 if ((Latitude < MIN_UTM_LAT) || (Latitude > MAX_UTM_LAT)) in Convert_Geodetic_To_USNG()
712 …temp_error_code |= Convert_Geodetic_To_UPS (Latitude, Longitude, &hemisphere, &easting, &northing); in Convert_Geodetic_To_USNG()
738 error_code |= UTM_To_USNG (zone, Latitude, easting, northing, Precision, USNG); in Convert_Geodetic_To_USNG()
769 double *Latitude, in Convert_USNG_To_Geodetic() argument
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Methods/Geo/
H A DReverseGeocodeCommand.cs58 this.Latitude = latitude; in ReverseGeocodeCommand()
66 public double Latitude { get; set; } property in Twitterizer.Commands.ReverseGeocodeCommand
81 this.RequestParameters.Add("lat", this.Latitude.ToString(nfi)); in Init()
/dports/german/BBBike/BBBike-3.18/GPS/GpsmanData/
H A DStats.pm142 if (!defined $chunk_bbox_miny || $chunk_bbox_miny > $wpt->Latitude) {
143 $chunk_bbox_miny = $wpt->Latitude;
145 if (!defined $chunk_bbox_maxy || $chunk_bbox_maxy < $wpt->Latitude) {
146 $chunk_bbox_maxy = $wpt->Latitude;
217 …arthest_wpt->Longitude . ',' . $farthest_wpt->Latitude ne $goal_wpt->Longitude . ',' . $goal_wpt->
226 my($x,$y) = ($route_wpt->Longitude, $route_wpt->Latitude);
272 route => [map { $_->Longitude . ',' . $_->Latitude } @route_wpts],
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/coordinates/
H A Dangle.py4 from astropy.coordinates import Angle, Latitude, Longitude
27 types = [Latitude]
31 return Latitude(super().from_tree(node, ctx))
/dports/x11/eaglemode/eaglemode-0.95.0/src/emClock/
H A DemTimeZonesModel.cpp51 return Cities[cityIndex]->Latitude; in GetCityLatitude()
217 Latitude=0.0; in City()
309 city->Latitude=((*p++)-'0')*10.0; in InitCities()
311 city->Latitude+=((*p++)-'0'); in InitCities()
313 city->Latitude+=((*p++)-'0')/6.0; in InitCities()
315 city->Latitude+=((*p++)-'0')/60.0; in InitCities()
317 city->Latitude+=((*p++)-'0')/360.0; in InitCities()
319 city->Latitude+=((*p++)-'0')/3600.0; in InitCities()
322 city->Latitude*=sign; in InitCities()
346 if (fabs(city->Latitude)<0.0001 && fabs(city->Longitude)<0.0001) { in InitCities()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/gis/t/
H A Dsrs.test1021Latitude of false origin",44,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",-68.5…
1034 …["Latitude of false origin",44,AUTHORITY["EPSG","8821"]],PARAMETER["Latitude of 1st standard paral…
1046Latitude of false origin",44,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",-68.5…
1050Latitude of false origin",44,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",-68.5…
1070Latitude of false origin",90,AUTHORITY["EPSG","8821"]],PARAMETER["Latitude of 1st standard paralle…
1082Latitude of false origin",90,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",4.356…
1086Latitude of false origin",90,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",4.356…
1622Latitude of false origin",50,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",-154,…
1635 …["Latitude of false origin",50,AUTHORITY["EPSG","8821"]],PARAMETER["Latitude of 1st standard paral…
1647Latitude of false origin",50,AUTHORITY["EPSG","8821"]],PARAMETER["Longitude of false origin",-154,…
[all …]
/dports/graphics/grads/grads-1.9b4/data/tables/
H A DB3M-000-008-D1200 0 5 1 Latitude
1242 0 5 1 Latitude
1790 0 5 2 Latitude (coarse)
1807 0 5 2 Latitude (coarse)
1819 0 5 2 Latitude (coarse)
1836 0 5 2 Latitude (coarse)
1851 0 5 2 Latitude (coarse)
1867 0 5 2 Latitude (coarse)
1884 0 5 2 Latitude (coarse)
1897 0 5 2 Latitude (coarse)
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/asdf/tags/coordinates/tests/
H A Dtest_frames.py10 from astropy.coordinates import ICRS, FK5, Longitude, Latitude, Angle
17 dec = Latitude(45, unit=units.deg)
27 dec = Latitude(45, unit=units.deg)
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_angles.py386 dec = Latitude('1d2m3.4s')
676 lat = Latitude('-91d')
678 lat = Latitude(['90d', '89d'])
703 lat = Latitude('80d')
719 lat = Latitude(lon)
730 lat = Latitude(Angle(lon))
734 lat = Latitude([20], 'deg')
817 lat = Latitude(10, 'deg')
822 lat = Latitude(10, 'deg')
828 lat = Latitude(10, 'deg')
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/
H A D6.table2 0 ll Latitude/Longitude Grid
6 4 gg Gaussian Latitude/Longitude Grid
12 10 10 Rotated Latitude/Longitude grid
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/
H A D6.table2 0 ll Latitude/Longitude Grid
6 4 gg Gaussian Latitude/Longitude Grid
12 10 10 Rotated Latitude/Longitude grid
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/ca/
H A Dca11016.a57 subtype Latitude is integer range 1 .. 9;
66 function Get_Physical_Feature (Lat : Latitude;
71 type Map_Type is array (Latitude, Longitude) of Physical_Features;
85 for I in Latitude'first .. Latitude'last loop
99 function Get_Physical_Feature (Lat : Latitude;
133 function Get_Display_Value (Lat : Latitude;
145 function Get_Display_Value (Lat : Latitude;
181 Lat : Latitude; -- Parent's type.
187 procedure Data_For_SDUGD (Lat : in Latitude;
206 procedure Data_For_SDUGD (Lat : in Latitude;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/ca/
H A Dca11016.a57 subtype Latitude is integer range 1 .. 9;
66 function Get_Physical_Feature (Lat : Latitude;
71 type Map_Type is array (Latitude, Longitude) of Physical_Features;
85 for I in Latitude'first .. Latitude'last loop
99 function Get_Physical_Feature (Lat : Latitude;
133 function Get_Display_Value (Lat : Latitude;
145 function Get_Display_Value (Lat : Latitude;
181 Lat : Latitude; -- Parent's type.
187 procedure Data_For_SDUGD (Lat : in Latitude;
206 procedure Data_For_SDUGD (Lat : in Latitude;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/ca/
H A Dca11016.a57 subtype Latitude is integer range 1 .. 9;
66 function Get_Physical_Feature (Lat : Latitude;
71 type Map_Type is array (Latitude, Longitude) of Physical_Features;
85 for I in Latitude'first .. Latitude'last loop
99 function Get_Physical_Feature (Lat : Latitude;
133 function Get_Display_Value (Lat : Latitude;
145 function Get_Display_Value (Lat : Latitude;
181 Lat : Latitude; -- Parent's type.
187 procedure Data_For_SDUGD (Lat : in Latitude;
206 procedure Data_For_SDUGD (Lat : in Latitude;

1...<<11121314151617181920>>...268