Class TLcdXYZMPoint

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

public class TLcdXYZMPoint extends TLcdXYZPoint
This class represents a TLcdXYZPoint with a measure value.
Since:
2022.1
See Also:
  • Constructor Details

    • TLcdXYZMPoint

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

    • getM

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