Class V


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

      • V

        public V()
        Constructs an empty instance
      • V

        public V​(double value)
        Constructs an instance with the specified vertical value
        Parameters:
        value - the vertical value
      • V

        protected V​(double... coords)
        Constructs an instance from the specified coordinate.
        Parameters:
        coords -
    • Method Detail

      • getValue

        public double getValue()