org.free.garminimg.utils
Class FoundObject

java.lang.Object
  extended by org.free.garminimg.utils.FoundObject
Direct Known Subclasses:
FoundPoint, FoundPoly

public abstract class FoundObject
extends java.lang.Object


Constructor Summary
FoundObject(int type, Label label)
           
 
Method Summary
 Label getLabel()
           
abstract  int getLatitude()
           
abstract  int getLongitude()
           
 int getType()
           
 void toDebugHtml(java.lang.StringBuilder result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundObject

public FoundObject(int type,
                   Label label)
Method Detail

getLabel

public Label getLabel()

getType

public int getType()

getLatitude

public abstract int getLatitude()

getLongitude

public abstract int getLongitude()

toDebugHtml

public void toDebugHtml(java.lang.StringBuilder result)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.