Class is used for storing graph vertex. More...
#include <com/navigine/idl/objc/NCGraphVertex.h>
Inherits NSObject.
Properties | |
| int32_t | id |
| graph vertex unique identifier. | |
| NCPoint * | point |
| graph vertex position in meters Point. | |
| NSString * | name |
| graph vertex name. | |
| BOOL | isExternal |
| graph vertex can be used to communicate with external graphs or not. | |
| BOOL | isElevation |
| graph vertex used in elevation graph ElevationGraph or not. | |
Class is used for storing graph vertex.
Definition at line 18 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex unique identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 32 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex used in elevation graph ElevationGraph or not.
Swift code snippet:
Objective C code snippet:
Definition at line 88 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex can be used to communicate with external graphs or not.
Swift code snippet:
Objective C code snippet:
Definition at line 74 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex name.
Swift code snippet:
Objective C code snippet:
Definition at line 60 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex position in meters Point.
Swift code snippet:
Objective C code snippet:
Definition at line 46 of file NCGraphVertex.h.