public class SitumCalibration extends Object
Constructor and Description |
---|
SitumCalibration(File file)
Constructor when loading a calibration from disk
|
SitumCalibration(String phoneModel,
String buildingIdentifier,
int floorId,
Date timestamp)
Constructor when creating a new calibration
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBuildingIdentifier() |
String |
getFilename()
Get the filename where it's saved
|
int |
getFloorId() |
long |
getSize() |
Date |
getTimestamp() |
int |
hashCode() |
boolean |
isSaved() |
public SitumCalibration(File file)
file
- the calibration filepublic boolean isSaved()
public String getFilename()
public long getSize()
public int getFloorId()
public Date getTimestamp()
public String getBuildingIdentifier()