Class M


  • public class M
    extends Position
    Created by Karel Maesen, Geovise BVBA on 29/11/14.
    • Constructor Detail

      • M

        public M()
        Constructs an empty instance
      • M

        public M​(double value)
        Constructs an instance with the specified longitude and latitude
        Parameters:
        value - the vertical value
      • M

        protected M​(double... coords)
        Constructs an instance from the specified coordinates. It expects first the longitude, then the latitude coordinate
        Parameters:
        coords -
    • Method Detail

      • getValue

        public double getValue()