Class TLcdMeasureXYZPoint

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

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

    • TLcdMeasureXYZPoint

      public TLcdMeasureXYZPoint(double aM)
    • TLcdMeasureXYZPoint

      public TLcdMeasureXYZPoint(ILcdPoint aILcdPoint, double aM)
    • TLcdMeasureXYZPoint

      public TLcdMeasureXYZPoint(ILcdPoint aILcdPoint, double v, double aM)
    • TLcdMeasureXYZPoint

      public TLcdMeasureXYZPoint(double v, double v1, double v2, 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)