public class CSquareCodesConverter extends Object
| Constructor and Description |
|---|
CSquareCodesConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertAtResolution(double x,
double y,
double resolution) |
static String |
convertHalfDegree(double x,
double y) |
double |
getCurrentLat() |
double |
getCurrentLong() |
double |
getCurrentResolution() |
static void |
main(String[] args) |
void |
parse(String csquare) |
void |
setCurrentLat(double currentLat) |
void |
setCurrentLong(double currentLong) |
void |
setCurrentResolution(double currentResolution) |
public static String convertHalfDegree(double x, double y)
public static String convertAtResolution(double x, double y, double resolution)
public void parse(String csquare)
public static void main(String[] args)
public double getCurrentLat()
public void setCurrentLat(double currentLat)
public double getCurrentLong()
public void setCurrentLong(double currentLong)
public double getCurrentResolution()
public void setCurrentResolution(double currentResolution)
Copyright © 2017. All Rights Reserved.