WKTReader constructor

WKTReader()

Creates a reader that creates objects using the default {@link GeometryFactory}.

Implementation

WKTReader() : this.withFactory(GeometryFactory.defaultPrecision());