Sets the z-coordinate of this location @param z z-coordinate
(double z)
| 193 | * @param z z-coordinate |
| 194 | */ |
| 195 | public void setZ(double z) { |
| 196 | this.z = z; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Gets the z-coordinate of this location |
no outgoing calls
no test coverage detected