MultiPointHandler constructor

MultiPointHandler(
  1. GeometryFactory geometryFactory
)

Creates new MultiPointHandler */

Implementation

MultiPointHandler(this.geometryFactory) {
  shapeType = ShapeType.POINT;
}