Class TLcdMeasureXYPoint

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

public class TLcdMeasureXYPoint extends TLcdXYPoint implements ILcdSHPMeasure
This class represents a TLcdXYPoint with a measure value.
See Also:
  • Constructor Details

    • TLcdMeasureXYPoint

      public TLcdMeasureXYPoint(double aM)
    • TLcdMeasureXYPoint

      public TLcdMeasureXYPoint(Point aPoint, double aM)
    • TLcdMeasureXYPoint

      public TLcdMeasureXYPoint(ILcdPoint aILcdPoint, double aM)
    • TLcdMeasureXYPoint

      public TLcdMeasureXYPoint(double v, double v1, double aM)
  • Method Details

    • getM

      public double getM()
      Description copied from interface: ILcdSHPMeasure
      Returns the measure value of this Object.
      Specified by:
      getM in interface ILcdSHPMeasure
      Returns:
      the measure value of this Object.
    • setM

      public void setM(double aValue)