Package org.cyclos.model.utils
Interface ILatLong
-
- All Known Implementing Classes:
LatLong,LatLongDTO
public interface ILatLongCommon interface for latitude/longitude coordinates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetLatitude()BigDecimalgetLongitude()
-
-
-
Method Detail
-
getLatitude
BigDecimal getLatitude()
-
getLongitude
BigDecimal getLongitude()
-
-