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. | |
A polygon with specified list of points.
Definition at line 17 of file NCPolygon.h.
- (nonnull instancetype) initWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Default constructor for class NCPolygon.
+ (nonnull instancetype) polygonWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Factory method for class NCPolygon.
|
readnonatomicassign |
Ring specifying the area.
Definition at line 32 of file NCPolygon.h.