Klasse UiMapArea

java.lang.Object
org.teamapps.dto.UiMapArea
Alle implementierten Schnittstellen:
UiObject

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

    • minLatitude

      protected float minLatitude
    • maxLatitude

      protected float maxLatitude
    • minLongitude

      protected float minLongitude
    • maxLongitude

      protected float maxLongitude
  • Konstruktordetails

    • UiMapArea

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

      public UiMapArea(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)
  • Methodendetails

    • getUiObjectType

      public UiObjectType getUiObjectType()
      Angegeben von:
      getUiObjectType in Schnittstelle UiObject
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getMinLatitude

      public float getMinLatitude()
    • getMaxLatitude

      public float getMaxLatitude()
    • getMinLongitude

      public float getMinLongitude()
    • getMaxLongitude

      public float getMaxLongitude()