package com.metaio.sdk.jni;

import java.io.File;

public class IARELObject
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IARELObject(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(IARELObject paramIARELObject)
  {
    if (paramIARELObject == null)
      return 0L;
    return paramIARELObject.swigCPtr;
  }

  public IARELObject clone()
  {
    long l = MetaioSDKJNI.IARELObject_clone(this.swigCPtr, this);
    if (l == 0L)
      return null;
    return new IARELObject(l, false);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IARELObject(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getARELParameter(String paramString)
  {
    return MetaioSDKJNI.IARELObject_getARELParameter(this.swigCPtr, this, paramString);
  }

  public float getCurrentDistance()
  {
    return MetaioSDKJNI.IARELObject_getCurrentDistance(this.swigCPtr, this);
  }

  public String getDescription()
  {
    return MetaioSDKJNI.IARELObject_getDescription(this.swigCPtr, this);
  }

  public String getID()
  {
    return MetaioSDKJNI.IARELObject_getID(this.swigCPtr, this);
  }

  public File getLocalFileForURL(String paramString)
  {
    return MetaioSDKJNI.IARELObject_getLocalFileForURL(this.swigCPtr, this, paramString);
  }

  public LLACoordinate getLocation()
  {
    return new LLACoordinate(MetaioSDKJNI.IARELObject_getLocation(this.swigCPtr, this), true);
  }

  public String getName()
  {
    return MetaioSDKJNI.IARELObject_getName(this.swigCPtr, this);
  }

  public ObjectPopup getObjectPopup()
  {
    return new ObjectPopup(MetaioSDKJNI.IARELObject_getObjectPopup(this.swigCPtr, this), false);
  }

  public String getParameter(ObjectParameter paramObjectParameter)
  {
    return MetaioSDKJNI.IARELObject_getParameter(this.swigCPtr, this, paramObjectParameter.swigValue());
  }

  public String getThumbnailURL()
  {
    return MetaioSDKJNI.IARELObject_getThumbnailURL(this.swigCPtr, this);
  }

  public String getTitle()
  {
    return MetaioSDKJNI.IARELObject_getTitle(this.swigCPtr, this);
  }

  public boolean hasLLA()
  {
    return MetaioSDKJNI.IARELObject_hasLLA(this.swigCPtr, this);
  }

  public boolean isRoutingEnabled()
  {
    return MetaioSDKJNI.IARELObject_isRoutingEnabled(this.swigCPtr, this);
  }

  public boolean isVisible()
  {
    return MetaioSDKJNI.IARELObject_isVisible(this.swigCPtr, this);
  }

  public boolean isVisibleOnMapList()
  {
    return MetaioSDKJNI.IARELObject_isVisibleOnMapList(this.swigCPtr, this);
  }

  public boolean isVisibleOnRadar()
  {
    return MetaioSDKJNI.IARELObject_isVisibleOnRadar(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.IARELObject
 * JD-Core Version:    0.6.2
 */