com.vividsolutions.jts.geom

Class CoordinateSequences


public class CoordinateSequences
extends java.lang.Object

Utility functions for manipulating CoordinateSequences
Version:
1.7

Method Summary

static void
reverse(CoordinateSequence seq)
Reverses the coordinates in a sequence in-place.
static void
swap(CoordinateSequence seq, int i, int j)
Swaps two coordinates in a sequence.

Method Details

reverse

public static void reverse(CoordinateSequence seq)
Reverses the coordinates in a sequence in-place.

swap

public static void swap(CoordinateSequence seq,
                        int i,
                        int j)
Swaps two coordinates in a sequence.
Parameters:
seq -
i -
j -