Class TLcdLonLatMPolyline

All Implemented Interfaces:
ILcdBounded, ILcdCurve, ILcdPointList, ILcdPointList2, ILcdPolyline, ILcdPolypoint, ILcdShape, ILcd2DEditablePointList, ILcd2DEditablePolyline, ILcd2DEditablePolypoint, ILcd2DEditableShape, ILcdCache, ILcdCloneable, ILcdInvalidateable, Serializable, Cloneable

public class TLcdLonLatMPolyline extends TLcdLonLatPolyline
This class represents a TLcdLonLatPolyline with measure values.
Since:
2022.1
See Also:
  • Constructor Details

    • TLcdLonLatMPolyline

      public TLcdLonLatMPolyline(ILcd2DEditablePointList a2DEditablePointList, double[] aMeasureArray)
      Constructs and initializes from the specified parameters.
      Parameters:
      a2DEditablePointList - the points to consider.
      aMeasureArray - the array of m (measure) coordinates.
    • TLcdLonLatMPolyline

      public TLcdLonLatMPolyline(ILcd2DEditablePointList a2DEditablePointList, double[] aMeasureArray, ILcdEllipsoid aEllipsoid)
      Constructs and initializes from the specified parameters.
      Parameters:
      a2DEditablePointList - the points to consider.
      aMeasureArray - the array of m (measure) coordinates.
      aEllipsoid - the ellipsoid on which to define the polyline
  • Method Details