public class CalibrationArea
extends java.lang.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(java.lang.Object o) |
java.lang.String |
getBuildingIdentifier()
Returhn the calibration building identifier
|
java.lang.String |
getCalibrationIdentifier()
Return the calibration identifier
|
java.lang.String |
getFloorIdentifier()
Return the calibration floor identifier
|
java.lang.String |
getName()
Return the calibration name
|
java.util.List<Point> |
getPoints()
Return the calibration ground truth points
|
int |
hashCode() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<CalibrationArea> CREATOR
public java.lang.String getCalibrationIdentifier()
public java.lang.String getName()
public java.lang.String getFloorIdentifier()
public java.lang.String getBuildingIdentifier()
public java.util.List<Point> getPoints()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable