Class Point3D

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

public class Point3D extends Point
A Point with altitude as a third field. Can be used in a heat map where theaceous altitude is used as "intensity".
See Also:
  • Constructor Details

    • Point3D

      public Point3D()
    • Point3D

      public Point3D(double lat, double lon, double alt)
  • Method Details

    • getAlt

      public double getAlt()
    • setAlt

      public void setAlt(double alt)
    • getLatLonPair

      public Double[] getLatLonPair()
      Overrides:
      getLatLonPair in class Point
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Point
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Point