Loading...
Searching...
No Matches

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.
 
NCPointpoint
 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.
 

Detailed Description

Class is used for storing graph vertex.

Definition at line 18 of file NCGraphVertex.h.

Property Documentation

◆ id

- (int32_t) id
readnonatomicassign

graph vertex unique identifier.

Definition at line 23 of file NCGraphVertex.h.

◆ isElevation

- (BOOL) isElevation
readnonatomicassign

graph vertex used in elevation graph ElevationGraph or not.

Definition at line 43 of file NCGraphVertex.h.

◆ isExternal

- (BOOL) isExternal
readnonatomicassign

graph vertex can be used to communicate with external graphs or not.

Definition at line 38 of file NCGraphVertex.h.

◆ name

- (NSString*) name
readnonatomicassign

graph vertex name.

Definition at line 33 of file NCGraphVertex.h.

◆ point

- (NCPoint*) point
readnonatomicassign

graph vertex position in meters Point.

Definition at line 28 of file NCGraphVertex.h.


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