Package global.maplink.geocode.schema
Class GeoPoint
- java.lang.Object
-
- global.maplink.geocode.schema.GeoPoint
-
public class GeoPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoPoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BigDecimalgetLat()BigDecimalgetLon()inthashCode()static GeoPointof(double lat, double lon)static GeoPointof(BigDecimal lat, BigDecimal lon)StringtoString()
-
-
-
Method Detail
-
of
public static GeoPoint of(double lat, double lon)
-
getLat
public BigDecimal getLat()
-
getLon
public BigDecimal getLon()
-
canEqual
protected boolean canEqual(Object other)
-
of
public static GeoPoint of(BigDecimal lat, BigDecimal lon)
-
-