Enough of this BS with needing a seperate MultiPoint Object clone-ish.
The Analysis object needs to be broken up into modular pieces for future unit test fun.
analyze() should be "findSaddlesAndSummits"
The Multipoint sub-routine should be its own stand alone object
and finally, we'll want to build a Walk object that takes in summit and saddle containers and spits out a domain object with interconnected summits and saddles.
Enough of this BS with needing a seperate MultiPoint Object clone-ish.
The Analysis object needs to be broken up into modular pieces for future unit test fun. analyze() should be "findSaddlesAndSummits"
The Multipoint sub-routine should be its own stand alone object
and finally, we'll want to build a Walk object that takes in summit and saddle containers and spits out a domain object with interconnected summits and saddles.