Uses of Class
com.kuka.nav.fleet.graph.properties.NodePosition

Packages that use NodePosition
com.kuka.nav.fleet.graph.properties Contains the properties of a graph. 
 

Uses of NodePosition in com.kuka.nav.fleet.graph.properties
 

Methods in com.kuka.nav.fleet.graph.properties that return NodePosition
static NodePosition NodePosition.get(PropertyHolder n)
          Helper function to get the NodePosition directly from a graph node.
static NodePosition NodePosition.parse(String value)
          Parses the node position from the given string.
 

Methods in com.kuka.nav.fleet.graph.properties with parameters of type NodePosition
 double NodePosition.distanceTo(NodePosition pos)
          Calculates the distance to another NodePosition.
 



Copyright © 2019. All rights reserved.