CoordinateOperation class abstract

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

Implemented types

Constructors

CoordinateOperation()

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
editCoords(List<Coordinate> coordinates, Geometry geometry) List<Coordinate>
Edits the array of {@link Coordinate}s 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