throws Exception
{
Object[] actualArgs = new Object[args.length];
Method geomMethod = getGeometryMethod(opName, args, actualArgs);
if (geomMethod == null)
throw new JTSTestReflectionException(opName, args);
return invokeMethod(geomMethod, geometry, actualArgs);
}