CoordSeqCloneOp class

Inheritance

Constructors

CoordSeqCloneOp(CoordinateSequenceFactory coordinateSequenceFactory)

Properties

coordinateSequenceFactory CoordinateSequenceFactory
getter/setter pair
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:
inherited
editSeq(CoordinateSequence coordSeq, Geometry geometry) CoordinateSequence
Edits a {@link CoordinateSequence} from a {@link Geometry}.
override
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