filter method

void filter(
  1. CoordinateSequence seq,
  2. int i
)
override

Transforms the i'th coordinate in the input sequence

@param seq a CoordinateSequence @param i the index of the coordinate to transform

Implementation

void filter(CoordinateSequence seq, int i) {
  transformCS(seq, i);
}