Home | History | Annotate | Download | only in DNS

Lines Matching refs:altitude

21 private long latitude, longitude, altitude;
42 * @param altitude The altitude of the center of the sphere, in m
49 double altitude, double size, double hPrecision, double vPrecision)
54 this.altitude = (long)((altitude + 100000) * 100);
73 altitude = in.readU32();
164 altitude = parseDouble(st, "altitude", true,
227 /* Altitude */
228 renderFixedPoint(sb, w2, altitude - 10000000, 100);
258 /** Returns the altitude */
261 return ((double)(altitude - 10000000)) / 100;
290 out.writeU32(altitude);