GeometryEditor constructor

GeometryEditor(
  1. GeometryFactory factory
)

Creates a new GeometryEditor object which will create edited {@link Geometry}s with the given {@link GeometryFactory}.

@param factory the GeometryFactory to create edited Geometrys with

Implementation

GeometryEditor(GeometryFactory factory) {
  this._geomFactory = factory;
}