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.
Definition at line 23 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex used in elevation graph ElevationGraph or not.
Definition at line 43 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex can be used to communicate with external graphs or not.
Definition at line 38 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex name.
Definition at line 33 of file NCGraphVertex.h.
|
readnonatomicassign |
graph vertex position in meters Point.
Definition at line 28 of file NCGraphVertex.h.