Interface CutPlaneVisitorFactory

  • All Known Implementing Classes:
    DefaultCutPlaneVisitor

    public interface CutPlaneVisitorFactory
    Generate a non-thread safe instance of cut plane visitor where each receiver are processed one by one
    • Method Detail

      • subProcess

        CutPlaneVisitor subProcess​(org.h2gis.api.ProgressVisitor visitor)
        Parameters:
        visitor - Progression information, used to cancel processing too
        Returns:
        CutPlaneVisitor instance processed by a single thread