writeAsXML(h1,"aida1.xml");
writeAsXML(h2,"aida2.xml");
// Try some projections
writeAsXML(h2.projectionX(),"projectionX.xml");
writeAsXML(h2.projectionY(),"projectionY.xml");
}
public static void main2(String[] argv)
{
double[] bounds = { -30,0,30, 1000 };