public class ThreeDCartesianCoordinates extends CartesianCoordinates
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDCartesianCoordinates.Builder |
static class |
ThreeDCartesianCoordinates.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ThreeDCartesianCoordinates() |
|
ThreeDCartesianCoordinates(Double f_x,
Double f_y,
Double f_z) |
protected |
ThreeDCartesianCoordinates(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDCartesianCoordinates.Builder |
builder() |
ThreeDCartesianCoordinates |
clone()
Clones the Structure.
|
Double |
getX() |
Double |
getY() |
Double |
getZ() |
void |
setX(Double value) |
void |
setY(Double value) |
void |
setZ(Double value) |
ThreeDCartesianCoordinates.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ThreeDCartesianCoordinates()
protected ThreeDCartesianCoordinates(UaDataTypeSpecification specification)
public Double getX()
public void setX(Double value)
public Double getY()
public void setY(Double value)
public Double getZ()
public void setZ(Double value)
public ThreeDCartesianCoordinates clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class CartesianCoordinatespublic static ThreeDCartesianCoordinates.Builder builder()
public ThreeDCartesianCoordinates.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class CartesianCoordinatesCopyright © 2026. All rights reserved.