Uses of Interface
com.kuka.geometry.connections.IQueryConnection

Packages that use IQueryConnection
com.kuka.geometry.connections This package contains interfaces and classes describing connections between Frames. 
 

Uses of IQueryConnection in com.kuka.geometry.connections
 

Classes in com.kuka.geometry.connections with type parameters of type IQueryConnection
 interface IQueryConnection<T extends IQueryConnection<T>>
          A query connection is a connection between two frames whose transformation is delegated to an ITrafoQueryProcessor.
 interface ITrafoQueryProcessor<T extends IQueryConnection<T>>
          This interface is meant to be implemented by components that can communicate with real world sensors to find out the current sensor values, and from these values calculate spatial transformations that can be used to express a connection between frames.
 



Copyright © 2019. All rights reserved.