Class G3DM

  • All Implemented Interfaces:
    Measured

    public class G3DM
    extends G3D
    implements Measured
    A geographic Position with both an altitude and a measure value.
    Author:
    Karel Maesen, Geovise BVBA creation-date: 2/19/14
    • Constructor Detail

      • G3DM

        public G3DM()
      • G3DM

        public G3DM​(double lon,
                    double lat,
                    double alt,
                    double m)
    • Method Detail

      • getM

        public double getM()
        Description copied from interface: Measured
        Returns the measure value of this instance.
        Specified by:
        getM in interface Measured
        Returns:
        the measure value of this instance.