package com.metaio.sdk.jni;

public class LLACoordinate
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public LLACoordinate()
  {
    this(MetaioSDKJNI.new_LLACoordinate__SWIG_0(), true);
  }

  public LLACoordinate(double paramDouble1, double paramDouble2, double paramDouble3, double paramDouble4)
  {
    this(MetaioSDKJNI.new_LLACoordinate__SWIG_1(paramDouble1, paramDouble2, paramDouble3, paramDouble4), true);
  }

  public LLACoordinate(double paramDouble1, double paramDouble2, double paramDouble3, double paramDouble4, double paramDouble5)
  {
    this(MetaioSDKJNI.new_LLACoordinate__SWIG_2(paramDouble1, paramDouble2, paramDouble3, paramDouble4, paramDouble5), true);
  }

  public LLACoordinate(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public LLACoordinate(LLACoordinate paramLLACoordinate)
  {
    this(MetaioSDKJNI.new_LLACoordinate__SWIG_3(getCPtr(paramLLACoordinate), paramLLACoordinate), true);
  }

  public static long getCPtr(LLACoordinate paramLLACoordinate)
  {
    if (paramLLACoordinate == null)
      return 0L;
    return paramLLACoordinate.swigCPtr;
  }

  public LLACoordinate addOffset(double paramDouble1, double paramDouble2)
  {
    return new LLACoordinate(MetaioSDKJNI.LLACoordinate_addOffset(this.swigCPtr, this, paramDouble1, paramDouble2), true);
  }

  public float bearingTo(LLACoordinate paramLLACoordinate)
  {
    return MetaioSDKJNI.LLACoordinate_bearingTo(this.swigCPtr, this, getCPtr(paramLLACoordinate), paramLLACoordinate);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_LLACoordinate(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  public double distanceTo(LLACoordinate paramLLACoordinate)
  {
    return MetaioSDKJNI.LLACoordinate_distanceTo(this.swigCPtr, this, getCPtr(paramLLACoordinate), paramLLACoordinate);
  }

  public boolean equals(LLACoordinate paramLLACoordinate)
  {
    return MetaioSDKJNI.LLACoordinate_equals(this.swigCPtr, this, getCPtr(paramLLACoordinate), paramLLACoordinate);
  }

  protected void finalize()
  {
    delete();
  }

  public double getAccuracy()
  {
    return MetaioSDKJNI.LLACoordinate_accuracy_get(this.swigCPtr, this);
  }

  public double getAltitude()
  {
    return MetaioSDKJNI.LLACoordinate_altitude_get(this.swigCPtr, this);
  }

  public double getLatitude()
  {
    return MetaioSDKJNI.LLACoordinate_latitude_get(this.swigCPtr, this);
  }

  public double getLongitude()
  {
    return MetaioSDKJNI.LLACoordinate_longitude_get(this.swigCPtr, this);
  }

  public double getTimestamp()
  {
    return MetaioSDKJNI.LLACoordinate_timestamp_get(this.swigCPtr, this);
  }

  public boolean isNull()
  {
    return MetaioSDKJNI.LLACoordinate_isNull(this.swigCPtr, this);
  }

  public void setAccuracy(double paramDouble)
  {
    MetaioSDKJNI.LLACoordinate_accuracy_set(this.swigCPtr, this, paramDouble);
  }

  public void setAltitude(double paramDouble)
  {
    MetaioSDKJNI.LLACoordinate_altitude_set(this.swigCPtr, this, paramDouble);
  }

  public void setLatitude(double paramDouble)
  {
    MetaioSDKJNI.LLACoordinate_latitude_set(this.swigCPtr, this, paramDouble);
  }

  public void setLongitude(double paramDouble)
  {
    MetaioSDKJNI.LLACoordinate_longitude_set(this.swigCPtr, this, paramDouble);
  }

  public void setNull()
  {
    MetaioSDKJNI.LLACoordinate_setNull(this.swigCPtr, this);
  }

  public void setTimestamp(double paramDouble)
  {
    MetaioSDKJNI.LLACoordinate_timestamp_set(this.swigCPtr, this, paramDouble);
  }

  public String toString()
  {
    return MetaioSDKJNI.LLACoordinate_toString(this.swigCPtr, this);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.LLACoordinate
 * JD-Core Version:    0.6.2
 */