NTGeometryCollectionStyle


@interface NTGeometryCollectionStyle : NTStyle

A style for geometry collections. Contains styles for points, lines, polygons.

  • Returns the point style.

    Declaration

    Objective-C

    - (NTPointStyle *)getPointStyle;

    Return Value

    The point style.

  • Returns the line style.

    Declaration

    Objective-C

    - (NTLineStyle *)getLineStyle;

    Return Value

    The line style.

  • Returns the polygon style.

    Declaration

    Objective-C

    - (NTPolygonStyle *)getPolygonStyle;

    Return Value

    The polygon style.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;