Class TLcdLonLatHeightMPoint

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

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

    • TLcdLonLatHeightMPoint

      public TLcdLonLatHeightMPoint(double aLon, double aLat, double aZ, double aM)
      Constructs and initializes a new TLcdLonLatMPoint with the specified longitude, longitude, height, and m coordinates.
      Parameters:
      aLon - the longitude coordinate.
      aLat - the latitude 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.