com.clickntap.utils
Class GeoUtils

java.lang.Object
  extended by com.clickntap.utils.GeoUtils

public class GeoUtils
extends Object


Constructor Summary
GeoUtils()
           
 
Method Summary
static void main(String[] args)
           
static String toDecimalLat(Number n)
           
static String toDecimalLng(Number n)
           
static Float toFloat(String decimal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoUtils

public GeoUtils()
Method Detail

main

public static void main(String[] args)

toFloat

public static Float toFloat(String decimal)

toDecimalLat

public static String toDecimalLat(Number n)

toDecimalLng

public static String toDecimalLng(Number n)


Copyright © 2014. All rights reserved.