NTMultiLineGeometry


@interface NTMultiLineGeometry : NTMultiGeometry

A multiline container.

  • Constructs a MultiLineGeometry object from the vector of lines.

    Declaration

    Objective-C

    - (id)initWithGeometries:(NTLineGeometryVector *)geometries;

    Parameters

    geometries

    The vector of line geometries.

  • Returns the line geometry at the specified index. Index must be between 0 and getGeometryCount (exclusive)

    Warning

    Throws NSException If the index is out of range.

    Declaration

    Objective-C

    - (NTLineGeometry *)getGeometry:(int)index;

    Parameters

    index

    The index of the line geometry.

    Return Value

    The line geometry at specified index.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;