Class CalibrationArea

  • All Implemented Interfaces:
    android.os.Parcelable

    public class CalibrationArea
    extends java.lang.Object
    implements android.os.Parcelable
    A 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 class  CalibrationArea.Builder  
      • Nested classes/interfaces inherited from interface android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static android.os.Parcelable.Creator<CalibrationArea> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 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:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • describeContents

        public int describeContents()
        Specified by:
        describeContents in interface android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        Specified by:
        writeToParcel in interface android.os.Parcelable