getZ method

double getZ()
override

The z-ordinate is not supported

Implementation

double getZ() {
  return Coordinate.NULL_ORDINATE;
}