Class Area

java.lang.Object
org.teamapps.ux.component.map.Area

public class Area
extends java.lang.Object
  • 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
    Area​(float minLatitude, float maxLatitude, float minLongitude, float maxLongitude)  
  • Method Summary

    Modifier and Type Method Description
    float getMaxLatitude()  
    float getMaxLongitude()  
    float getMinLatitude()  
    float getMinLongitude()  
    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 final float minLatitude
    • maxLatitude

      protected final float maxLatitude
    • minLongitude

      protected final float minLongitude
    • maxLongitude

      protected final float maxLongitude
  • Constructor Details

    • Area

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

    • getMinLatitude

      public float getMinLatitude()
    • getMaxLatitude

      public float getMaxLatitude()
    • getMinLongitude

      public float getMinLongitude()
    • getMaxLongitude

      public float getMaxLongitude()
    • toString

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