Class TLcdXYMPoint

All Implemented Interfaces:
ILcdBounded, ILcdBounds, ILcdPoint, ILcdPointList, ILcdPolypoint, ILcdShape, ILcd2DEditablePoint, ILcd2DEditableShape, ILcdCloneable, Serializable, Cloneable

public class TLcdXYMPoint extends TLcdXYPoint
This class represents a TLcdXYPoint with a measure (M) value.
Since:
2022.1
See Also:
  • Constructor Details

    • TLcdXYMPoint

      public TLcdXYMPoint(double aX, double aY, double aM)
      Constructs and initializes a new TLcdXYZMPoint with the specified x, y, and m coordinates.
      Parameters:
      aX - the x coordinate.
      aY - the y coordinate.
      aM - the m (measure) coordinate.
  • Method Details

    • getM

      public double getM()
      Returns the m (measure) coordinate.
      Returns:
      the m coordinate.