Class SvmComputation


  • public class SvmComputation
    extends Object
    Provide logic and elements for performing a volume computation for the specified input data.
    • Constructor Detail

      • SvmComputation

        public SvmComputation()
    • Method Detail

      • processVolume

        public void processVolume​(PrintStream ps,
                                  SvmProperties properties,
                                  SvmBathymetryData data)
                           throws IOException
        Performs the main process, printing the results to the specified print stream.
        Parameters:
        ps - a valid print stream instance for reporting output.
        properties - a valid set of properties specification for processing options.
        data - a valid instance giving data for processing
        Throws:
        IOException - in the event of an unrecoverable I/O exception.