Home
last modified time | relevance | path

Searched refs:elevation (Results 176 – 200 of 4982) sorted by relevance

12345678910>>...200

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/filter/
H A Dbevels.h82 std::ostringstream elevation; in get_filter_text() local
90 elevation << ext->get_param_int("elevation"); in get_filter_text()
107 …mooth.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str(), elevation.str().c_str(), a… in get_filter_text()
166 std::ostringstream elevation; in get_filter_text() local
175 elevation << ext->get_param_int("elevation"); in get_filter_text()
193 …right.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str(), elevation.str().c_str(), a… in get_filter_text()
252 std::ostringstream elevation; in get_filter_text() local
261 elevation << ext->get_param_int("elevation"); in get_filter_text()
278 …right.str().c_str(), r.str().c_str(), g.str().c_str(), b.str().c_str(), elevation.str().c_str(), a… in get_filter_text()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DElevationQuery.cpp137 float elevation; in getElevations() local
140 if ( getElevationImpl(p, elevation, desiredResolution, 0L)) in getElevations()
142 if (elevation == NO_DATA_VALUE) in getElevations()
144 elevation = 0.0; in getElevations()
147 (*i).z() = ignoreZ ? elevation : elevation + z; in getElevations()
162 float elevation; in getElevations() local
165 if ( getElevationImpl(p, elevation, desiredResolution, 0L) ) in getElevations()
167 out_elevations.push_back( elevation ); in getElevations()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DNBTropModel.cpp230 double NBTropModel::correction(double elevation) const in correction()
234 if(elevation < 0.0) return 0.0; in correction()
236 return (dry_zenith_delay() * dry_mapping_function(elevation) in correction()
262 return TropModel::correction(RX.elevation(SV)); in correction()
326 double NBTropModel::dry_mapping_function(double elevation) const in dry_mapping_function()
330 if(elevation < 0.0) return 0.0; in dry_mapping_function()
333 se = std::sin(elevation*DEG_TO_RAD); in dry_mapping_function()
343 if(ABS(elevation)<=0.001) se=0.001; in dry_mapping_function()
354 double NBTropModel::wet_mapping_function(double elevation) const in wet_mapping_function()
358 if(elevation < 0.0) return 0.0; in wet_mapping_function()
[all …]
H A DTropModel.cpp62 double TropModel::correction(double elevation) const in correction()
66 if(elevation < 0.0) in correction()
69 return (dry_zenith_delay() * dry_mapping_function(elevation) in correction()
70 + wet_zenith_delay() * wet_mapping_function(elevation)); in correction()
92 c = correction(RX.elevation(SV)); in correction()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/docs/source/references/drivers/tile/
H A Dwcs.rst5 for fetching elevation grid data tiles. We support a subset of WCS 1.1.
9 <elevation driver="wcs">
11 <identifier>elevation</identifier>
13 </elevation>
20 :elevation_unit: Unit to use when interpreting elevation grid height values (defaults to ``m``)
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/misc/libpredict/libpredict-2.0.0/examples/setrise/
H A Dmain.c16 while (sun.elevation < 0) { in observer_next_sunset()
24 while (sun.elevation > 0) { in observer_next_sunset()
34 if (sun.elevation > 0) t0 = time; in observer_next_sunset()
53 while (sun.elevation > 0) { in observer_next_sunrise()
61 while (sun.elevation < 0) { in observer_next_sunrise()
71 if (sun.elevation < 0) t0 = time; in observer_next_sunrise()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-client/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-docs/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-client/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-docs/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql10-server/postgresql-10.19/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql12-client/postgresql-12.9/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;
/dports/databases/postgresql11-server/postgresql-11.14/src/tutorial/
H A Dadvanced.source26 elevation int -- (in ft)
45 -- are located at an elevation of 500 ft or higher by:
47 SELECT c.name, c.elevation
49 WHERE c.elevation > 500;
53 SELECT name, elevation
55 WHERE elevation > 500;

12345678910>>...200