public class StaticGeomFactory implements GeomAlgorithmFactory

{

public GeometryAlgorithm makeGeomAlgorithm()

{

return new GrahamScanAlgorithm();

}

}