public class CalibrationArea extends Object implements android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
CalibrationArea.Builder |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<CalibrationArea> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getBuildingIdentifier()
Returhn the calibration building identifier
|
String |
getCalibrationIdentifier()
Return the calibration identifier
|
String |
getFloorIdentifier()
Return the calibration floor identifier
|
String |
getName()
Return the calibration name
|
List<Point> |
getPoints()
Return the calibration ground truth points
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<CalibrationArea> CREATOR
public String getCalibrationIdentifier()
public String getName()
public String getFloorIdentifier()
public String getBuildingIdentifier()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable