android.hardware
Class GeomagneticField

java.lang.Object
  extended by android.hardware.GeomagneticField

public class GeomagneticField
extends Object


Constructor Summary
GeomagneticField(float gdLatitudeDeg, float gdLongitudeDeg, float altitudeMeters, long timeMillis)
           
 
Method Summary
 float getDeclination()
           
 float getFieldStrength()
           
 float getHorizontalStrength()
           
 float getInclination()
           
 float getX()
           
 float getY()
           
 float getZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeomagneticField

public GeomagneticField(float gdLatitudeDeg,
                        float gdLongitudeDeg,
                        float altitudeMeters,
                        long timeMillis)
Method Detail

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

getDeclination

public float getDeclination()

getInclination

public float getInclination()

getHorizontalStrength

public float getHorizontalStrength()

getFieldStrength

public float getFieldStrength()


Copyright © 2008-2012. All Rights Reserved.