Class Point3D
java.lang.Object
io.jmix.mapsui.widget.leaflet.shared.Point
io.jmix.mapsui.widget.leaflet.heat.Point3D
- All Implemented Interfaces:
Serializable
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