CoordinateSequenceOperation class abstract

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

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

edit(Geometry? geometry, GeometryFactory? gfactory) Geometry?
Edits a Geometry by returning a new Geometry with a modification. The returned geometry may be:
override
editSeq(CoordinateSequence coordSeq, Geometry geometry) CoordinateSequence
Edits a {@link CoordinateSequence} from a {@link Geometry}.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited