Class TLcdLonLatMPoint

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

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

    • TLcdLonLatMPoint

      public TLcdLonLatMPoint(double aLon, double aLat, double aM)
      Constructs and initializes a new TLcdLonLatMPoint with the specified longitude, longitude, and m coordinates.
      Parameters:
      aLon - the longitude coordinate.
      aLat - the latitude coordinate.
      aM - the m (measure) coordinate.
  • Method Details

    • getM

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