org.free.garminimg.utils
Class FoundPoly

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

public class FoundPoly
extends FoundObject


Constructor Summary
FoundPoly(int type, int[] longitudes, int[] latitudes, int nbPoints, Label label, boolean line)
           
 
Method Summary
 int getLatitude()
           
 int getLongitude()
           
 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

FoundPoly

public FoundPoly(int type,
                 int[] longitudes,
                 int[] latitudes,
                 int nbPoints,
                 Label label,
                 boolean line)
Method Detail

getLongitude

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

getLatitude

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

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.