PDAL / java

Java extension and bindings for PDAL
https://pdal.io/java.html
Other
8 stars 10 forks source link

Call initialize in the Pipeline public constructor #94

Closed pomadchin closed 8 months ago

pomadchin commented 8 months ago

This PR makes initialization a part of an aux constructor. There are also no reasons in using pipeline without initialization.