Loading...
Searching...
No Matches

A polygon with specified list of points. More...

#include <com/navigine/idl/objc/NCPolygon.h>

Inherits NSObject.

Instance Methods

(nonnull instancetype) - initWithPoints:
 Default constructor for class NCPolygon.
 

Class Methods

(nonnull instancetype) + polygonWithPoints:
 Factory method for class NCPolygon.
 

Properties

NSArray< NCPoint * > * points
 Ring specifying the area.
 

Detailed Description

A polygon with specified list of points.

Definition at line 17 of file NCPolygon.h.

Method Documentation

◆ initWithPoints:

- (nonnull instancetype) initWithPoints: (nonnull NSArray< NCPoint * > *) points

Default constructor for class NCPolygon.

◆ polygonWithPoints:

+ (nonnull instancetype) polygonWithPoints: (nonnull NSArray< NCPoint * > *) points

Factory method for class NCPolygon.

Property Documentation

◆ points

- (NSArray<NCPoint *>*) points
readnonatomicassign

Ring specifying the area.

Definition at line 32 of file NCPolygon.h.


The documentation for this class was generated from the following file: