copyInternal method

Point copyInternal()
override

An internal method to copy subclass-specific geometry data.

@return a copy of the target geometry object.

Implementation

Point copyInternal() {
  return new Point.fromSequence(coordinates!.copy(), geomFactory);
}