Class NeonBuildingFloor

  • All Implemented Interfaces:
    android.os.Parcelable

    public class NeonBuildingFloor
    extends java.lang.Object
    implements android.os.Parcelable
    A Neon Building Floor is identified by a zero-based floorNumber, and contains a building outline and potentially a floorplan ID and georeferencing information for that image
    • Nested Class Summary

      • 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<NeonBuildingFloor> CREATOR  
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Constructor Summary

      Constructors 
      Constructor Description
      NeonBuildingFloor​(int floorNumber, java.lang.String label, NeonFloorOutline outline, java.util.ArrayList<LatLong> floorPlanCorners, java.lang.String floorPlanImageID)  
    • Field Detail

      • CREATOR

        public static final android.os.Parcelable.Creator<NeonBuildingFloor> CREATOR
    • Constructor Detail

      • NeonBuildingFloor

        public NeonBuildingFloor​(int floorNumber,
                                 java.lang.String label,
                                 NeonFloorOutline outline,
                                 java.util.ArrayList<LatLong> floorPlanCorners,
                                 java.lang.String floorPlanImageID)
    • Method Detail

      • getFloorNumber

        public int getFloorNumber()
      • getLabel

        public java.lang.String getLabel()
      • getFloorPlanImageID

        public java.lang.String getFloorPlanImageID()
      • getFloorPlanCorners

        public java.util.ArrayList<LatLong> getFloorPlanCorners()
      • hasFloorPlan

        public boolean hasFloorPlan()
        Returns:
        Whether the building floor has an associated floor plan image
      • 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