org.free.garminimg.utils
Class FoundPoint

java.lang.Object
  extended by org.free.garminimg.utils.FoundObject
      extended by org.free.garminimg.utils.FoundPoint

public class FoundPoint
extends FoundObject


Constructor Summary
FoundPoint(int type, int subType, int longitude, int latitude, Label label, boolean indexed)
           
 
Method Summary
 int getLatitude()
           
 int getLongitude()
           
 int getSubType()
           
 boolean isIndexed()
           
 void toDebugHtml(java.lang.StringBuilder result)
           
 
Methods inherited from class org.free.garminimg.utils.FoundObject
getLabel, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundPoint

public FoundPoint(int type,
                  int subType,
                  int longitude,
                  int latitude,
                  Label label,
                  boolean indexed)
Method Detail

isIndexed

public boolean isIndexed()

getLatitude

public int getLatitude()
Specified by:
getLatitude in class FoundObject

getLongitude

public int getLongitude()
Specified by:
getLongitude in class FoundObject

getSubType

public int getSubType()

toDebugHtml

public void toDebugHtml(java.lang.StringBuilder result)
                 throws java.io.IOException
Overrides:
toDebugHtml in class FoundObject
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.