Package org.bedework.calfacade
Class BwGeo
- All Implemented Interfaces:
Serializable,Comparable<BwGeo>,org.bedework.util.logging.Logged
A geo value in bedework.
- Version:
- 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bedework.calfacade.base.DumpEntity
DumpEntity.DumpType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intbooleanGet the latitudeGet the longitudeinthashCode()voidsetLatitude(BigDecimal val) Set the latitudevoidsetLongitude(BigDecimal val) Set the longitudetoString()Methods inherited from class org.bedework.calfacade.base.DumpEntity
dump, dump, getLogger, hasDumpValueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Constructor Details
-
BwGeo
public BwGeo()Constructor -
BwGeo
- Parameters:
latitude- BigDecimallongitude- BigDecimal
-
-
Method Details
-
setLatitude
Set the latitude- Parameters:
val- BigDecimal latitude
-
getLatitude
Get the latitude- Returns:
- BigDecimal latitude
-
setLongitude
Set the longitude- Parameters:
val- BigDecimal longitude
-
getLongitude
Get the longitude- Returns:
- BigDecimal longitude
-
compareTo
- Specified by:
compareToin interfaceComparable<BwGeo>
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
-