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. | |
| BOOL | valid |
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.
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 96 of file NCGraphVertex.h.