Class NeonFloorOutline

  • All Implemented Interfaces:
    android.os.Parcelable

    public class NeonFloorOutline
    extends java.lang.Object
    implements android.os.Parcelable
    A Neon floor outline is composed of a list of LatLongOutlines. LatLongOutlines are formed from an outer hull and a list of interior holes in that outline. A building floor can therefore contain multiple, distinct outlines, each with a hull and a set of holes
    • 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<NeonFloorOutline> CREATOR  
      java.util.List<LatLongOutline> Outlines
      A list of LatLongOutlines
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int describeContents()  
      void writeToParcel​(android.os.Parcel dest, int flags)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Outlines

        public final java.util.List<LatLongOutline> Outlines
        A list of LatLongOutlines
      • CREATOR

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

      • NeonFloorOutline

        public NeonFloorOutline​(java.util.List<LatLongOutline> outlines)
    • Method Detail

      • 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