Package es.situm.sdk.model.cartography
Class CalibrationArea
- java.lang.Object
-
- es.situm.sdk.model.cartography.CalibrationArea
-
- All Implemented Interfaces:
android.os.Parcelable
public class CalibrationArea extends java.lang.Object implements android.os.ParcelableA calibration area. The points represent the ground truth points of a calibration, the points where the user click on the map during a calibration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCalibrationArea.Builder
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<CalibrationArea>CREATOR
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()booleanequals(java.lang.Object o)java.lang.StringgetBuildingIdentifier()Returhn the calibration building identifierjava.lang.StringgetCalibrationIdentifier()Return the calibration identifierjava.lang.StringgetFloorIdentifier()Return the calibration floor identifierjava.lang.StringgetName()Return the calibration namejava.util.List<Point>getPoints()Return the calibration ground truth pointsinthashCode()java.lang.StringtoString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<CalibrationArea> CREATOR
-
-
Method Detail
-
getCalibrationIdentifier
public java.lang.String getCalibrationIdentifier()
Return the calibration identifier
-
getName
public java.lang.String getName()
Return the calibration name
-
getFloorIdentifier
public java.lang.String getFloorIdentifier()
Return the calibration floor identifier
-
getBuildingIdentifier
public java.lang.String getBuildingIdentifier()
Returhn the calibration building identifier
-
getPoints
public java.util.List<Point> getPoints()
Return the calibration ground truth points
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-