GeometryEditorOperation class abstract

A interface which specifies an edit operation for Geometries.

@version 1.7

Implementers

Constructors

GeometryEditorOperation()

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:
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