LocalCalibration
@Deprecated
public class SitumCalibration
extends java.lang.Object
Constructor and Description |
---|
SitumCalibration(java.io.File file)
Deprecated.
Constructor when loading a calibration from disk
|
SitumCalibration(java.lang.String phoneModel,
java.lang.String buildingIdentifier,
int floorId,
java.util.Date timestamp)
Deprecated.
Constructor when creating a new calibration
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getBuildingIdentifier()
Deprecated.
|
java.lang.String |
getFilename()
Deprecated.
Get the filename where it's saved
|
int |
getFloorId()
Deprecated.
|
long |
getSize()
Deprecated.
|
java.util.Date |
getTimestamp()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isSaved()
Deprecated.
|
public SitumCalibration(java.io.File file)
file
- the calibration filepublic SitumCalibration(java.lang.String phoneModel, java.lang.String buildingIdentifier, int floorId, java.util.Date timestamp)
phoneModel
- the phone idfloorId
- the flood idtimestamp
- the starting timestamppublic boolean isSaved()
public java.lang.String getFilename()
public long getSize()
public int getFloorId()
public java.util.Date getTimestamp()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getBuildingIdentifier()