Loading...
Searching...
No Matches

Class is used for representing certain polygon within the location Polygon. More...

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

Inherits NSObject.

Instance Methods

(nonnull instancetype) - initWithPolygon:locationId:sublocationId:
 Default constructor for class NCLocationPolygon.
 

Class Methods

(nonnull instancetype) + locationPolygonWithPolygon:locationId:sublocationId:
 Factory method for class NCLocationPolygon.
 

Properties

NCPolygonpolygon
 Metrics polygon Polygon.
 
int32_t locationId
 location polygon location identifier.
 
int32_t sublocationId
 location polygon sublocation identifier.
 

Detailed Description

Class is used for representing certain polygon within the location Polygon.

Definition at line 17 of file NCLocationPolygon.h.

Method Documentation

◆ initWithPolygon:locationId:sublocationId:

- (nonnull instancetype) initWithPolygon: (nonnull NCPolygon *) polygon
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Default constructor for class NCLocationPolygon.

◆ locationPolygonWithPolygon:locationId:sublocationId:

+ (nonnull instancetype) locationPolygonWithPolygon: (nonnull NCPolygon *) polygon
locationId: (int32_t) locationId
sublocationId: (int32_t) sublocationId 

Factory method for class NCLocationPolygon.

Property Documentation

◆ locationId

- (int32_t) locationId
readnonatomicassign

location polygon location identifier.

Definition at line 45 of file NCLocationPolygon.h.

◆ polygon

- (NCPolygon*) polygon
readnonatomicassign

Metrics polygon Polygon.

Definition at line 38 of file NCLocationPolygon.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

location polygon sublocation identifier.

Definition at line 52 of file NCLocationPolygon.h.


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