/external/geojson-jackson/src/main/java/org/geojson/ |
D | LngLatAlt.java | 17 private double altitude = Double.NaN; field in LngLatAlt 28 public LngLatAlt(double longitude, double latitude, double altitude) { in LngLatAlt() argument 31 this.altitude = altitude; in LngLatAlt() 43 …public LngLatAlt(double longitude, double latitude, double altitude, double... additionalElements)… in LngLatAlt() argument 46 this.altitude = altitude; in LngLatAlt() 53 return !Double.isNaN(altitude); in hasAltitude() 77 return altitude; in getAltitude() 80 public void setAltitude(double altitude) { in setAltitude() argument 81 this.altitude = altitude; in setAltitude() 118 && Double.compare(lngLatAlt.altitude, altitude) == 0 && in equals() [all …]
|
D | Point.java | 18 public Point(double longitude, double latitude, double altitude) { in Point() argument 19 coordinates = new LngLatAlt(longitude, latitude, altitude); in Point() 22 public Point(double longitude, double latitude, double altitude, double... additionalElements) { in Point() argument 23 coordinates = new LngLatAlt(longitude, latitude, altitude, additionalElements); in Point()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/ |
D | LocationInformationBox.java | 21 private double altitude; field in LocationInformationBox 70 return altitude; in getAltitude() 73 public void setAltitude(double altitude) { in setAltitude() argument 74 this.altitude = altitude; in setAltitude() 105 altitude = IsoTypeReader.readFixedPoint1616(content); in _parseDetails() 120 IsoTypeWriter.writeFixedPont1616(byteBuffer, altitude); in getContent()
|
/external/icu/icu4c/source/i18n/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() function 240 altitude = alt; in set() 255 double altitude; variable
|
D | astro.cpp | 514 double altitude = asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon() local 515 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude)); in eclipticToHorizon() 517 result.set(azimuth, altitude); in eclipticToHorizon() 1507 sprintf(tmp, "[%.5f,%.5f]", altitude*RAD_DEG, azimuth*RAD_DEG); in toString()
|
/external/icu/libicu/cts_headers/ |
D | astro.h | 231 : altitude(alt), azimuth(azim) { } in altitude() function 240 altitude = alt; in set() 255 double altitude; variable
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarAstronomer.java | 491 double altitude = Math.asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon() local 492 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() 494 return new Horizon(azimuth, altitude); in eclipticToHorizon() 1637 altitude = alt; 1648 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG); 1655 public final double altitude;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarAstronomer.java | 489 double altitude = Math.asin(sinD*sinL + cosD*cosL*cosH); in eclipticToHorizon() local 490 double azimuth = Math.atan2(-cosD*cosL*sinH, sinD - sinL * Math.sin(altitude)); in eclipticToHorizon() 492 return new Horizon(azimuth, altitude); in eclipticToHorizon() 1632 altitude = alt; 1643 return Double.toString(altitude*RAD_DEG) + "," + (azimuth*RAD_DEG); 1650 public final double altitude;
|
/external/piex/src/ |
D | piex_types.h | 74 Rational altitude; member
|
D | tiff_parser.cc | 119 &preview_image_data->gps.altitude)) { in FillGpsPreviewImageData()
|
/external/dng_sdk/source/ |
D | dng_xmp.cpp | 3649 dng_urational &altitude = exif.fGPSAltitude; in SyncExif() local 3651 if (altitude.IsValid () && in SyncExif() 3655 if ((altitude.n & (1U << 31)) && in SyncExif() 3656 …altitude.d < 7) // As the denominator increases, large numerator values become possibly valid dist… in SyncExif() 3660 altitude.n = ~altitude.n + 1; in SyncExif() 3679 altitude, in SyncExif()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | prefix.cl | 144 // get "altitude" 162 // scatter-add the "altitude" to accumulator
|
/external/libexif/po/ |
D | en_CA.po | 2544 "Indicates the altitude used as the reference altitude. If the reference is " 2545 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2546 "is below sea level, a value of 1 is given and the altitude is indicated as " 2550 "Indicates the altitude used as the reference altitude. If the reference is " 2551 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2552 "is below sea level, a value of 1 is given and the altitude is indicated as " 2562 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is " 2565 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | en_AU.po | 2595 "Indicates the altitude used as the reference altitude. If the reference is " 2596 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2597 "is below sea level, a value of 1 is given and the altitude is indicated as " 2601 "Indicates the altitude used as the reference altitude. If the reference is " 2602 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2603 "is below sea level, a value of 1 is given and the altitude is indicated as " 2613 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is " 2616 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | en_GB.po | 2595 "Indicates the altitude used as the reference altitude. If the reference is " 2596 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2597 "is below sea level, a value of 1 is given and the altitude is indicated as " 2601 "Indicates the altitude used as the reference altitude. If the reference is " 2602 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2603 "is below sea level, a value of 1 is given and the altitude is indicated as " 2613 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is " 2616 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | libexif-12.pot | 2544 "Indicates the altitude used as the reference altitude. If the reference is " 2545 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2546 "is below sea level, a value of 1 is given and the altitude is indicated as " 2557 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | sq.po | 2548 "Indicates the altitude used as the reference altitude. If the reference is " 2549 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2550 "is below sea level, a value of 1 is given and the altitude is indicated as " 2561 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | be.po | 2548 "Indicates the altitude used as the reference altitude. If the reference is " 2549 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2550 "is below sea level, a value of 1 is given and the altitude is indicated as " 2561 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | pt.po | 2548 "Indicates the altitude used as the reference altitude. If the reference is " 2549 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2550 "is below sea level, a value of 1 is given and the altitude is indicated as " 2561 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | sr.po | 2582 "Indicates the altitude used as the reference altitude. If the reference is " 2583 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2584 "is below sea level, a value of 1 is given and the altitude is indicated as " 2600 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | tr.po | 2548 "Indicates the altitude used as the reference altitude. If the reference is " 2549 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2550 "is below sea level, a value of 1 is given and the altitude is indicated as " 2561 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | zh_CN.po | 2548 "Indicates the altitude used as the reference altitude. If the reference is " 2549 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2550 "is below sea level, a value of 1 is given and the altitude is indicated as " 2561 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | uk.po | 2547 "Indicates the altitude used as the reference altitude. If the reference is " 2548 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2549 "is below sea level, a value of 1 is given and the altitude is indicated as " 2560 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
D | ru.po | 2584 "Indicates the altitude used as the reference altitude. If the reference is " 2585 "sea level and the altitude is above sea level, 0 is given. If the altitude " 2586 "is below sea level, a value of 1 is given and the altitude is indicated as " 2602 "Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is "
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_texture_array.spec | 53 2. A terrain engine where the altitude of a point determines the
|