com.askgeo.flt.timezone
Class TimeZoneResult

java.lang.Object
  extended by com.askgeo.flt.base.ResultBase
      extended by com.askgeo.flt.timezone.TimeZoneResult

public class TimeZoneResult
extends ResultBase

Embodies the result of a query on the TimeZoneMap class.


Method Summary
 java.lang.String getTimeZoneId()
          Returns the Olson time zone ID (can be used with Java's TimeZone class or other tz-database-compatible time zone classes).
 
Methods inherited from class com.askgeo.flt.base.ResultBase
getAskGeoId, getDataField, getIsInside, getMinDistanceKm, getPolygonData, getResultField, parseFloatOrNan, parseIntOrElse, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTimeZoneId

public java.lang.String getTimeZoneId()
Returns the Olson time zone ID (can be used with Java's TimeZone class or other tz-database-compatible time zone classes).

Returns:
the Olson time zone ID.


Copyright © 2012 Vector Magic, Inc.