Home
last modified time | relevance | path

Searched refs:getLatitude (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DMapModel3D.java177 double dmp = NavCalculator.computeDMPClarkeSpheroid(centre.getLatitude(), in toWorldUnit()
178 position.getLatitude()); in toWorldUnit()
183 if (centre.getLatitude() == position.getLatitude()) { in toWorldUnit()
191 if (centre.getLatitude() > 0 && position.getLatitude() > centre.getLatitude()) { in toWorldUnit()
194 } else if (centre.getLatitude() > 0 && position.getLatitude() < centre.getLatitude()) { in toWorldUnit()
197 } else if (centre.getLatitude() < 0 && position.getLatitude() > centre.getLatitude()) { in toWorldUnit()
200 } else if (centre.getLatitude() < 0 && position.getLatitude() < centre.getLatitude()) { in toWorldUnit()
203 } else if (centre.getLatitude() == 0 && position.getLatitude() > centre.getLatitude()) { in toWorldUnit()
206 } else if (centre.getLatitude() == 0 && position.getLatitude() < centre.getLatitude()) { in toWorldUnit()
260 lat = findLat(mp, getCentre().getLatitude()); in toPosition()
DMapModel2D.java148 double dmp = NavCalculator.computeDMPClarkeSpheroid(centre.getLatitude(), in toPixel()
149 position.getLatitude()); in toPixel()
154 if (centre.getLatitude() == position.getLatitude()) { in toPixel()
162 if (centre.getLatitude() > 0 && position.getLatitude() > centre.getLatitude()) { in toPixel()
165 } else if (centre.getLatitude() > 0 && position.getLatitude() < centre.getLatitude()) { in toPixel()
168 } else if (centre.getLatitude() < 0 && position.getLatitude() > centre.getLatitude()) { in toPixel()
171 } else if (centre.getLatitude() < 0 && position.getLatitude() < centre.getLatitude()) { in toPixel()
174 } else if (centre.getLatitude() == 0 && position.getLatitude() > centre.getLatitude()) { in toPixel()
177 } else if (centre.getLatitude() == 0 && position.getLatitude() < centre.getLatitude()) { in toPixel()
228 lat = findLat(mp, getCentre().getLatitude()); in toPosition()
DNavCalculator.java88 double dLat = computeDLat(p1.getLatitude(), p2.getLatitude()); in mercatorSailing()
96 double dmp = (float) computeDMPClarkeSpheroid(p1.getLatitude(), p2.getLatitude()); in mercatorSailing()
128 if (p1.getLatitude() == 0) { in planeSailing()
131 redist = Math.abs(dLong * (float) Math.cos(p1.getLatitude() * 2 * Math.PI / 360)); in planeSailing()
152 double dLat = p1.getLatitude() - p2.getLatitude(); in convertCourse()
318 double initialLat = initialPos.getLatitude(); in computePosition()
536 double y = Math.sin(dLon) * Math.cos(p2.getLatitude()); in computeBearing()
537 double x = Math.cos(p1.getLatitude()) * Math.sin(p2.getLatitude()) in computeBearing()
538 - Math.sin(p1.getLatitude()) * Math.cos(p2.getLatitude()) * Math.cos(dLon); in computeBearing()
553 double opp = Math.abs(p1.getLatitude() - p2.getLatitude()); in computeAngle()
[all …]
DPosition.java147 public double getLatitude() { in getLatitude() method in Position
222 System.out.println(p.getLatitude()); in main()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocation.java57 latitude = l.getLatitude(); in set()
158 public double getLatitude() { in getLatitude() method in ShadowLocation
385 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) { in distanceTo()
387 dest.getLatitude(), dest.getLongitude(), mResults); in distanceTo()
390 mLat2 = dest.getLatitude(); in distanceTo()
414 dest.getLatitude() != mLat2 || dest.getLongitude() != mLon2) { in bearingTo()
416 dest.getLatitude(), dest.getLongitude(), mResults); in bearingTo()
419 mLat2 = dest.getLatitude(); in bearingTo()
DShadowAddress.java22 public double getLatitude() { in getLatitude() method in ShadowAddress
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DLocationTest.java75 assertEquals(0.0d, defaultLocation.getLatitude()); in defaultLocationShouldNotReportFieldsAsAvailable()
106 assertEquals(2.0, l.getLatitude()); in assertLocationFieldsFromTestSetup()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
DLocationInformationBox.java61 public double getLatitude() { in getLatitude() method in LocationInformationBox
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...