org.geolatte.common.transformer.OneToManyTransformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geolatte-common Show documentation
Show all versions of geolatte-common Show documentation
This GeoLatte-common library contains the transformer framework and other common classes used by other
GeoLatte modules.
package org.geolatte.common.transformer;
import java.util.Iterator;
/**
* This interface is the basic representation of a transformation that takes a single input element and transforms it
* into multiple output elements.
*
* @param