Class UiMapArea

java.lang.Object
org.teamapps.dto.UiMapArea
All Implemented Interfaces:
UiObject

public class UiMapArea
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected float maxLatitude  
    protected float maxLongitude  
    protected float minLatitude  
    protected float minLongitude  
  • Constructor Summary

    Constructors
    Constructor Description
    UiMapArea()
    Deprecated.
    Only for Jackson deserialization.
    UiMapArea​(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)  
  • Method Summary

    Modifier and Type Method Description
    float getMaxLatitude()  
    float getMaxLongitude()  
    float getMinLatitude()  
    float getMinLongitude()  
    UiObjectType getUiObjectType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • minLatitude

      protected float minLatitude
    • maxLatitude

      protected float maxLatitude
    • minLongitude

      protected float minLongitude
    • maxLongitude

      protected float maxLongitude
  • Constructor Details

    • UiMapArea

      @Deprecated public UiMapArea()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • UiMapArea

      public UiMapArea​(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
  • Method Details

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Specified by:
      getUiObjectType in interface UiObject
    • toString

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

      public float getMinLatitude()
    • getMaxLatitude

      public float getMaxLatitude()
    • getMinLongitude

      public float getMinLongitude()
    • getMaxLongitude

      public float getMaxLongitude()