Class PointM



  • public class PointM
    extends PointD
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double M
      Measure
      • Fields inherited from class org.meteoinfo.global.PointD

        X, Y
    • Constructor Summary

      Constructors 
      Constructor Description
      PointM​()
      Constructor
      PointM​(double x, double y, double m)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PointD toPointD​()
      Convert to PointD
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • M

        public double M
        Measure
    • Constructor Detail

      • PointM

        public PointM​()
        Constructor
      • PointM

        public PointM​(double x,
                      double y,
                      double m)
        Constructor
        Parameters:
        x - X
        y - Y
        m - M
    • Method Detail

      • toPointD

        public PointD toPointD​()
        Convert to PointD
        Returns:
        PointD