java.lang.Object
io.jmix.mapsui.widget.leaflet.shared.Point
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Point3D

public class Point extends Object implements Serializable
See Also:
  • Constructor Details

    • Point

      public Point()
    • Point

      public Point(double lat, double lon)
  • Method Details

    • getLon

      public Double getLon()
    • setLon

      public void setLon(Double lon)
    • getLat

      public Double getLat()
    • setLat

      public void setLat(Double lat)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLatLonPair

      public Double[] getLatLonPair()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object