CoordinateSequenceOperation

A {link GeometryEditorOperation} which edits the {link CoordinateSequence} of a {link Geometry}. Operates on Geometry subclasses which contains a single coordinate list.

class Object
trait Matchable
class Any

Value members

Abstract methods

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

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

Value Params
coordSeq

the coordinate array to operate on

geometry

the geometry containing the coordinate list return an edited coordinate sequence (which may be the same as the input)

Concrete methods

final override def edit(geometry: Geometry, factory: GeometryFactory): Geometry
Definition Classes