Class SitumConversionArea

  • All Implemented Interfaces:
    android.os.Parcelable

    public class SitumConversionArea
    extends java.lang.Object
    implements android.os.Parcelable
    Deprecated.
    Use Circle
    A rectangular area of a floor defining the conversion area of an event
    • 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<SitumConversionArea> CREATOR
      Deprecated.
       
      • Fields inherited from interface android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • Constructor Summary

      Constructors 
      Constructor Description
      SitumConversionArea​(es.situm.sdk.v1.Point2f topRight, es.situm.sdk.v1.Point2f topLeft, es.situm.sdk.v1.Point2f bottomLeft, es.situm.sdk.v1.Point2f bottomRight, int floor_id)
      Deprecated.
       
    • Field Detail

      • CREATOR

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

      • SitumConversionArea

        public SitumConversionArea​(es.situm.sdk.v1.Point2f topRight,
                                   es.situm.sdk.v1.Point2f topLeft,
                                   es.situm.sdk.v1.Point2f bottomLeft,
                                   es.situm.sdk.v1.Point2f bottomRight,
                                   int floor_id)
        Deprecated.
    • Method Detail

      • getTopRight

        public es.situm.sdk.v1.Point2f getTopRight()
        Deprecated.
      • setTopRight

        public void setTopRight​(es.situm.sdk.v1.Point2f topRight)
        Deprecated.
      • getTopLeft

        public es.situm.sdk.v1.Point2f getTopLeft()
        Deprecated.
      • setTopLeft

        public void setTopLeft​(es.situm.sdk.v1.Point2f topLeft)
        Deprecated.
      • getBottomLeft

        public es.situm.sdk.v1.Point2f getBottomLeft()
        Deprecated.
      • setBottomLeft

        public void setBottomLeft​(es.situm.sdk.v1.Point2f bottomLeft)
        Deprecated.
      • getBottomRight

        public es.situm.sdk.v1.Point2f getBottomRight()
        Deprecated.
      • setBottomRight

        public void setBottomRight​(es.situm.sdk.v1.Point2f bottomRight)
        Deprecated.
      • getFloor_id

        public int getFloor_id()
        Deprecated.
      • setFloor_id

        public void setFloor_id​(int floor_id)
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • describeContents

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

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