pointFactory property

PointFactory<PointType> pointFactory
final

A factory to create point objects from coordinate values.

The factory can be adjusted by setting a custom function that creates custom point instances.

Implementation

final PointFactory<PointType> pointFactory;