Class SitumConversionArea

java.lang.Object
es.situm.sdk.v1.SitumConversionArea
All Implemented Interfaces:
android.os.Parcelable

public class SitumConversionArea extends 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 Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final android.os.Parcelable.Creator<SitumConversionArea>
    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.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Deprecated.
     
    es.situm.sdk.v1.Point2f
    Deprecated.
     
    es.situm.sdk.v1.Point2f
    Deprecated.
     
    int
    Deprecated.
     
    es.situm.sdk.v1.Point2f
    Deprecated.
     
    es.situm.sdk.v1.Point2f
    Deprecated.
     
    void
    setBottomLeft(es.situm.sdk.v1.Point2f bottomLeft)
    Deprecated.
     
    void
    setBottomRight(es.situm.sdk.v1.Point2f bottomRight)
    Deprecated.
     
    void
    setFloor_id(int floor_id)
    Deprecated.
     
    void
    setTopLeft(es.situm.sdk.v1.Point2f topLeft)
    Deprecated.
     
    void
    setTopRight(es.situm.sdk.v1.Point2f topRight)
    Deprecated.
     
    Deprecated.
     
    void
    writeToParcel(android.os.Parcel dest, int flags)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • CREATOR

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

    • 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 Details

    • 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 String toString()
      Deprecated.
      Overrides:
      toString in class 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