x abstract method

double x(
  1. int index
)

The x coordinate of the position at the given index.

For geographic coordinates x represents longitude.

The index must be a valid index in this series; 0 <= index < length.

Implementation

double x(int index);