Interface ColumnFinePosition
A fine position, which does not hold a y value.
-
Method Summary
Modifier and TypeMethodDescriptiondefault FinePositiontoPosition(double y) Converts this column-based position into a full 3DFinePositionby supplying a Y-coordinate.doublex()Gets the X-coordinate of this position.doublez()Gets the Z-coordinate of this position.
-
Method Details
-
x
double x()Gets the X-coordinate of this position.- Returns:
- the X-coordinate as a double
-
z
double z()Gets the Z-coordinate of this position.- Returns:
- the Z-coordinate as a double
-
toPosition
Converts this column-based position into a full 3DFinePositionby supplying a Y-coordinate.- Parameters:
y- the Y-coordinate to include in the new position- Returns:
- a
FinePositionrepresenting the full 3D position
-