editSeq abstract method

CoordinateSequence editSeq(
  1. CoordinateSequence coordSeq,
  2. Geometry geometry
)

Edits a {@link CoordinateSequence} from a {@link Geometry}.

@param coordSeq the coordinate array to operate on @param geometry the geometry containing the coordinate list @return an edited coordinate sequence (which may be the same as the input)

Implementation

CoordinateSequence editSeq(CoordinateSequence coordSeq, Geometry geometry);