public class CalibrationArea
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CalibrationArea.Builder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
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(Parcel dest,
int flags) |
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.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
public void writeToParcel(Parcel dest,
int flags)