Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.ThreeDCartesianCoordinates
Packages that use ThreeDCartesianCoordinates
-
Uses of ThreeDCartesianCoordinates in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ThreeDCartesianCoordinatesModifier and TypeMethodDescriptionThreeDCartesianCoordinates.Codec.decodeType(EncodingContext context, UaDecoder decoder) ThreeDFrame.getCartesianCoordinates()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ThreeDCartesianCoordinatesMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ThreeDCartesianCoordinatesModifier and TypeMethodDescriptionvoidThreeDCartesianCoordinates.Codec.encodeType(EncodingContext context, UaEncoder encoder, ThreeDCartesianCoordinates value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ThreeDCartesianCoordinatesModifierConstructorDescriptionThreeDFrame(ThreeDCartesianCoordinates cartesianCoordinates, ThreeDOrientation orientation)